summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpille1842 <pille1842@users.noreply.github.com>2016-09-28 02:21:26 +0200
committerGitHub <noreply@github.com>2016-09-28 02:21:26 +0200
commit427d15e2b221471d4dc3358572bb3dffa2441107 (patch)
tree7a9623afef8e3d18808d433a5fa0eed4ff5524b3
parent67950ff62cb61e259bf4983c116c16d6d1575fcc (diff)
Backwards-compatible recognition of newer GNOME sessions
-rwxr-xr-xarchey31
1 files changed, 1 insertions, 0 deletions
diff --git a/archey3 b/archey3
index 0e1f839..403977e 100755
--- a/archey3
+++ b/archey3
@@ -84,6 +84,7 @@ def module_register(name):
DE_DICT = collections.OrderedDict([
('cinnamon', 'Cinnamon'),
+ ('gnome-session', 'GNOME'),
('gnome-shell', 'GNOME'),
('ksmserver', 'KDE'),
('mate-session', 'MATE'),