Version
7.2.0 r170228 (Qt6.8.0 on xcb)
Host OS Type
Linux
Host OS name + version
Ubuntu Mate 24.04
Host Architecture
amd64
Component
GUI
What happened?
When using VirtualBox 7.2 with a dark system theme, the application menus are not visible, making the interface unusable.
Screenshot:

Workaround:
Edit the desktop entry:
/usr/share/applications/virtualbox.desktop
Replace the line:
Exec=VirtualBox %U
with:
Exec=env QT_STYLE_OVERRIDE=Fusion virtualbox %U
Out:

Version
7.2.0 r170228 (Qt6.8.0 on xcb)
Host OS Type
Linux
Host OS name + version
Ubuntu Mate 24.04
Host Architecture
amd64
Component
GUI
What happened?
When using VirtualBox 7.2 with a dark system theme, the application menus are not visible, making the interface unusable.
Screenshot:

Workaround:
Edit the desktop entry:
/usr/share/applications/virtualbox.desktopReplace the line:
Exec=VirtualBox %Uwith:
Exec=env QT_STYLE_OVERRIDE=Fusion virtualbox %UOut: