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, 0 insertions, 9 deletions
diff --git a/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff b/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff
deleted file mode 100644
index 9b535bf71..000000000
--- a/testing/source/vtown/kde/patch/sddm/sddm_consolekit.diff
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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