From 427d15e2b221471d4dc3358572bb3dffa2441107 Mon Sep 17 00:00:00 2001 From: pille1842 Date: Wed, 28 Sep 2016 02:21:26 +0200 Subject: Backwards-compatible recognition of newer GNOME sessions --- archey3 | 1 + 1 file changed, 1 insertion(+) 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'), -- cgit v1.2.3