Dear All,
I decided to have a play with Gnome (usually an FVWM user.) I managed to get a nice user-friendly desktop by doing
ln -s /home/username /home/username/Desktop/username
and creating a .xsession file that said
#!/usr/bin/tcsh
/usr/bin/gnome-panel & /usr/bin/gnome-wm
But when the session's finished with, hitting the "Log out" option in the system menu only seems to close the gnome-panel, not actually to end the X session. I suspect that this is because I'm starting gnome-panel the "wrong" way. Any ideas, please?