desktop/ion: Added "dbus-launch --exit-with-session" to xinitrc

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-01 19:46:36 +02:00 committed by Robby Workman
parent a18cc4fdf6
commit af599d93af
2 changed files with 1 additions and 3 deletions

View file

@ -8,8 +8,6 @@ This is the latest stable release of Ion (3). A pwm3 binary is built
too, which starts Ion with floating workspaces as the default, thus replacing too, which starts Ion with floating workspaces as the default, thus replacing
the PWM window manager. the PWM window manager.
This requires lua.
Please note that the author of Ion stopped all development and support for Please note that the author of Ion stopped all development and support for
this tool - even its web page has been taken offline. this tool - even its web page has been taken offline.

View file

@ -12,7 +12,7 @@ test -f $userresources && xrdb -merge $userresources
test -f $usermodmap && xmodmap $usermodmap test -f $usermodmap && xmodmap $usermodmap
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then 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 else
exec ion3 exec ion3
fi fi