https://bugs.kde.org/show_bug.cgi?id=487714

Daniel Pereira <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Daniel Pereira <[email protected]> ---
I've recently updated kde-gtk-config to 6.5.3 (where commit
adee4741e159c11912629b4a87bb43ede127ac79 was introduced).

This change introduces a new issue, where fonts with spaces in names (eg.
"Roboto Condensed") don't get set properly for GTK applications.

When I set it using the "old" pattern (with comma) it seems to work fine and
Pango can find it properly. But using the new pattern, it will match the font
"Roboto" instead.

```
gsettings set org.gnome.desktop.interface font-name 'Roboto Condensed, 12'  #
Renders correctly as expected
gsettings set org.gnome.desktop.interface font-name 'Roboto Condensed  12'  #
Renders as Roboto 12
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to