aboutsummaryrefslogtreecommitdiff
path: root/desktop/openbox/xinitrc.openbox
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-25 13:53:53 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-26 11:51:53 +0700
commit17b89afc4b5dcb16cbdd87819c368145230dea13 (patch)
tree3930d3117290af99b65fccc7116b0785e4c1e02e /desktop/openbox/xinitrc.openbox
parent22bda2efbe26556def7e717d4699d30a1b53b1d3 (diff)
desktop/openbox: Various fixups for Slackware 15.0
Diffstat (limited to 'desktop/openbox/xinitrc.openbox')
-rw-r--r--desktop/openbox/xinitrc.openbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/openbox/xinitrc.openbox b/desktop/openbox/xinitrc.openbox
index add97d8ad1a67..0a6d6001a476f 100644
--- a/desktop/openbox/xinitrc.openbox
+++ b/desktop/openbox/xinitrc.openbox
@@ -19,8 +19,8 @@ if [ ! -d $HOME/.config/openbox ]; then
cat /etc/xdg/openbox/rc.xml > $HOME/.config/openbox/rc.xml
fi
-if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- exec ck-launch-session dbus-launch --exit-with-session openbox
+if [ -z "$DESKTOP_SESSION" ]; then
+ exec dbus-launch --exit-with-session openbox
else
exec openbox
fi