Installing IceWM - 02/01/04 05:08 PM
In Mandrake Control Manager, I've selected the iceWM packages, and it installed of the ISO-discs.
Now, on the iceWM homepage, I've found this :
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 ?
Now, on the iceWM homepage, I've found this :
Quote:
First make sure that you choose the correct X startup script in your home directory. For most distributions the file $HOME/.xsession is honored by startx and X Display Managers like kdm. On RedHat, the $HOME/.Xclients may be used instead. In all cases, choose the one recommended by your distribution and make sure that there is no concurency between the X startup scripts.
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.
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 ?