Summary: | When laptop goes into or out of battery mode while sleeping, power management actions are not triggered or re-evaluated upon wake-up | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Mathis Paquet <mathispaquet362> |
Component: | Power management & brightness | Assignee: | Nate Graham <nate> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | fernandommuniz, kdedev, mathispaquet362, nate, nicolas, raphael.kde, skylyn.bilen.sb, yizel7 |
Priority: | HI | ||
Version First Reported In: | 6.4.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathis Paquet
2025-07-18 16:56:01 UTC
Can confirm. We have a bunch of different bug reports about specific manifestations of this issue, but this one is well-worded so I'm going to use it as the master bug report for all the others. *** Bug 505027 has been marked as a duplicate of this bug. *** *** Bug 464310 has been marked as a duplicate of this bug. *** *** Bug 471636 has been marked as a duplicate of this bug. *** *** Bug 509288 has been marked as a duplicate of this bug. *** Basically, we're not handling state changes that happen while asleep. We'll need to add some logic to Core::onResumingFromIdle() Or rather, a new onResumeFromSuspend() function. *** Bug 496042 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/powerdevil/-/merge_requests/583 |