diff options
Diffstat (limited to 'desktop/openbox/xinitrc.openbox')
-rw-r--r-- | desktop/openbox/xinitrc.openbox | 4 |
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 |