VLC is a Qt app. Are the apps you are having issues with Qt based? They have to be configured separately ⦠Gtk configuration changes dont change Qt stuff.
I am not a Qt person so cant really help with customisation options though.
Budgie panel doesnt scale most applets. Usually a fixed size somewhat. Itās an area I may look at at some point if I find some time, but mostly to work out if there are solutions to allow smaller panel sizes.
I can help here. Install the qt5ct package from the repos, then open āQt5 Settingsā from the menu. There, under the fonts tab, change your font. If you run into a snag, check Can't use Qt5ct to change global application style to kvantum first
Changing the font size to an extreme value, like 36, changes the font only in the settings app, but not in the VLC media player (and other applications, like Eclipse).
If I understand correctly, you ran qt5ct from the terminal, changed the font, pressed apply, and thatās the output? In that case I donāt know, very sry
Have you installed the snap version of VLC or the deb version? If the former I would not expect the qtct stuff to work. If the latter then not really sure. Maybe VLC is hardcoding stuff or there is some configuration option buried in the app config/preferences.
Cool ⦠using the debian instead of the snap package did the trick ⦠everything is perfect, now. Fonts change according to the Budgie Settings.
In my - uninformed - opinion, the debian and the snap package were basically the same thing.
I noticed, though, that I am unable to edit the eclipse.ini file of the snap package. One source on the net recommended editing the file to change the font-size in Eclipse. This probably tells something about the limitations of the a snap package.
They look and function the same yes. However from my understanding of SnapCraft, Snaps install binaries inside a tiny containerized distro named snap. This would therefore not read your system settings, unless you install qt5ct as a snap; that doesnāt seem to exist
It will replace the Ubuntu system if all goes to plan; SnapCraft is by Canonical, the company behind Ubuntu. Itās not a bug, itās the way theyāre isolated; some snaps, known as āclassicā snaps, donāt use this isolation and therefore can respect system settings.