https://bugs.kde.org/show_bug.cgi?id=479891
--- Comment #76 from Luis <stereom...@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 watching all bug changes.