I’ve just got a new laptop with a high resolution display and am having some trouble with scaling, particularly audio plugin GUIs which cannot be resized in Ardour (audio workstation) and are consequently too small to use. In the past I have launched qt apps via a script with something like 'packagename QT_SCALE_FACTOR=1.5’ (I don’t have the exact command to hand).
Can individual gtk apps also be launched in this way? Is this a valid approach to the problem?
I’m using GNOME on Fedora 41 and an Intel Arc iGPU.
Need more info about your DE, GPU, and OS.
Edit: pretty sure unless you’ve forced it, you can’t use fractional scaling here. Use whole integers, so try 2 instead of 1.5
Yes, have updated the post. I would probably be happy with 2 in the case of this application and plugins - do you know how I can launch a gtk application in this way?
Here you go: https://wiki.archlinux.org/title/HiDPI#GNOME
As far as per-app settings, I’m unsure if that’s a thing still, but you can probably dig deeper from here.
If you’re using X, then the GTK equivalent environment variable is GDK_SCALE. (I don’t think the Wayland backend does this though)
E.g.
GDK_SCALE=2 gedit