https://bugs.kde.org/show_bug.cgi?id=507268
Christoph Cullmann <christ...@cullmann.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC| |christ...@cullmann.dev --- Comment #2 from Christoph Cullmann <christ...@cullmann.dev> --- Hi, if unzipping the fonts helps, I don't think we can do anything there. That is then rather a freetype/fontconfig issue. Perhaps it makes sense to report that to the distribution. e.g. NixOS allows to tell that fonts shall be unpacked on install: # fonts for all users fonts = { # add default fonts enableDefaultPackages = true; # ensure we have an emulated global fontdir fontDir = { enable = true; decompressFonts = true; }; .... -- You are receiving this mail because: You are watching all bug changes.