I want to access the GUI process's VNC back-end remotely.
I have changed "/Settings/System/VncInternet" to 1 (and restarted the gui process) but that didn't change anything.
The "gui/start-gui.sh" script ends with these lines:
`if [ "$vnclocal" = "1" ] || [ "$vncinternet" = "1" ]; then
echo "*** Starting gui, with VNC enabled (VncLocal=$vnclocal VncInternet=$vncinternet)"
exec ${scriptdir}/gui $mouse -display "${multistring}VNC:size=$size:depth=32:passwordFile=/data/conf/vncpassword.txt:0"
…
The fun part here is that "$vncinternet" is not used anywhere and the GUI listens on 127.0.0.1 no matter what I do.
Now, is that a bug, or did I overlook something?