aboutsummaryrefslogtreecommitdiff
path: root/desktop/matchbox-window-manager/xinitrc.matchbox
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2012-08-01 19:50:27 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:36 -0500
commit2c8c38f2fe6d37aaa9fd2e2cff07dbce7a28bae5 (patch)
tree3052408e2de95cf4e69b41e505cf90733110df03 /desktop/matchbox-window-manager/xinitrc.matchbox
parentbd6660500d9497f3340fb5900917fbacb1d2a98f (diff)
desktop/matchbox-window-manager: Added dbus-launch to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 be55eda85ef4..5caddfce15a9 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