]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- run icewm-session instead of icewm; pointed out by Przemys/law Bia/lek (lobo at...
authorradek <radek@pld-linux.org>
Sat, 4 Sep 2004 12:31:35 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IceWM.RunWM -> 1.3

IceWM.RunWM

index 1baa324d0c01141058b0b0de3cff238e86886ccc..6b2d1dc4d8d2a012fcd3bd9346ba156c6e44df74 100644 (file)
@@ -3,16 +3,16 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/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/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/bin/icewm was not found.
+ /usr/bin/icewm-session was not found.
 EOF
 fi
This page took 0.163221 seconds and 4 git commands to generate.