[kde] [Bug 479891] Some text glyphs in QML software are vertically mis-aligned or squished when using a fractional scale factor

Ilya Fedin bugzilla_noreply at kde.org
Fri Nov 15 01:39:39 GMT 2024


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

--- Comment #80 from Ilya Fedin <fedin-ilja2010 at ya.ru> ---
> I used the following overlay

Shouldn't it be like that?
```
kdePackages = super.kdePackages // {
                                qqc2-desktop-style =
super.kdePackages.qqc2-desktop-style.overrideAttrs (old: {
                                        patches = [
                                               
./patches/force_qttextrendering.patch
                                        ];
                                });
                        };
```
Also, I noticed you had force_nativetextrendering instead of
force_qttextrendering? While native text rendering is exactly the broken?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list