After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756447 - Not respecting text scaling factor under wayland
Not respecting text scaling factor under wayland
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 728291 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-10-12 15:49 UTC by Alexander Larsson
Modified: 2015-11-15 15:57 UTC
See Also:
GNOME target: 3.18
GNOME version: ---


Attachments
Fix text-scaling-factor under wayland. (1.21 KB, patch)
2015-10-12 17:40 UTC, Owen Taylor
committed Details | Review

Description Alexander Larsson 2015-10-12 15:49:08 UTC
I use window_scale=2 and text_scale=0.8 to get a hidpi mode with "enough" screen real estate. This works fine on X11, but in a wayland session the shell does not respect the text_scale (although gtk apps do).
Comment 1 Owen Taylor 2015-10-12 17:40:35 UTC
Created attachment 313134 [details] [review]
Fix text-scaling-factor under wayland.

The text-scaling-factor GSetting was not being properly propagated
to clutter and the Pango font map; under X this is done by Clutter,
which listens to XSETTINGS directly.
Comment 2 Rui Matos 2015-10-19 10:04:09 UTC
Review of attachment 313134 [details] [review]:

seems correct
Comment 3 Alexander Larsson 2015-10-20 07:29:35 UTC
Any chance we can get this into gnome-3-18 (and thus into Fedora 23).
Comment 4 Owen Taylor 2015-10-20 13:39:15 UTC
Pushed to gnome-3-18 and master

Attachment 313134 [details] pushed as e65d90d - Fix text-scaling-factor under wayland.
Comment 5 Florian Müllner 2015-11-14 21:25:26 UTC
*** Bug 728291 has been marked as a duplicate of this bug. ***