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

--- Comment #80 from Ilya Fedin <fedin-ilja2...@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 watching all bug changes.

Reply via email to