diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-01 19:33:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:42:30 -0500 |
commit | 4825bf48e5222e684fbdf5da5d82ac61778d096b (patch) | |
tree | cf9356d154cde67edcc5e75b1ce1d04bf7304022 /desktop/wmii | |
parent | cc91608808402b16182d0962af8b2fa9e96c16fc (diff) | |
download | slackbuilds-4825bf48e5222e684fbdf5da5d82ac61778d096b.tar.gz |
desktop/wmii: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |