https://bugs.kde.org/show_bug.cgi?id=486756
Bug ID: 486756
Summary: fontconfig to turn antialiasing off freezes KDE plasma
Classification: Plasma
Product: plasmashell
Version: 6.0.4
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Application Menu (Kicker)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
SUMMARY
fontconfig set to antialiasing freezes KDE and associated applications.
STEPS TO REPRODUCE
1. Place this in `~/.config/fontconfig/conf.d/10-no-anti-aliasing.conf`: ```
<match target="font">
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>```
2. Reboot computer
3. Log in
OBSERVED RESULT
Opened the application "Konsole". It came up but stopped responding. I opened
the -- start menu? I guess that's "kicker" -- and typed "q", thinking to open
qutebrowser. It froze. I couldn't even pull up a tty (ctrl-alt-f3). I had to
power cycle the machine manually. The mouse worked, but the OS stopped
responding.
I changed the `false` to `true` in the fontconfig via boot to tty and _then_
logged in, and everything worked again.
ADDITIONAL INFORMATION
Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.8-300.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-1065G7 CPU @ 1.30GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Mesa Intel® Iris® Plus Graphics
Manufacturer: HP
Product Name: HP Spectre x360 Convertible 13-aw0xxx
--
You are receiving this mail because:
You are watching all bug changes.