desktop/wmii: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cc91608808
commit
4825bf48e5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue