https://bugs.kde.org/show_bug.cgi?id=423818
--- Comment #23 from Harald Sitter <sit...@kde.org> --- Git commit d684f83254fa56aeba32c9d638b24466e909c8ed by Harald Sitter. Committed on 23/09/2020 at 13:34. Pushed by sitter into branch 'Plasma/5.20'. disable ksyscoca rebuilding in appstream runner same as 5a648c56ebbbb9b8ba87fedf8423b5830edbd367 for the service runner. Kservice internally will hold a KDirWatch instance through KSycoca and that instance has an inotify instance. Since inotify instances have a per-user limit we mustn't be wasteful with them. Since our runner threads do not actually need automatic ksyscoca reloading (reloading on-demand as we use ksyscoca is perfectly reasonable) we need to explicitly disable this feature so the internal inotify instance can be freed. (cherry picked from commit 783e856ea0b970fb864115aabe9df530235eb3c2) M +5 -0 runners/appstream/appstreamrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/d684f83254fa56aeba32c9d638b24466e909c8ed -- You are receiving this mail because: You are watching all bug changes.