diff options
author | runge <runge> | 2008-02-01 02:05:10 +0000 |
---|---|---|
committer | runge <runge> | 2008-02-01 02:05:10 +0000 |
commit | 7e7ef1b4716839045c4904c472564f13290ebd8b (patch) | |
tree | 030f74552aedb6036a3c4a918f030f9cdbb03c6f /x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl | |
parent | c17aef31ac3540a04707a7f14f04524cc76c93d0 (diff) | |
download | libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.tar.gz libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.zip |
x11vnc: during speeds estimate, guard against client disconnecting.
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl')
-rwxr-xr-x | x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl b/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl index 336a864..2f52e7e 100755 --- a/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl +++ b/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl @@ -734,6 +734,12 @@ proc help {} { directory you want. It can be set after starting ssvnc by putting HOME=/path/to/dir in the Host:Display box and clicking "Connect". + For a Windows BAT file to get the "Home" directory correct + something like this might be needed: + + cd \ssvnc\Windows + start \ssvnc\Windows\ssvnc.exe + 11) Dynamic VNC Server Port determination and redirection: If you are running SSVNC on Unix and are using SSH to start the remote VNC server and the VNC server prints out the line "PORT=NNNN" |