https://bugs.kde.org/show_bug.cgi?id=516631
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/2cc1 | |e970db210af54cf0e058cb8fe3c | |59e0b0c11 Version| |6.6.6 Fixed/Implemented| | In| | Resolution|WAITINGFORINFO |FIXED --- Comment #3 from Nate Graham <[email protected]> --- Git commit 2cc1e970db210af54cf0e058cb8fe3c59e0b0c11 by Nate Graham, on behalf of Claude zlicdt. Committed on 19/05/2026 at 22:59. Pushed by ngraham into branch 'master'. fix wakeup brightness dimmingRatio not restored If `KIdleTime::catchNextResumeEvent()` loses its registration state during the suspend/wake-up cycle `DimDisplay::onWakeupFromIdle()` will never be called, so `dimmingRatio` will be stuck at 0.3 indefinitely. Calling `onResumingFromIdle()` fixes this problem. The path: `onResumingFromIdle() -> DimDisplay::onWakeupFromIdle() -> setDimmingRatio("DimDisplay", 1.0)` FIXED-IN: 6.6.6 M +5 -0 daemon/powerdevilcore.cpp https://invent.kde.org/plasma/powerdevil/-/commit/2cc1e970db210af54cf0e058cb8fe3c59e0b0c11 -- You are receiving this mail because: You are watching all bug changes.
