https://bugs.kde.org/show_bug.cgi?id=504995
--- Comment #6 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 4149d7b77d45b7508f49721f3c2f5cd290f9ff10 by Arjen Hiemstra. Committed on 03/06/2025 at 07:52. Pushed by ahiemstra into branch 'Plasma/6.4'. Reduce false update notifications on UIDs The process object keeps track of changes on each update comparing against the last value. If a process is owned by uid 1000, calling setUid(0) setUid(1000) in the same update will trigger the flag as having changed. This causes lots of needless updates from re-filtering user processes to re-evaluating javascript. (cherry picked from commit 88e9b4d7eeb12da5474d52f039e9f74f50b50e8a) Co-authored-by: David Edmundson <k...@davidedmundson.co.uk> M +32 -5 processcore/processes_linux_p.cpp https://invent.kde.org/plasma/libksysguard/-/commit/4149d7b77d45b7508f49721f3c2f5cd290f9ff10 -- You are receiving this mail because: You are watching all bug changes.