summaryrefslogtreecommitdiffstats
path: root/desktop/icewm
diff options
context:
space:
mode:
author ponce2012-08-01 19:39:11 +0200
committer Robby Workman2012-08-21 15:55:32 +0200
commite7ceab12d7741883e9d168255469a4ef3a283bd1 (patch)
treeb469a6e7de5aaae1e64a7af98b787b07eddf8e97 /desktop/icewm
parent6d2d4d3c21f48180b26530df7ff411eedfdcc4bc (diff)
downloadslackbuilds-e7ceab12d7741883e9d168255469a4ef3a283bd1.tar.gz
desktop/icewm: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm')
-rw-r--r--desktop/icewm/xinitrc.icewm2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/icewm/xinitrc.icewm b/desktop/icewm/xinitrc.icewm
index 4a16c0c272..7bf9154446 100644
--- a/desktop/icewm/xinitrc.icewm
+++ b/desktop/icewm/xinitrc.icewm
@@ -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