desktop/icewm: 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:39:11 +02:00 committed by Robby Workman
parent 6d2d4d3c21
commit e7ceab12d7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ icewmbg &
icewmtray &
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
ck-launch-session icewm-session
ck-launch-session dbus-launch --exit-with-session icewm-session
else
exec icewm-session
fi