Code: Select all
QT_STYLE_OVERRIDE=fusion /usr/bin/VirtualBox
Code: Select all
sudo chmod +x /usr/local/bin/VirtualBox
Code: Select all
QT_STYLE_OVERRIDE=fusion /usr/bin/VirtualBox
Code: Select all
sudo chmod +x /usr/local/bin/VirtualBox
Code: Select all
VirtualBox %U
Code: Select all
VirtualBox -style Fusion %U
qt5ct
command, if you have it. I agree Fusion looks best though.Thanks a mil!pizzadude wrote: ⤴Wed Dec 19, 2018 6:11 pm VirtualBox 6.0 doesn't like dark themes, so text is light grey on white, making it unreadable. To fix this without butchering our other Qt5 applications theme, create a file in /usr/local/bin/ call it "VirtualBox" without quotations, and put this inside:
Then just:Code: Select all
QT_STYLE_OVERRIDE=fusion /usr/bin/VirtualBox
All done!Code: Select all
sudo chmod +x /usr/local/bin/VirtualBox