I’ve been trying to install the VNCSERVER without any success getting it work. Copied the install procedures from the Blue Ocean web site.
Startup login works but all I can get is a somewhat checkered screen and nothing else. Below is a copy of my Xstartup file located in the .vnc directory under my home directory.
Any help resolving this issue will be appreciated. Thanks
#!/bin/bash
#xrdb $HOME/.Xresources
start kde &
┌─[howardr@parrot]─[~/.vnc]
07/01/21 01:36:35 Xvnc version TightVNC-1.3.10
07/01/21 01:36:35 Copyright © 2000-2009 TightVNC Group
07/01/21 01:36:35 Copyright © 1999 AT&T Laboratories Cambridge
07/01/21 01:36:35 All Rights Reserved.
07/01/21 01:36:35 See http://www.tightvnc.com/ for information on TightVNC
07/01/21 01:36:35 Desktop name ‘X’ (parrot:1)
07/01/21 01:36:35 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
07/01/21 01:36:35 Listening for VNC connections on TCP port 5901
/home/howardr/.vnc/xstartup: line 3: start: command not found
07/01/21 01:37:15 Got connection from client 192.168.1.70
07/01/21 01:37:15 Using protocol version 3.8
07/01/21 01:37:15 Enabling TightVNC protocol extensions
07/01/21 01:37:19 Full-control authentication passed by 192.168.1.70
07/01/21 01:37:19 Using tight encoding for client 192.168.1.70
07/01/21 01:37:19 rfbProcessClientNormalMessage: ignoring unknown encoding 16
07/01/21 01:37:19 Using image quality level 6 for client 192.168.1.70
07/01/21 01:37:19 rfbProcessClientNormalMessage: ignoring unknown encoding -223
07/01/21 01:37:19 Enabling LastRect protocol extension for client 192.168.1.70
07/01/21 01:37:19 Enabling cursor position updates for client 192.168.1.70
07/01/21 01:37:19 Enabling full-color cursor updates for client 192.168.1.70
07/01/21 01:37:30 Client 192.168.1.70 gone
07/01/21 01:37:30 Statistics:
07/01/21 01:37:30 key events received 1, pointer events 14
07/01/21 01:37:30 framebuffer updates 1, rectangles 15, bytes 2054
07/01/21 01:37:30 LastRect markers 1, bytes 12
07/01/21 01:37:30 cursor shape updates 1, bytes 1068
07/01/21 01:37:30 cursor position updates 1, bytes 12
07/01/21 01:37:30 tight rectangles 12, bytes 962
07/01/21 01:37:30 raw bytes equivalent 3145740, compression ratio 3270.000000
┌─[howardr@parrot]─[~/.vnc]
└──╼ Please see line above where it says ’ start: command not found
Thanks