From 7a8b47894292c14885c41c3073da06d7bb65d7ef Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 1 Sep 2016 17:43:23 -0500 Subject: sddm-consolekit-0.14.0-1: updating version --- pcr/sddm-consolekit/sddm-consolekit.patch | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'pcr/sddm-consolekit/sddm-consolekit.patch') diff --git a/pcr/sddm-consolekit/sddm-consolekit.patch b/pcr/sddm-consolekit/sddm-consolekit.patch index acdfdc1a4..64ea06482 100644 --- a/pcr/sddm-consolekit/sddm-consolekit.patch +++ b/pcr/sddm-consolekit/sddm-consolekit.patch @@ -1,13 +1,9 @@ -diff --git a/data/scripts/Xsession b/data/scripts/Xsession -index a5d270d..4b48524 100755 ---- a/data/scripts/Xsession -+++ b/data/scripts/Xsession -@@ -74,7 +74,7 @@ case $session in - exec xterm -geometry 80x24-0-0 - ;; - *) -- eval exec "$session" -+ eval exec ck-launch-session "$session" - ;; - esac - exec xmessage -center -buttons OK:0 -default OK "Sorry, cannot execute $session. Check $DESKTOP_SESSION.desktop." +--- 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 -- cgit v1.2.3