Changes
- Suppress desktop background transparency in non-GUI mode (fix invisible resize-grips).
- X11 support, #954
- Fix key state tracking (multiple keymap bits for keysym, e.g., for AltGr).
- Fix resize-grip scaling when zooming with Ctrl+Wheel.
- Add desktop integration to the runtime installer. Now
vtm --installalso installs a .desktop file and an icon.
Runtime Installer
If you prefer to perform a system-wide installation to the default path (/usr/local/ on unix-like platforms), you can use the built-in runtime installer:
- Installation:
sudo ./vtm --install
- Deinstallation:
sudo vtm --uninstall
Note: On Windows, installation using the runtime installer additionally creates a system service that allows the Desktop Server to run in Session 0 via vtm --session0. This allows desktop sessions to be shared via SSH.