diff options
Diffstat (limited to 'desktop/ion/xinitrc.ion')
-rw-r--r-- | desktop/ion/xinitrc.ion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/ion/xinitrc.ion b/desktop/ion/xinitrc.ion index 48a25f2892705..38fae0449eb39 100644 --- a/desktop/ion/xinitrc.ion +++ b/desktop/ion/xinitrc.ion @@ -12,7 +12,7 @@ test -f $userresources && xrdb -merge $userresources test -f $usermodmap && xmodmap $usermodmap if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - exec ck-launch-session ion3 + exec ck-launch-session dbus-launch --exit-with-session ion3 else exec ion3 fi |