summaryrefslogtreecommitdiffstats
path: root/desktop/lxde-common/config/xinitrc.lxde
diff options
context:
space:
mode:
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