mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/ion: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a18cc4fdf6
commit
af599d93af
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
the PWM window manager.
|
||||
|
||||
This requires lua.
|
||||
|
||||
Please note that the author of Ion stopped all development and support for
|
||||
this tool - even its web page has been taken offline.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue