summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5/sddm_consolekit.diff
blob: 9b535bf713d1e43608e286f0052f479ad80ddc23 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- sddm-0.14.0/data/scripts/Xsession.orig	2016-08-28 13:54:03.000000000 +0200
+++ sddm-0.14.0/data/scripts/Xsession	2016-11-05 21:47:28.502096600 +0100
@@ -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 dbus-launch --sh-syntax --exit-with-session $@
 fi