From 4825bf48e5222e684fbdf5da5d82ac61778d096b Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:33:09 +0200 Subject: desktop/wmii: Added "dbus-launch --exit-with-session" to xinitrc Signed-off-by: Robby Workman --- desktop/wmii/README | 2 -- desktop/wmii/xinitrc.wmii | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop') 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 -- cgit v1.2.3