diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-06 18:59:18 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:17 -0600 |
commit | 1db5e5bf5b548b76bf1a196bbf60d5042b321a6c (patch) | |
tree | 6d6d4b394b700e07679c1881f2b3422055befc59 /desktop/lxde-common/config | |
parent | 9eaa90faa7877b9d1747c713ceff47b2c7fc8cd3 (diff) | |
download | slackbuilds-1db5e5bf5b548b76bf1a196bbf60d5042b321a6c.tar.gz |
desktop/lxde-common: Switch from gksu-polkit to ktsuss.
Small cleanups and fixes
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxde-common/config')
-rw-r--r-- | desktop/lxde-common/config/xinitrc.lxde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/lxde-common/config/xinitrc.lxde b/desktop/lxde-common/config/xinitrc.lxde index 89a8d89c55..2fb6dc0dfb 100644 --- a/desktop/lxde-common/config/xinitrc.lxde +++ b/desktop/lxde-common/config/xinitrc.lxde @@ -14,7 +14,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap # Start the window manager: if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - ck-launch-session startlxde + ck-launch-session dbus-launch --exit-with-session startlxde else startlxde fi |