https://computingforgeeks.com/how-to-i ... 8-04-lts/
Everything followed those instructions correctly to the point:
Code: Select all
sudo nano ~/.vnc/xstartup
Instead I created the file:
Code: Select all
nano ~/.vnc/xstartup
Code: Select all
exec /usr/bin/startxfce4 &
I continued with the instructions.
Code: Select all
ssh <username>@<vnsserverip> -C -L 5901:127.0.0.1:5901
I installed tigervnc-viewer on my linux laptop and this where things go wrong (If not already!)
Nothing in the menu about tigervnc so in a terminal on my laptop,
Code: Select all
vncviewer localhost:5901
TigerVNC Viewer 64-bit v1.7.0
Built on: 2017-12-05 09:25
Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Tue Nov 5 14:17:29 2019
DecodeManager: Detected 4 CPU core(s)
DecodeManager: Creating 4 decoder thread(s)
CConn: unable connect to socket: Connection refused (111)
Code: Select all
makem@ssdTOSH:~$ vncviewer 192.168.2.72:5901
TigerVNC Viewer 64-bit v1.7.0
Built on: 2017-12-05 09:25
Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Tue Nov 5 14:21:40 2019
DecodeManager: Detected 4 CPU core(s)
DecodeManager: Creating 4 decoder thread(s)
CConn: unable connect to socket: Connection refused (111)
makem@ssdTOSH:~$
TIA