diff options
Diffstat (limited to 'desktop/wmii')
-rw-r--r-- | desktop/wmii/README | 2 | ||||
-rw-r--r-- | desktop/wmii/xinitrc.wmii | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/wmii/README b/desktop/wmii/README index 61d3cda094..c39136f7ca 100644 --- a/desktop/wmii/README +++ b/desktop/wmii/README @@ -6,7 +6,5 @@ control. It replaces the workspace paradigm with a new tagging approach. Its minimalist philosophy attempts to not exceed 10.000 lines of code (including all shipped utilities and libraries), to enforce simplicity and clarity. -This package requires libixp. - If you plan to use plan9port, python or ruby scripting support you should also install required interpreters at run time. 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 |