desktop/ratpoison: Added "dbus-launch --exit-with-session" to xinitrc

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-01 19:40:37 +02:00 committed by Robby Workman
parent 4ee2df86f9
commit 063fa9ab96

View file

@ -13,7 +13,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
[ -f $usermodmap ] && xmodmap $usermodmap
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session ratpoison
exec ck-launch-session dbus-launch --exit-with-session ratpoison
else
exec ratpoison
fi