Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xmonad/files/
Date: Thu, 02 Aug 2018 19:43:01
Message-Id: 1533238969.f5f6797eaa74d00812095d4056f64d49fb63083b.slyfox@gentoo
1 commit: f5f6797eaa74d00812095d4056f64d49fb63083b
2 Author: A. D <dakotaclemenceplaza <AT> protonmail <DOT> com>
3 AuthorDate: Wed Aug 1 02:06:12 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 19:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f6797e
7
8 x11-wm/xmonad: Remove NoDisplay
9
10 Newer versions of sddm display manager do not add entries from /usr/share/xsessions/ files with "NoDisplay=true".
11 https://github.com/sddm/sddm/commit/cf4c3caf058ea81d0e61c2087493623faac56a3f
12 After updating to new sddm the entry for xmonad session is missing.
13 Closes: https://github.com/gentoo/gentoo/pull/9403
14
15 x11-wm/xmonad/files/xmonad.desktop | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/x11-wm/xmonad/files/xmonad.desktop b/x11-wm/xmonad/files/xmonad.desktop
19 index 9c0bf6e44f5..0198fb18026 100644
20 --- a/x11-wm/xmonad/files/xmonad.desktop
21 +++ b/x11-wm/xmonad/files/xmonad.desktop
22 @@ -5,7 +5,6 @@ Name=xmonad
23 Comment=A lightweight window manager
24 Exec=/etc/X11/Sessions/xmonad
25 TryExec=xmonad
26 -NoDisplay=true
27 Icon=
28 X-GNOME-WMName=Xmonad
29 X-GNOME-Autostart-Phase=WindowManager