summaryrefslogtreecommitdiffstats
path: root/desktop/matchbox-window-manager/xinitrc.matchbox
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/matchbox-window-manager/xinitrc.matchbox')
-rw-r--r--desktop/matchbox-window-manager/xinitrc.matchbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/matchbox-window-manager/xinitrc.matchbox b/desktop/matchbox-window-manager/xinitrc.matchbox
index be55eda85e..5caddfce15 100644
--- a/desktop/matchbox-window-manager/xinitrc.matchbox
+++ b/desktop/matchbox-window-manager/xinitrc.matchbox
@@ -14,7 +14,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# Start Matchbox
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
if [ -x /usr/bin/matchbox-session ]; then
- ck-launch-session matchbox-session
+ ck-launch-session dbus-launch --exit-with-session matchbox-session
else
matchbox-session
fi