diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-01 19:53:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:40:28 -0500 |
commit | cc91608808402b16182d0962af8b2fa9e96c16fc (patch) | |
tree | 75df39c34feafbb2f2a0900f4c59cde6be85547a /desktop/uwm/xinitrc.uwm | |
parent | c2d62c43a0328dfebecb35d638ad83cbeb6e2b26 (diff) | |
download | slackbuilds-cc91608808402b16182d0962af8b2fa9e96c16fc.tar.gz |
desktop/uwm: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/uwm/xinitrc.uwm')
-rw-r--r-- | desktop/uwm/xinitrc.uwm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/uwm/xinitrc.uwm b/desktop/uwm/xinitrc.uwm index 71b59ce9fc..b20be40c2f 100644 --- a/desktop/uwm/xinitrc.uwm +++ b/desktop/uwm/xinitrc.uwm @@ -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 |