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

Make archey3 recognize a running GNOME desktop #38

Closed pille1842 closed 8 years ago

pille1842 commented 8 years ago

archey3 doesn't recognize that GNOME 3.20 is running. That's because there's no process called gnome-session. A safer way to see if GNOME is running would be to look for processes called gnome-shell.

pille1842 commented 8 years ago

Thank you too!