mirror of
git://slackware.nl/current.git
synced 2025-01-12 08:03:03 +01:00
10 lines
391 B
Diff
10 lines
391 B
Diff
--- 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
|