summaryrefslogtreecommitdiffstats
path: root/source/xap/windowmaker/xinitrc.wmaker
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/windowmaker/xinitrc.wmaker')
-rw-r--r--source/xap/windowmaker/xinitrc.wmaker4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/windowmaker/xinitrc.wmaker b/source/xap/windowmaker/xinitrc.wmaker
index 2c43c1eb2..386588a41 100644
--- a/source/xap/windowmaker/xinitrc.wmaker
+++ b/source/xap/windowmaker/xinitrc.wmaker
@@ -36,7 +36,7 @@ fi
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- exec ck-launch-session /usr/bin/wmaker $NOCPP
+ exec ck-launch-session dbus-launch --exit-with-session /usr/bin/wmaker $NOCPP
else
- exec /usr/bin/wmaker $NOCPP
+ exec dbus-launch --exit-with-session /usr/bin/wmaker $NOCPP
fi