| Summary: | GDK_SCALE has no effect in plasma wayland session | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Ardith Metz <itgvkxsd> |
| Component: | generic-wayland | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CLOSED NOT A BUG | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ardith Metz
2019-02-14 10:56:30 UTC
GDK will use the wl_output scale. @David Edmundson That means it won't work at all if display scaling in Plasma isn't enabled (set to 1) and due to lack of fractional scaling, display scaling is not usable on most setups. (on my system setting it to 2 makes elements so big that I even have hard time to undo that setting). When using both GDK_SCALE (for upscaling) and GDK_DPI_SCALE (for downscaling) you can achieve fractional scaling effect which is otherwise unreachable. If GDK_SCALE is set in environment then it's value should be used similarly as in x11 session otherwise it's a regression. I don't really agree, but if it was to be followed you need GTK to change. Plasma isn't involved in anything inside the GTK app |