1 --- a/data/scripts/Xsession
2 +++ b/data/scripts/Xsession
7 +# Make D-Bus start properly, see:
8 +# /etc/X11/xinit/xinitrc.d/80-dbus
11 [ -f /etc/xprofile ] && . /etc/xprofile
12 [ -f $HOME/.xprofile ] && . $HOME/.xprofile
19 +if [ -z "$command" ]; then
20 exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session."