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

Luis bugzilla_noreply at kde.org
Fri Nov 15 01:02:44 GMT 2024


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

--- Comment #76 from Luis <stereomato at proton.me> ---
(In reply to Ilya Fedin from comment #75)
> > Happens on System Settings still...
> 
> Perhaps you didn't really applied it? That likely not as trivial as on other
> distros on NixOS.

I used the following overlay
```
kdePackages = super.kdePackages // {
                                qqc2-desktop-style =
super.kdePackages.qqc2-desktop-style.override (old: {
                                        mkKdeDerivation = args:
super.kdePackages.mkKdeDerivation ( args // {
                                                patches = [
                                                #
./patches/force_qttextrendering.patch
                                               
./patches/force_nativetextrendering.patch
                                                ];
                                        });
                                });
                        };
```

force_qttextrendering.patch being gilles' patch from the AUR, and
force_nativetextrendering.patch being this
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/429/diffs#2a3d10f43f861a11d8c4e155373c59e7f24179c1_61_59.

I do think it did work, because the package did compile, before it compiled
properly, it complained about the file being missing, which then I corrected,
and it did recompile when I changed patches, so I assume it did work.

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


More information about the Unassigned-bugs mailing list