summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff')
-rw-r--r--testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff b/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff
new file mode 100644
index 000000000..9b535bf71
--- /dev/null
+++ b/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff
@@ -0,0 +1,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