https://bugs.kde.org/show_bug.cgi?id=463353
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|With BTRFS filesystem, KWin |Hang in KIconTheme update |freezes while the system is | |updated | Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #19 from David Edmundson <k...@davidedmundson.co.uk> --- I managed to reproduce and now have something actionable. Installing a new flatpak potentailly triggers a notification that there's potentially icons in a new directory. (since https://invent.kde.org/frameworks/kded/-/merge_requests/21) This causes every app to start re-searching all icon directories all at once. That's our IO bottleneck and all this code is blocking the main thread. I will make this bug about that. If there are other issues, we can make new bug reports once. -- You are receiving this mail because: You are watching all bug changes.