diff options
Diffstat (limited to 'desktop/wmii/xinitrc.wmii')
-rw-r--r-- | desktop/wmii/xinitrc.wmii | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmii/xinitrc.wmii b/desktop/wmii/xinitrc.wmii index 0fbc8e8271..79c8b7de28 100644 --- a/desktop/wmii/xinitrc.wmii +++ b/desktop/wmii/xinitrc.wmii @@ -25,7 +25,7 @@ fi # Start the window manager: if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - ck-launch-session /usr/bin/wmii.xinit + ck-launch-session dbus-launch --exit-with-session /usr/bin/wmii.xinit else /usr/bin/wmii.xinit fi |