desktop/afterstep: 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:36:56 +02:00 committed by Robby Workman
parent 8e1bfa1551
commit a449fecb10
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session /usr/bin/afterstep
exec ck-launch-session dbus-launch --exit-with-session /usr/bin/afterstep
else
exec /usr/bin/afterstep
fi