diff options
Diffstat (limited to 'desktop/icewm')
-rw-r--r-- | desktop/icewm/xinitrc.icewm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |