LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Icewm (https://www.linuxquestions.org/questions/linux-newbie-8/icewm-132461/)

JMK 01-07-2004 01:24 PM

Icewm
 
have just insatlled Icewm from rpm with all the files needed but it doesnt show it in the session type how do i use it ???

thanks

running redhat 9

darthtux 01-07-2004 03:29 PM

Create a file with the window managers name in /etc/X11/gdm/Sessions with the following lines

#!/bin/bash
exec /etc/X11/xdm/Xsession window_manager

For example, to add icewm:

vim /etc/X11/gdm/Sessions/IceWM

and put in it:

#!/bin/bash
exec /etc/X11/xdm/Xsession icewm


All times are GMT -5. The time now is 03:36 PM.