Summary: | System should not hibernate when power unplugged | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | John Wheaton <johnwheaton2> |
Component: | powermanagement-daemon | Assignee: | Dario Freddi <drf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | david.maillists, mail, oberg, tiposchi, umar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 257871 |
Description
John Wheaton
2009-10-13 01:52:49 UTC
Given also the heartfelt report (even if I usually do not require it), scheduling it for being fixed within the next few days :) *** Bug 208853 has been marked as a duplicate of this bug. *** *** Bug 183505 has been marked as a duplicate of this bug. *** *** Bug 183060 has been marked as a duplicate of this bug. *** *** Bug 191545 has been marked as a duplicate of this bug. *** *** Bug 206751 has been marked as a duplicate of this bug. *** SVN commit 1060282 by dafre: BUG:210389 Reset the idle counter whenever the adaptor gets plugged/unplugged M +2 -0 PowerDevilDaemon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1060282 Thank you! is it simple to backport to 4.3 branch? I applied the patch blindly but compilation failed because KIdleTime was not declared. Thanks Not so straight unfortunately... you would have to change the KIdleTime line with the same call the 4.3 daemon used internally. Dive in the code for simulateUserActivity(), and just use it back. Even if the most straightforward way to check if it's fixed would be checking out last 4.4 |