desktop/uwm: 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:53:21 +02:00 committed by Robby Workman
parent c2d62c43a0
commit cc91608808
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if [ ! -d $HOME/.ude/config ]; then
fi
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session uwm
exec ck-launch-session dbus-launch --exit-with-session uwm
else
exec uwm
fi