Works like a charm! Thanks again! -----Original Message----- From: Stuart Sears [mailto:stuart@xxxxxxxxxxx] Sent: Friday, January 02, 2004 5:12 PM To: redhat-list@xxxxxxxxxx Subject: Re: Alternate Window Manager Selection On Saturday 03 January 2004 00:53, Krautkramer, John wrote: > Hi, > > I'm experimenting with other window managers in RedHat 9.0 such as > Enlightenment, etc. I'd like to add them to the 'Session' selection list at > login time. Does anyone know if/how this can be done? > > Thanks in advance! > > John Absolutely. 1) make sure there is a relevant file in /etc/X11/gdm/Sessions This is what defines the entry in the 'Sessions' Menu for gdm. It must be executable. e.g. #begin /etc/X11/gdm/Sessions/Enlightenment #!/bin/bash exec /etc/X11/xdm/Xsession enlightenment 2) create the necessary Xclients.[windowmanager] file in /usr/share/apps/switchdesk (I often find that WMs installed using rpm create this one anyway) e.g. # begin /usr/share/apps/switchdesk/Xclients.enlightenment #!/bin/bash # (c) 2000 Red Hat, Inc. exec /usr/bin/enlightenment (the easiest way to do this is to copy an existing file to a new name and then edit it as required) Kind Regards Stuart -- Stuart Sears RHCE, RHCX -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list