desktop/icewm: Tweak to xinitrc rc consolekit poking
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ec9a5d2f51
commit
4b40a17caa
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=icewm
|
||||
VERSION=${VERSION:-1.3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -23,7 +23,7 @@ fi
|
|||
icewmbg &
|
||||
icewmtray &
|
||||
|
||||
if [ -z "$XDG_SESSION_COOKIE" -a -x /usr/bin/ck-launch-session ]; then
|
||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
||||
ck-launch-session icewm-session
|
||||
else
|
||||
exec icewm-session
|
||||
|
|
Loading…
Reference in New Issue