Open
Description
Playing with fractional scaling I noticed that firefox and GTK3 apps in general don't scale if not set to 2 or 3. A value in lxqt-config-session
of 1.22 will be produce env vars like
GDK_SCALE=1.15
QT_SCALE_FACTOR=1.15
where the first just does nothing, resulting in GTK applications not upscaled.
Expected Behavior
Global Scale Factor should be global
Current Behavior
If not set to an integer GTK apps are not affected at all.
Possible Solution
Replace GDK_SCALE
= with GDK_DPI_SCALE
Steps to Reproduce (for bugs)
-
Set global scale factor to 1.2
-
Relogin and open any GTK app
-
In Session Settings→ Advanced change
GDK_SCALE=1.2
toGDK_DPI_SCALE=1.2
-
Restart session and check GTK apps.
-
System Information
- Distribution & Version: 1.4, 2.0, git, any
Metadata
Metadata
Assignees
Labels
No labels