I’m setting up a new computer running ubuntu 14.04. Could somebody please advise how I can get fvwm to show up as an option at the login screen? In the old days, using ubuntu 12.04 and lightdm, the fvwm option magically showed up as an option. Now, all I get is a password prompt, and no choice of window manager.
Add a text file “fvwm.desktop” under /usr/share/xsessions/ with the following content][Desktop Entry]
Name=Fvwm
Comment=Fvwm
Exec=fvwm2
Terminal=False
TryExec=fvwm2
Type=Application
[Window Manager]
SessionManaged=true
[/code]
– Thomas –
Another thing could be an entry in fvwm.desktop preventing the start. I’ve had this issue with Fvwm-Nightshade in the past. Try this shorter version without ‘TryExec’][Desktop Entry]
Encoding=UTF-8
Name=Fvwm
Comment=This session logs you into Fvwm
Exec=fvwm2
Icon=
Type=Application[/code]
Else I can’t help you and you should post your problem in the Ubuntu forums.