On 10/22, Larry Alkoff wrote: > I'd like to add the following window managers to gdm: > > afterstep > black box > fvwm2 > sawfish > windowmaker > xfce > enlightment > > I'm running Libranet 2.7 based on Debian. > Evidently the menu is controlled by files in > /etc/gdm/Sessions
The files in /etc/gdm/Sessions are just shell scripts. If you add a shell script to that directory, it will show up in the gdm menu. gdm will use the scripts filename as the title of the menu entry. The scripts can be as simple or complex as you like. I added one for windowmaker the other day, and it was just the bare minimum: ----Begin /etc/gdm/Sessions/WindowMaker #!/bin/sh exec wmaker ----End of file. It works just fine. I don't know if Libranet has any additional conventions (such as merging the users ~/.Xdefaults file) or not, but you should be able to determine that by looking at some of the other scripts in that directory. -- Cory T. Echols | "The whole art of government consists in the art [EMAIL PROTECTED] | of being honest." | --Thomas Jefferson | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]