Version
7.1.6
Host OS Type
macOS
Host OS name + version
Debian Trixie
Host Architecture
x86
Guest OS Type
all
Guest Architecture
x86
Guest OS name + version
Doesn't matter
Component
VBoxManage CLI
What happened?
Launching Oracle VirtualBox Manager from the MATE menu on Debian 13 breaks SSVNC X11 sessions due to startup notification environment variables. Clearing DESKTOP_STARTUP_ID before starting VirtualBox prevents the X11 event corruption.
(The VirtualBox package is the one from the Oracle website).
How can we reproduce this?
- Start an X11 desktop session (MATE).
- Connect to the desktop with SSVNC.
- Launch Oracle VirtualBox Manager from the MATE menu.
- SSVNC disconnects immediately.
- Launching "VirtualBox" from a terminal does not reproduce.
- Wrapper:
unset DESKTOP_STARTUP_ID
exec VirtualBox
prevents the issue.
In point 4, inside the SSVNC console you can read the error:
CleanupXrErrorHandler
called 2026/07/23 10:11:14 VNC Viewer exiting.
Error: Event with wrong window
Did you upload all of your necessary log files, screenshots, etc.?
Version
7.1.6
Host OS Type
macOS
Host OS name + version
Debian Trixie
Host Architecture
x86
Guest OS Type
all
Guest Architecture
x86
Guest OS name + version
Doesn't matter
Component
VBoxManage CLI
What happened?
Launching Oracle VirtualBox Manager from the MATE menu on Debian 13 breaks SSVNC X11 sessions due to startup notification environment variables. Clearing DESKTOP_STARTUP_ID before starting VirtualBox prevents the X11 event corruption.
(The VirtualBox package is the one from the Oracle website).
How can we reproduce this?
unset DESKTOP_STARTUP_ID
exec VirtualBox
prevents the issue.
In point 4, inside the SSVNC console you can read the error:
Did you upload all of your necessary log files, screenshots, etc.?