diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-01 19:40:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:27:09 -0500 |
commit | 063fa9ab969dc097eed8b537697a5538604ff392 (patch) | |
tree | 9db969113b407f9535f3702fca26475ac6e14e08 /desktop | |
parent | 4ee2df86f98d31d2e9fae562a02d50213943b973 (diff) |
desktop/ratpoison: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ratpoison/xinitrc.ratpoison | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/ratpoison/xinitrc.ratpoison b/desktop/ratpoison/xinitrc.ratpoison index da0c3726d724..9cd078a445a8 100644 --- a/desktop/ratpoison/xinitrc.ratpoison +++ b/desktop/ratpoison/xinitrc.ratpoison @@ -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 |