From 2c8c38f2fe6d37aaa9fd2e2cff07dbce7a28bae5 Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:50:27 +0200 Subject: desktop/matchbox-window-manager: Added dbus-launch to xinitrc Signed-off-by: Robby Workman --- desktop/matchbox-window-manager/README | 2 -- desktop/matchbox-window-manager/xinitrc.matchbox | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop/matchbox-window-manager') 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 -- cgit v1.2.3