summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-01 19:50:27 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:36 -0500
commit2c8c38f2fe6d37aaa9fd2e2cff07dbce7a28bae5 (patch)
tree3052408e2de95cf4e69b41e505cf90733110df03 /desktop
parentbd6660500d9497f3340fb5900917fbacb1d2a98f (diff)
downloadslackbuilds-2c8c38f2fe6d37aaa9fd2e2cff07dbce7a28bae5.tar.gz
slackbuilds-2c8c38f2fe6d37aaa9fd2e2cff07dbce7a28bae5.tar.xz
desktop/matchbox-window-manager: Added dbus-launch to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/matchbox-window-manager/README2
-rw-r--r--desktop/matchbox-window-manager/xinitrc.matchbox2
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/matchbox-window-manager/README b/desktop/matchbox-window-manager/README
index c240e0b064..71f70ace5b 100644
--- a/desktop/matchbox-window-manager/README
+++ b/desktop/matchbox-window-manager/README
@@ -1,5 +1,3 @@
Matchbox is a lightweight environment for the X Window System, that
is specifically designed for embedded platforms such as handhelds
and set-top boxes.
-
-This requires libmatchbox.
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