From af599d93af7aa88b6ac6bc3f98bcb3d5324c39fc Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:46:36 +0200 Subject: desktop/ion: Added "dbus-launch --exit-with-session" to xinitrc Signed-off-by: Robby Workman --- desktop/ion/README | 2 -- desktop/ion/xinitrc.ion | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop/ion') 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 -- cgit v1.2.3