Assets
- turbovnc-3.2.91.tar.gz is the official source tarball for this release. The automatically generated "Source code" assets are not supported.
- Refer to https://TurboVNC.org/Downloads/DigitalSignatures for information regarding the methods used to sign the files in this release and instructions for verifying the signatures.
- The binary packages were built with libjpeg-turbo 3.1.3 and Adoptium OpenJDK 21.0.9+10.
Support
Code Quality: Beta
Current Support Category: EOL
Documentation
User’s Guide for TurboVNC 3.3 beta2
Release Notes
Significant changes relative to 3.3 beta1:
-
Fixed a regression introduced by 3.3 beta1[5] whereby the TurboVNC Viewer threw a fatal error ("Cannot load from object array because 'this.sessions' is null") if the TurboVNC Session Manager dialog was used to kill the last TurboVNC session running under the user's account on the host.
-
The
vncserverscript now checks whether the Xvnc process associated with a TurboVNC session is running before including the session in the session list. This prevents an issue whereby, if the Xvnc process was killed without using thevncserverscript (such as by rebooting the host without shutting down the session) and a local session or another X proxy reused the orphaned session's display number, then the TurboVNC Session Manager listed the orphaned session but could not connect to it. -
Fixed an issue in the TurboVNC Server whereby the zlib stream of a server-to-client UTF-8 clipboard transfer was sometimes truncated if Compression Level 0 was used, causing the VNC viewer to abort.
-
Added a new advanced parameter (
HotkeyModifiers) to the TurboVNC Viewer that can be used to change the combination of modifier keys that trigger the various hotkey sequences. -
The TurboVNC Viewer's built-in SSH client has been rebased on v2.27.7 of the JSch fork, which includes several minor security, compatibility, and performance improvements.
-
Added a new turbovncserver.conf variable (
$vglrun) that can be used to specify the location of thevglrunscript or to specify additional arguments tovglrun, if the window manager is being launched using VirtualGL. -
The TurboVNC Server's in-tree version of zlib-ng has been upgraded to v2.2.5, which fixes several minor bugs.