I like to VNC to remote desktop onto my rPi, but I find it tiresome having to lunch the vnc server from the terminal, I recently tried the tutorial here: http://www.raspberrypi.org/documentatio ... /README.md and with a few corrections IE: the '#!/bin/sh' statement needs to be the first statement in the auto-start-up script I managed to get the VNC server to launch at boot.
HOWEVER, manually I would launch the server with a 'sudo' statement the auto-start does not ant this leads to all sorts of complications most notably I cannot launch idle as a super user from terminal, it just generates errors and if I run my scripts without elevated permissions they are also blighted.
Any help gladly received.
HJ