diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-01 19:39:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:32 -0500 |
commit | e7ceab12d7741883e9d168255469a4ef3a283bd1 (patch) | |
tree | b469a6e7de5aaae1e64a7af98b787b07eddf8e97 | |
parent | 6d2d4d3c21f48180b26530df7ff411eedfdcc4bc (diff) | |
download | slackbuilds-e7ceab12d7741883e9d168255469a4ef3a283bd1.tar.gz |
desktop/icewm: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | desktop/icewm/xinitrc.icewm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/icewm/xinitrc.icewm b/desktop/icewm/xinitrc.icewm index 4a16c0c272..7bf9154446 100644 --- a/desktop/icewm/xinitrc.icewm +++ b/desktop/icewm/xinitrc.icewm @@ -24,7 +24,7 @@ icewmbg & icewmtray & if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - ck-launch-session icewm-session + ck-launch-session dbus-launch --exit-with-session icewm-session else exec icewm-session fi |