summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <laurie@qubit.com>2016-09-28 14:49:23 +0100
committerGitHub <noreply@github.com>2016-09-28 14:49:23 +0100
commit1c7e1378c4c92fe3f4df5d21e7fc04104cd4933d (patch)
tree7a9623afef8e3d18808d433a5fa0eed4ff5524b3
parent182c8a0c0a8fb9a96f1a2fd20a6f98139269d839 (diff)
parent427d15e2b221471d4dc3358572bb3dffa2441107 (diff)
Merge pull request #38 from pille1842/patch-1archey3/master
Make archey3 recognize a running GNOME desktop
-rwxr-xr-xarchey31
1 files changed, 1 insertions, 0 deletions
diff --git a/archey3 b/archey3
index caf41e6..403977e 100755
--- a/archey3
+++ b/archey3
@@ -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'),