I use a VNC [INI] file (with password hash saved) to make a view only connection to computer A:
Code: Select all
[Connection]
host=10.0.2.5
password=xxxxxxxxxx
port=5900
proxyhost=
proxyport=5900
[options]
disableclipboard=0
viewonly=1
showtoolbar=1
Scaling=1
scale_num=50
scale_den=100
I glanced at the log files and noticed this (unrelated?) line that repeats all day long - even when there are no connections being made:
Code: Select all
Fri Aug 12 07:55:45 2016
vncmenu.cpp : ############### Usernames change: old="username", new="username"
--The system cannot find the file specified.
Fri Aug 12 07:55:50 2016
vncmenu.cpp : ############### Usernames change: old="username", new="username"
--The system cannot find the file specified.
Fri Aug 12 17:01:00 2016
vncmenu.cpp : ############### Usernames change: old="username", new="username"
--The system cannot find the file specified.
Fri Aug 12 17:01:05 2016
vncmenu.cpp : ############### Usernames change: old="username", new="username"
--The system cannot find the file specified.
Fri Aug 12 17:01:10 2016
vncmenu.cpp : ############### Usernames change: old="username", new="username"
--The system cannot find the file specified.
Let me know what additional info (if any) that you need from me.
Thanks