diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-08-28 14:58:01 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-08-28 14:58:01 +0200 |
commit | 3bded4743d8aef17d6f260cd9d156c315f27666c (patch) | |
tree | e719b21078d8dae17d7bf65fa97dc84621b72a18 /x11-misc/sddm/files | |
parent | net-ftp/gftp: The file is used from Help menu to show the license (diff) | |
download | gentoo-3bded4743d8aef17d6f260cd9d156c315f27666c.tar.gz gentoo-3bded4743d8aef17d6f260cd9d156c315f27666c.tar.bz2 gentoo-3bded4743d8aef17d6f260cd9d156c315f27666c.zip |
x11-misc/sddm: Version bump to 0.14.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/sddm/files')
-rw-r--r-- | x11-misc/sddm/files/sddm-0.14.0-consolekit.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-misc/sddm/files/sddm-0.14.0-consolekit.patch b/x11-misc/sddm/files/sddm-0.14.0-consolekit.patch new file mode 100644 index 000000000000..64ea0648286a --- /dev/null +++ b/x11-misc/sddm/files/sddm-0.14.0-consolekit.patch @@ -0,0 +1,9 @@ +--- a/data/scripts/Xsession 2016-08-28 14:52:04.910181422 +0200 ++++ b/data/scripts/Xsession 2016-08-28 14:53:07.157184480 +0200 +@@ -91,5 +91,5 @@ + if [ -z "$@" ]; then + exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session." + else +- exec $@ ++ exec ck-launch-session $@ + fi |