]> git.pld-linux.org Git - packages/icewm.git/blobdiff - IceWM.RunWM
- replace wmstyle startup script with script run directly by icewm-session
[packages/icewm.git] / IceWM.RunWM
diff --git a/IceWM.RunWM b/IceWM.RunWM
deleted file mode 100644 (file)
index 6b2d1dc..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# RunWM - this is a script used to launch window manager
-#
-
-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-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-session was not found.
-EOF
-fi
This page took 0.07514 seconds and 4 git commands to generate.