On Mon, 2003-11-03 at 20:08, norbert wrote: > Hello David, > > Thanks for the info, but isn't there a file like kdmrc that has a > "SessionTypes=default,kde,failsafe,gnome,icewm" parameter? In version > RH9 gdmconfig does not offer thoses choices.
No, I don't think so. That said, even though GDM's solution to this problem is different from KDM's, it's really easy to work with. If you're writing a new window manager and want it to show up as a session, you just drop a file into /etc/X11/gdm/Sessions/ and you're done. Generally speaking, all the scripts in /etc/X11/gdm/Sessions do is to call /etc/X11/xdm/Xsession FOO (eg, /etc/X11/xdm/Xsession gnome, or /etc/X11/xdm/Xsession icewm). XDM's Xsession script handles the rest. However, if you don't like Xsession you can write your own fairly easily. > Thanks for the info and help > Norbert > > > [EMAIL PROTECTED] wrote: > > On Mon, 2003-11-03 at 17:46, norbert wrote: > > > > > Hi, What file allow you to modify which login sessions are available > > > from the drop-down menu selection. I know that in kde I can select kdmrc > > > but where is it in gnome ? > > > thank you > > > > > > > Norbert, > > the Gnome display manager will offer the sessions listed in > > /etc/X11/gdm/Sessions/. Look at the files in that directory, and make > > new ones for the sessions you want. > > > > Also, look at /etc/X11/gdm/gdm.conf > > > > -David > > > > -- David Johnston <[EMAIL PROTECTED]> Little Bald Consulting, LLC ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
