https://bugs.kde.org/show_bug.cgi?id=520584
Jakub <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/syst | |em/systemdgenie/-/commit/ad | |a64db562d504e5947092636823b | |f495095af32 --- Comment #2 from Jakub <[email protected]> --- Git commit ada64db562d504e5947092636823bf495095af32 by Jakub Sirek. Committed on 01/07/2026 at 12:45. Pushed by carlschwan into branch 'master'. Fix 'flicker on refresh' for unit lists. The refresh was happening immidiatly, for each 'delete' signal received. The change is making each signal from SystemD trigger a delayed refresh, so only one refresh happens when multiple signals arrive. The delayed refresh will also handle removing units now. Added automatic refresh in longer (each 10s) intervals, as a fail-safe if no signal is received from dbus on systemd change. M +21 -0 src/systemdunit.cpp M +2 -0 src/systemdunit.h M +40 -25 src/unitmodel.cpp M +1 -0 src/unitmodel.h https://invent.kde.org/system/systemdgenie/-/commit/ada64db562d504e5947092636823bf495095af32 -- You are receiving this mail because: You are watching all bug changes.
