aboutsummaryrefslogtreecommitdiff
path: root/desktop/icewm/xinitrc.icewm
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/icewm/xinitrc.icewm')
-rw-r--r--desktop/icewm/xinitrc.icewm4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/icewm/xinitrc.icewm b/desktop/icewm/xinitrc.icewm
index f4ca6237ecb63..1fe33c1389636 100644
--- a/desktop/icewm/xinitrc.icewm
+++ b/desktop/icewm/xinitrc.icewm
@@ -23,8 +23,8 @@ done
icewmbg &
icewmtray &
-if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- ck-launch-session dbus-launch --exit-with-session icewm-session
+if [ -z "$DESKTOP_SESSION" ]; then
+ dbus-launch --exit-with-session icewm-session
else
exec icewm-session
fi