From a449fecb10c8b9f207a359babc8755cd8faec031 Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:36:56 +0200 Subject: desktop/afterstep: Added "dbus-launch --exit-with-session" to xinitrc Signed-off-by: Robby Workman --- desktop/afterstep/xinitrc.afterstep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/afterstep') diff --git a/desktop/afterstep/xinitrc.afterstep b/desktop/afterstep/xinitrc.afterstep index 3b45c51b4a..f945bc76fb 100644 --- a/desktop/afterstep/xinitrc.afterstep +++ b/desktop/afterstep/xinitrc.afterstep @@ -13,7 +13,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap # Start the window manager: if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - exec ck-launch-session /usr/bin/afterstep + exec ck-launch-session dbus-launch --exit-with-session /usr/bin/afterstep else exec /usr/bin/afterstep fi -- cgit v1.2.3