summaryrefslogtreecommitdiffstats
path: root/desktop/lxde-common/config/xinitrc.lxde
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-06 18:59:18 +0100
committer Robby Workman2013-11-07 18:28:17 +0100
commit1db5e5bf5b548b76bf1a196bbf60d5042b321a6c (patch)
tree6d6d4b394b700e07679c1881f2b3422055befc59 /desktop/lxde-common/config/xinitrc.lxde
parent9eaa90faa7877b9d1747c713ceff47b2c7fc8cd3 (diff)
downloadslackbuilds-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/xinitrc.lxde')
-rw-r--r--desktop/lxde-common/config/xinitrc.lxde2
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