lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Cinnamon support #9

Closed sh4nks closed 12 years ago

sh4nks commented 12 years ago

archey detects cinnamon as gnome: WM: None DE: GNOME

lclarkmichalek commented 12 years ago

Is there any easy way to identify if a process is cinnamon as opposed to gnome? Archey detects the WM and DE by looking at the currently running processes, and as I don't use cinnamon, I don't know what process archey should look for to find cinnamon? If you don't know, maybe you could paste the output of ps -u $(whoami), and I'll take a look.

sh4nks commented 12 years ago

Output: https://gist.github.com/3667783 Line: 14 Hmm, now i know why archey detects cinnamon as gnome.. "gnome-session" is also running but cinnamon's process is "cinnamon". Thanks in advance! :)

lclarkmichalek commented 12 years ago

Ok, I think I've fixed it in the latest commit. Could you test it, and I'll close this if you can confirm it's fixed.

sh4nks commented 12 years ago

Yep, its fixed :)