diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-25 13:53:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-26 11:51:53 +0700 |
commit | 17b89afc4b5dcb16cbdd87819c368145230dea13 (patch) | |
tree | 3930d3117290af99b65fccc7116b0785e4c1e02e /desktop/openbox/xinitrc.openbox-session | |
parent | 22bda2efbe26556def7e717d4699d30a1b53b1d3 (diff) | |
download | slackbuilds-17b89afc4b5dcb16cbdd87819c368145230dea13.tar.gz slackbuilds-17b89afc4b5dcb16cbdd87819c368145230dea13.tar.xz |
desktop/openbox: Various fixups for Slackware 15.0
Diffstat (limited to 'desktop/openbox/xinitrc.openbox-session')
-rw-r--r-- | desktop/openbox/xinitrc.openbox-session | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/openbox/xinitrc.openbox-session b/desktop/openbox/xinitrc.openbox-session index 027c9080ee..90d135f50e 100644 --- a/desktop/openbox/xinitrc.openbox-session +++ b/desktop/openbox/xinitrc.openbox-session @@ -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-session +if [ -z "$DESKTOP_SESSION" ]; then + exec dbus-launch --exit-with-session openbox-session else exec openbox-session fi |