mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/ratpoison: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4ee2df86f9
commit
063fa9ab96
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
[ -f $usermodmap ] && xmodmap $usermodmap
|
||||
|
||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
||||
exec ck-launch-session ratpoison
|
||||
exec ck-launch-session dbus-launch --exit-with-session ratpoison
|
||||
else
|
||||
exec ratpoison
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue