summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/xinitrc.icewm
diff options
context:
space:
mode:
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
commit4e2019d72ff01b177e70e4efe88e2df2ae5a5e2e (patch)
treec3de2d2adb5a3c995dee95a15635f3fbdc899272 /desktop/icewm/xinitrc.icewm
parentebf53c5b225f3d11a2c97847d148a73a9b203a5f (diff)
downloadslackbuilds-4e2019d72ff01b177e70e4efe88e2df2ae5a5e2e.tar.gz
slackbuilds-4e2019d72ff01b177e70e4efe88e2df2ae5a5e2e.tar.xz
desktop/icewm: Updated for version 2.3.2.
Diffstat (limited to '')
-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 f4ca6237ec..1fe33c1389 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