desktop/wmii: Added "dbus-launch --exit-with-session" to xinitrc

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-01 19:33:09 +02:00 committed by Robby Workman
parent cc91608808
commit 4825bf48e5
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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