diff options
author | A. D <dakotaclemenceplaza@protonmail.com> | 2018-08-01 06:06:12 +0400 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-02 20:42:49 +0100 |
commit | f5f6797eaa74d00812095d4056f64d49fb63083b (patch) | |
tree | c462740deec6d5f0a4229b8060c715e4ae03dc82 /x11-wm | |
parent | profiles: adding dev-python/jsonfield to the django 1.8 mask (diff) | |
download | gentoo-f5f6797eaa74d00812095d4056f64d49fb63083b.tar.gz gentoo-f5f6797eaa74d00812095d4056f64d49fb63083b.tar.bz2 gentoo-f5f6797eaa74d00812095d4056f64d49fb63083b.zip |
x11-wm/xmonad: Remove NoDisplay
Newer versions of sddm display manager do not add entries from /usr/share/xsessions/ files with "NoDisplay=true".
https://github.com/sddm/sddm/commit/cf4c3caf058ea81d0e61c2087493623faac56a3f
After updating to new sddm the entry for xmonad session is missing.
Closes: https://github.com/gentoo/gentoo/pull/9403
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xmonad/files/xmonad.desktop | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/xmonad/files/xmonad.desktop b/x11-wm/xmonad/files/xmonad.desktop index 9c0bf6e44f51..0198fb18026e 100644 --- a/x11-wm/xmonad/files/xmonad.desktop +++ b/x11-wm/xmonad/files/xmonad.desktop @@ -5,7 +5,6 @@ Name=xmonad Comment=A lightweight window manager Exec=/etc/X11/Sessions/xmonad TryExec=xmonad -NoDisplay=true Icon= X-GNOME-WMName=Xmonad X-GNOME-Autostart-Phase=WindowManager |