diff options
Diffstat (limited to 'x11-misc/sddm/files/sddm-0.11.0-consolekit.patch')
-rw-r--r-- | x11-misc/sddm/files/sddm-0.11.0-consolekit.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/sddm/files/sddm-0.11.0-consolekit.patch b/x11-misc/sddm/files/sddm-0.11.0-consolekit.patch new file mode 100644 index 00000000..4871bee0 --- /dev/null +++ b/x11-misc/sddm/files/sddm-0.11.0-consolekit.patch @@ -0,0 +1,11 @@ +--- data/scripts/Xsession.old 2015-01-08 12:58:24.448241484 +0100 ++++ data/scripts/Xsession 2015-01-08 13:00:07.794244087 +0100 +@@ -93,7 +93,7 @@ + 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." |