My home server currently has no monitor attached (new video card today?) and it would be useful to have access to a gui, mainly for the benefit of mythtv where not everything can be done from the command line.
I suddenly realised there is an easy way to get a remote desktop, good old vnc.
So I installed the tightvncserver package and started it with
vncserver
and sure enough I had a remote desktop but a very stark one with nothing but a terminal window, none of the gnome desktop panels (i.e. the gnome equivalent of the 'start' menu, taskbars etc).
Some research determined that these could be added thusly:
- edit ~/.vnc/xstartup
-
add this at the bottom:
gnome-panel 2> /dev/null &
The background is still stark (grey, no wallpaper etc) but that is ok for a vnc connection. The important thing is that the menus are there.
I'm editing this via firefox on the remote desktop using vnc over an ssh tunnel. I'm trying to think of ways to get more links in the chain.


Use 'exec gnome-session' instead, it will cause a full gnome session to start