]> git.pld-linux.org Git - packages/icewm.git/commitdiff
f05a2010f8d394ab6d428e38c09d49e3 IceWM.RunWM
authordjrzulf <djrzulf@pld-linux.org>
Tue, 20 Nov 2001 03:42:31 +0000 (03:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IceWM.RunWM -> 1.1

IceWM.RunWM [new file with mode: 0644]

diff --git a/IceWM.RunWM b/IceWM.RunWM
new file mode 100644 (file)
index 0000000..0509a16
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# RunWM - this is a script used to launch window manager
+#
+
+if [ -x /usr/X11R6/bin/icewm ] ; then
+       if [ ! -d ~/.icewm ] ; then
+               mkdir -p ~/.icewm
+               install -m 644 /etc/X11/icewm/* ~/.icewm/
+       fi
+       eval "exec /usr/X11R6/bin/icewm"
+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.
+EOF
+fi
This page took 0.31389 seconds and 4 git commands to generate.