Updated on: 12 May 2026
open-vm-tools | 12 MAY 2026 | Build 25218885
Check back for additions and updates to these release notes.
The release notes cover the following topics:
- What's New
- Internationalization
- Compatibility Notes
- Guest Operating System Customization Support
- Interoperability Matrix
- Resolved Issues
- Known Issues
The open-vm-tools release 13.1.0 introduces support for the GNOME Toolkit version 4. Providers of open-vm-tools can choose to build the desktop plugins using GTK4 or continue to build using GTK3. The choice of GTK version to be used is made with the one of the following options to the configure script
- --with-gtk4 # build only with GTK4; configure error if not available.
- --with-gtk3 # build only with GTK3; configure error if not available.
If neither option is provided, the configure script will attempt to determine if the required pieces of GTK4 or GTK3 are available on the system. If successful, the open-vm-tools build will be configured to use the highest available version.
If no GTK development and runtime is found on the system, the configure script will terminate with a short message with details in the "config.log" file.
Support for GTK2 has been removed from the open-vm-tools source.
See the Known Issues section below for GTK4 related issues that are being tracked.
-
New release of the Salt-Minion integration script.
Picking up the latest release of the svtminion.sh script - version v2026.01.09
-
Fallback to ignore systemd inhibitors during guest poweroff / reboot.
If the system() shutdown command fails due to any system inhibitors, a fallback "systemctl shutdown/reboot" is executed while ignoring the systemd inhibitors.
-
Two issues reported on github have been fixed. Please see the Resolved Issues section below.
-
Various fixes for critical issues.
-
Please see the Resolved Issues and Known Issues sections below.
-
A complete list of the granular changes in the open-vm-tools 13.1.0 release is available at:
open-vm-tools 13.1.0 is available in the following languages:
- English
- French
- Japanese
- Spanish
- VMware Product and Hardware Version Compatibility
This release of open-vm-tools is compatible with all supported versions of VMware products and with different hardware versions supported by VMware products. For more information about the officially supported VMware product compatibility, see the Broadcom Interoperability Matrix.
- Guest Operating System Compatibility
This release of open-vm-tools is compatible with a wide range of guest OS versions supported by VMware products. For more information about the officially supported Linux guest OS versions, see the Broadcom knowledge base article 313371.
The Guest OS Customization Support Matrix provides details about the guest operating systems that are supported for customization.
The Broadcom Interoperability Matrix provides details about the compatibility of current and earlier versions of VMware Products.
-
Missing VGAuthLib vmsg files.
issue #707 vmware-vgauth-smoketest: no VGAuthLib.vmsg file
The vgauth/lib/Makefile.am has been corrected to install the expected VGAuthLib vmsg files.
This issue is resolved in this release.
-
Guest customization fails to recognize cloudinit "disable_vmware_customization" flag in the presence of a comment.
issue #763 Inline comment breaks "disable_vmware_customization" check
The regex check for "disable_vmware_customization" was too strict and fails when there are inline comments after the flag.
This issue is resolved in this release.
-
General list of GTK4 related issues.
The following issues identified when testing with GTK4 are being tracked.
- In general, UI features work better when using Xorg/X11 rather than Wayland.
- CopyPaste is more stable than Drag and Drop (DnD). It is recommended to use CopyPaste where possible.
- DnD from a guest to the host may block with the cursor at the guest VM's desktop edge.
- DnD of RTF text from a guest to the host loses the RTF formatting information.
- DnD is working with Windows as a host; Linux and MacOS hosts experience issues.
-
Shared Folders mount is unavailable on Linux VM.
If the Shared Folders feature is enabled on a Linux VM while it is powered off, the shared folders mount is not available on restart.
Note: This issue is applicable to open-vm-tools running on VMware Workstation and VMware Fusion.
Workaround:
If the VM is powered on, disable and enable the Shared Folders feature from the interface. For resolving the issue permanently, edit /etc/fstab and add an entry to mount the Shared Folders automatically on boot. For example, add the line:
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
For more information on how to configure open-vm-tools Shared Folders, see KB 60262.