diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-03 17:14:14 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:36:31 -0600 |
commit | e3cee0ccd7e3341c9e5464d740fe2afeff39d8f4 (patch) | |
tree | 11a6fc3aa3e2c0f7a129218f9e85ee16d4f42145 /desktop/icewm/xinitrc.icewm | |
parent | de47a0f89562601b6b7fc4b6c110c58af606ebb8 (diff) | |
download | slackbuilds-e3cee0ccd7e3341c9e5464d740fe2afeff39d8f4.tar.gz |
desktop/icewm: Updated for version 1.3.12 (new upstream)
Thanks to _gin on LQ for the heads-up on this.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/xinitrc.icewm')
-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 7bf9154446..18d62cfa72 100644 --- a/desktop/icewm/xinitrc.icewm +++ b/desktop/icewm/xinitrc.icewm @@ -23,7 +23,7 @@ fi icewmbg & icewmtray & -if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then +if [ -z "$XDG_SESSION_COOKIE" -a -x /usr/bin/ck-launch-session ]; then ck-launch-session dbus-launch --exit-with-session icewm-session else exec icewm-session |