diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-22 23:03:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-22 23:03:37 -0500 |
commit | 4e2019d72ff01b177e70e4efe88e2df2ae5a5e2e (patch) | |
tree | c3de2d2adb5a3c995dee95a15635f3fbdc899272 /desktop/icewm/xinitrc.icewm | |
parent | ebf53c5b225f3d11a2c97847d148a73a9b203a5f (diff) |
desktop/icewm: Updated for version 2.3.2.
Diffstat (limited to 'desktop/icewm/xinitrc.icewm')
-rw-r--r-- | desktop/icewm/xinitrc.icewm | 4 |
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 |