-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKD_SCALE useless for fractional scaling #541
Comments
What's GTK? Never heard of it ;) |
We already know that |
Qt successfully dealt with something that GTK avoided (https://gitlab.gnome.org/GNOME/gtk/-/issues/4345), namely, fractional scaling. It isn't (and can't be) ideal, but it works well for most. As Qt users, we know that scaling is for everything in the GUI: fonts, icons, radii of rounded corners, thicknesses of lines,… Even Since what GNOME does has never been normal after its version 3, I think we don't need to torture ourselves because of GTK and its settings. |
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 likewhere 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
= withGDK_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
The text was updated successfully, but these errors were encountered: