https://bugs.kde.org/show_bug.cgi?id=469687
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kscreenlocker/-/commit/6 | |e1bff77a76ec89be797749a1408 | |b1cd5451c5ec Status|ASSIGNED |RESOLVED --- Comment #4 from David Redondo <k...@david-redondo.de> --- Git commit 6e1bff77a76ec89be797749a1408b1cd5451c5ec by David Redondo. Committed on 05/02/2025 at 16:21. Pushed by davidre into branch 'master'. Remove and add idle timeout when inhibited and unhibited Ensures that when a dbus inhibition is lifted the idle time starts anew. Otherwise a new idle timeout would not start until user activity and we would never lock. The stored type of the the timeout is changed to double to make testing with shorter timeouts possible. M +1 -0 autotests/CMakeLists.txt M +94 -0 autotests/ksldtest.cpp M +27 -12 ksldapp.cpp M +3 -6 ksldapp.h M +4 -1 powermanagement_inhibition.cpp M +2 -0 powermanagement_inhibition.h M +1 -1 settings/kscreenlockersettings.kcfg https://invent.kde.org/plasma/kscreenlocker/-/commit/6e1bff77a76ec89be797749a1408b1cd5451c5ec -- You are receiving this mail because: You are watching all bug changes.