From e7ceab12d7741883e9d168255469a4ef3a283bd1 Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:39:11 +0200 Subject: desktop/icewm: Added "dbus-launch --exit-with-session" to xinitrc Signed-off-by: Robby Workman --- desktop/icewm/xinitrc.icewm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/icewm/xinitrc.icewm b/desktop/icewm/xinitrc.icewm index 4a16c0c272..7bf9154446 100644 --- a/desktop/icewm/xinitrc.icewm +++ b/desktop/icewm/xinitrc.icewm @@ -24,7 +24,7 @@ icewmbg & icewmtray & if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - ck-launch-session icewm-session + ck-launch-session dbus-launch --exit-with-session icewm-session else exec icewm-session fi -- cgit v1.2.3