Skip to content
Alex Simon edited this page Feb 4, 2015 · 5 revisions

Installing the tool

The tool needs to be installed in the following location:
bin/kano-vnc -> usr/bin
share/* -> usr/share/kano-vnc

kano-vnc

Located in bin folder.

This is the main executable file. It contains the functionality to print the status and clients, start, stop and switch the vnc server.

startvnc

Located in Share folder

This script is used to initiate the VNC server at boot for example.

vncglobals

Located in Share folder

This file contains global variables used in this app. The most important one is VNC_CMDLINE which launches the vnc server, in this case /usr/bin/x11vnc

vncincoming

Located in Share folder

This script is executed each time a remote VNC viewer connects to the local VNC server. It is used to display the notification for example

Clone this wiki locally