diff options
author | Laurie Clark-Michalek <laurie@qubit.com> | 2016-09-28 14:49:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 14:49:23 +0100 |
commit | 1c7e1378c4c92fe3f4df5d21e7fc04104cd4933d (patch) | |
tree | 7a9623afef8e3d18808d433a5fa0eed4ff5524b3 | |
parent | 182c8a0c0a8fb9a96f1a2fd20a6f98139269d839 (diff) | |
parent | 427d15e2b221471d4dc3358572bb3dffa2441107 (diff) |
Merge pull request #38 from pille1842/patch-1archey3/master
Make archey3 recognize a running GNOME desktop
-rwxr-xr-x | archey3 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ def module_register(name): DE_DICT = collections.OrderedDict([ ('cinnamon', 'Cinnamon'), ('gnome-session', 'GNOME'), + ('gnome-shell', 'GNOME'), ('ksmserver', 'KDE'), ('mate-session', 'MATE'), ('xfce4-session', 'Xfce'), |