mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/uwm: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c2d62c43a0
commit
cc91608808
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue