https://bugs.kde.org/show_bug.cgi?id=477355
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |natalie_clar...@yahoo.de --- Comment #2 from Nate Graham <n...@kde.org> --- I took a look at the code in KScreen (where the applet lives) and what seems to be happening is this: Whenever you click on the switch, it disables itself and starts a beginSuppressingScreenPowerManagement or stopSuppressingScreenPowerManagement job. Once the job completes, the switch re-enables itself. But if it doesn't complete, then the switch remains disabled forever. And the disabled state for a PlasmaComponents.Switch looks nearly identical to the enabled state, so it's hard to tell that that's what happened. I can reproduce the job not finishing and the switch remaining disabled. Natalie, can you take a look here? -- You are receiving this mail because: You are watching all bug changes.