diff options
-rw-r--r-- | desktop/matchbox-window-manager/README | 2 | ||||
-rw-r--r-- | desktop/matchbox-window-manager/xinitrc.matchbox | 2 |
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 |