mkaufman
01-26-2002, 01:15 PM
has anybody done it? I can't seem to get it working...
![]() | View Full Version : Viewing a gnome desktop in VNC? mkaufman 01-26-2002, 01:15 PM has anybody done it? I can't seem to get it working... priyadi 01-26-2002, 01:23 PM Could you explain more? What you did exactly and any error messages? mkaufman 01-26-2002, 01:32 PM I edited /root/.vnc/xstartup to: #!/bin/sh gdm to obviously start the gnome window manager but it doesn't work...it shows up as a ugly gray grid with an "X" as a mouse thing... Is that the correct startup command - gdm? mkaufman 01-26-2002, 01:39 PM Ok, I got it! All I did was change /root/.vnc/xstartup to: #!/bin/sh exec gnome-session |