Page 1 of 1

VNC Problem

Posted: April 17th, 2011, 3:23 pm
by dalewis62
When I execute VNC on my laptop I do not get the error message mentioned in your write up regarding the panel loading and I do not get the panel with the Applications, Places, and System options. I have tried reinstalling vncserver, TightVNC and reloading the gnome.

Re: VNC Problem

Posted: April 17th, 2011, 4:08 pm
by Ian
Hi there,

What exactly do you see when you launch VNC? Do you get a grey screen or something else? Can you provide a screenshot please?

And can you also paste the contents of your .vnc/xstartup file please?

Thanks,

Ian.

Re: VNC Problem

Posted: April 17th, 2011, 4:52 pm
by dalewis62
Morning Ian,
I have added a jpg of the view but I get a crosshatch type background with no applications pane.

Here is what I have in the startup file:
#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 1280x1024+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
VNC.jpg
VNC.jpg (27.77 KiB) Viewed 1842 times

Re: VNC Problem

Posted: April 17th, 2011, 5:26 pm
by dalewis62
I got it. I was missing the sh in the xinit line.

Re: VNC Problem

Posted: April 17th, 2011, 6:00 pm
by Ian
Indeed you were! Glad you've fixed it. :thumbup: