| Summary: | Fonts appear garbled and unreadable in Kasts when font anti-aliasing is disabled | ||
|---|---|---|---|
| Product: | [Applications] kasts | Reporter: | readycommunication4 |
| Component: | general | Assignee: | bart |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma-mobile/kasts/commit/9963132d60030ad1bc98f657b263fe5c414ba632 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | A screenshot of Kasts with garbled fonts. | ||
|
Description
readycommunication4
2022-12-23 09:29:53 UTC
This seems to be caused by a workaround that was introduced for another issue, namely the setting of env variable `QT_ENABLE_GLYPH_CACHE_WORKAROUND`. This variable is needed to ensure that the UI doesn't completely freeze up on the original pinephone. This is quite a dilemma. I don't want to make the app unusable on the pinephone, but also want to solve this issue. For the time being, I'll leave this bug open as a reminder to find an alternative solution to the workaround. Git commit 9963132d60030ad1bc98f657b263fe5c414ba632 by Bart De Vries. Committed on 24/01/2023 at 09:16. Pushed by bdevries into branch 'master'. Only set QT_ENABLE_GLYPH_CACHE_WORKAROUND on arm M +2 -2 src/main.cpp https://invent.kde.org/plasma-mobile/kasts/commit/9963132d60030ad1bc98f657b263fe5c414ba632 It should now be solved on all architectures except arm and arm64, for which this env variable is necessary to not have major UI problems. |