| Summary: | Strong lags with bitmap fonts and long strings and no word wrap | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | jpka <mvv> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 25.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Large ascii-only text file with long lines | ||
|
Description
jpka
2025-07-20 11:31:33 UTC
Created attachment 183376 [details]
Large ascii-only text file with long lines
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;
};
....
Thanks! Use install script is good idea. I am make it works with Archlinux now: https://bbs.archlinux.org/viewtopic.php?pid=2252760 So this issue can be closed now. |