Release 26.05
This is a maintenance release. Most of the updates are related to the TigerVNC v1.16.2, which is being introduced in this release.
Updated versions:
TigerVNCto version 1.16.2- only in images based on
Ubuntu 24.04(Noble) - avoid using an empty VNC password (environment variable
VNC_PW) with this version
- only in images based on
Updated files:
-
Dockerfile.xfce.24-04,Dockerfile.xfce.22-04andDockerfile.xfce.20-04- The standard Linux help viewer
manhas been added (atstage_tools).
- The standard Linux help viewer
-
vnc_startup.rc-
The
TigerVNC 1.16.2has deprecated the folder$HOME/.vncand the new path for the configuration files (config,passwd) is now$HOME/.config/tigervnc- This does not apply to the images based on the
Ubuntu 22.04andUbuntu 20.04that do not work with theTigerVNC 1.16.2and therefore still include theTigerVNC 1.13.1.
- This does not apply to the images based on the
-
a new variable
VNC_CONFIG_HOMEis used for configuring the correct path for the VNC configuration files -
All required environment variables are validated individually one-by-one. There are listed in the array
required_vars. -
An empty VNC password is not working any more and therefore a non-empty one is enforced. Do not set the environment variable
VNC_PWto an empty string!- Note that you can provide the password also
- as part of the connection string if you're using a WebBrowser and
noVNC- example:
http://localhost:36901/vnc_lite.html?password=headless
- example:
- via the command line parameter
-PasswordFileif you're using theTigerVNCViewer- example:
vncviewer64.exe" -PasswordFile my.pass :35901 - you'll need to generate the
my.passfile using thevncpasswdutility
- example:
- as part of the connection string if you're using a WebBrowser and
- Note that you can provide the password also
-