https://bugs.kde.org/show_bug.cgi?id=437623
m...@kisaragi-hiu.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@kisaragi-hiu.com --- Comment #3 from m...@kisaragi-hiu.com --- I can reproduce, but this might be intended behavior doing something unexpected. (Arch Linux, tracking git main branches) - Take the font C059 for example, which exists in /usr/share/fonts: find /usr/share/fonts -name '*C059*' # => four file paths - Go to kcm_fontinst, right click on C059, Disable, confirm, authenticate - The files are no longer present - Go back to kcm_fontinst, right click on C059, Enable, confirm, authenticate - The files come back Looking at kfontinst/dbus/FontInst.cpp, this seems to just be how it was implemented: by actually moving the files away to some other location. -- You are receiving this mail because: You are watching all bug changes.