On Thu, Nov 29, 2007 at 04:46:50PM +0000, Dan Hatton wrote:
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
Try instead using an .xsession of:
--- BEGIN --- #!/usr/bin/bash
exec /usr/bin/gnome-session --- END ---
Which should start a gnome session instead, that should then start the panel and the window mangler allll by itself.
Cheers,