summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-01 19:46:36 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:32 -0500
commitaf599d93af7aa88b6ac6bc3f98bcb3d5324c39fc (patch)
treeea782a46305f07883b1533897d64ae50e44264d9 /desktop
parenta18cc4fdf6b7fbc4264585c577fb65939d6372dd (diff)
downloadslackbuilds-af599d93af7aa88b6ac6bc3f98bcb3d5324c39fc.tar.gz
slackbuilds-af599d93af7aa88b6ac6bc3f98bcb3d5324c39fc.tar.xz
desktop/ion: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/ion/README2
-rw-r--r--desktop/ion/xinitrc.ion2
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/ion/README b/desktop/ion/README
index 3cb4ab814c..a5e4a6e77e 100644
--- a/desktop/ion/README
+++ b/desktop/ion/README
@@ -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.
diff --git a/desktop/ion/xinitrc.ion b/desktop/ion/xinitrc.ion
index 48a25f2892..38fae0449e 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