Now, on the iceWM homepage, I've found this :
The recommended way to start is from $HOME/.xsession shell script (may be executable, must be on RedHat). Mine looks something like this:
# run profile to set $PATH and other env vars correctly
. $HOME/.bash_profile
# setup touchpad and the external mouse
xset m 7 2
xinput set-ptr-feedback 0 7 1.9 1
# run initial programs
uxterm &
# start icewm, and run xterm if it crashes (just to be safe)
exec icewm-session || exec xterm -fg red
The xterm on the last line is there simply to make sure that your X session doesn't crash if icewm does (should never happen). You can restart icewm from there or start some other window manager. The session will close if you close the xterm.
I think I've located the IceWM-file by typing
find /usr -iname "ice"
It came with a lot of result, a lot of .html-files in usr/bin/shared and "icewm" and "icepref" located at usr/lib/menu/icewm and usr/lib/menu/icepref.
I also found a 'directory' at : /usr/share/doc/icewm1.2.13
and /usr/share/doc/icewm-light-1.2.13/
Question is: What do I do next ?

Help










