Virtualbox 7.2.0 installation failed: blank menus

Discussions related to using VirtualBox on Linux hosts.
Post Reply
boxino
Posts: 148
Joined: 24. Nov 2016, 12:04

Virtualbox 7.2.0 installation failed: blank menus

Post by boxino »

Good morning I use Ubuntu Mate 24.04.3 and I updated from 7.1.12 to 7.2.0. After the update, unfortunately, the menus are empty, the writings are not charitable. I tried to reinstall but nothing the menus, although working, do not appear. This is a big problem.
What's going on?
Attachments
Schermata del 2025-08-19 06-32-29.png
Schermata del 2025-08-19 06-32-29.png (189.3 KiB) Viewed 11037 times
Schermata del 2025-08-19 06-32-08.png
Schermata del 2025-08-19 06-32-08.png (173.05 KiB) Viewed 11037 times
Schermata del 2025-08-19 06-31-41.png
Schermata del 2025-08-19 06-31-41.png (179.26 KiB) Viewed 11037 times
g0zer
Posts: 1
Joined: 22. Aug 2025, 18:58

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by g0zer »

I see the same thing installing virtualbox 7.2.0 r170228 new on a fresh install of xubuntu 24.04.3
boxino
Posts: 148
Joined: 24. Nov 2016, 12:04

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by boxino »

I have done numerous tests but all without success. Completely deleted the previous installations and reinstalled from scratch, installed on the 7.2.0 version present, restarted the PC, without restarting the PC: nothing. Menus do not appear. :shock:
I had to go back to version 7.1.12. :wink:
Any suggestions would be welcome.
arQon
Posts: 256
Joined: 1. Jan 2017, 09:16
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 16.04 x64, W7

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by arQon »

Too many options to pick one with any confidence, but on top of all the "normal" paths to bugs: Qt tends to try to use whatever the GTK settings are for a given theme (fonts, colors, etc). There's a standard for this, but GNOME only follows it when it's convenient for them, and if Qt worked around one of the GNOME bugs (which it generally does) they might have accidentally broken the conforming part.
IIRC Qt used to support some environment variables as workarounds for this sort of thing, but that was at least two major versions ago so I have no idea if those still exist or not.

I can find what looks like a reference to this specific bug starting with Qt 6.4, but I don't have the sort of time chasing it down would take: reverting to 7.1 is certainly the right move for at least now.
boxino
Posts: 148
Joined: 24. Nov 2016, 12:04

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by boxino »

Quite a mess... :(
I hope for a solution in a future version.
klaus
Oracle Corporation
Posts: 2021
Joined: 10. May 2007, 14:57

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by klaus »

We're working on it... try the latest "development snapshot" test builds. There are tweaks to the theme handling which avoids the previously used gtk2 plugin which seems to have become totally unusable.
HowardR
Posts: 1
Joined: 27. Aug 2025, 20:33

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by HowardR »

Same issue (blank menu text) here with host: Ubuntu 24.04.3 noble
arQon
Posts: 256
Joined: 1. Jan 2017, 09:16
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 16.04 x64, W7

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by arQon »

klaus wrote: 25. Aug 2025, 21:09 We're working on it... try the latest "development snapshot" test builds. There are tweaks to the theme handling which avoids the previously used gtk2 plugin which seems to have become totally unusable.
Not trying to nitpick here, but just FYI this is entirely GTK3 code, regardless of what Qt calls its plugin.
Will try the dev builds tomorrow, thanks.
arQon
Posts: 256
Joined: 1. Jan 2017, 09:16
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 16.04 x64, W7

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by arQon »

Tried 7.2.1 r170365 from the dev builds - unfortunately it's no different, with both the main VBox Manager UI and (as you'd expect, given that) the guest UI still completely devoid of text for all menu items.
arQon
Posts: 256
Joined: 1. Jan 2017, 09:16
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 16.04 x64, W7

Re: Virtualbox 7.2.0 installation failed: blank menus

Post by arQon »

Unsurprisingly, the 7.2.2 release has the same problem still.

However, the quest for a Dark Mode VBox here - viewtopic.php?t=110432 - does provide the answer:

Code: Select all

export QT_STYLE_OVERRIDE=Fusion
causes 7.2.2 to successfully populate the menus. GTK_THEME is unnecessary, for me at least.
Post Reply