]> git.pld-linux.org Git - packages/icewm.git/blobdiff - IceWM.RunWM
- upgraded to 1.3.6
[packages/icewm.git] / IceWM.RunWM
index 0509a16316d023f59a22b234491089ab47f2b0ff..6b2d1dc4d8d2a012fcd3bd9346ba156c6e44df74 100644 (file)
@@ -3,16 +3,16 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/icewm ] ; then
+if [ -x /usr/bin/icewm-session ] ; then
        if [ ! -d ~/.icewm ] ; then
                mkdir -p ~/.icewm
                install -m 644 /etc/X11/icewm/* ~/.icewm/
        fi
-       eval "exec /usr/X11R6/bin/icewm"
+       eval "exec /usr/bin/icewm-session"
 else
 cat <<EOF
  WARNING: You selected IceWM as your window manager, but your
  installation of IceWM does not appear to be functional. Either
- /usr/X11R6/bin/icewm was not found.
+ /usr/bin/icewm-session was not found.
 EOF
 fi
This page took 0.072535 seconds and 4 git commands to generate.