Summary: | Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Murz <MurzNN> |
Component: | Power management & brightness | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | bugseforuns, kde, nate |
Priority: | NOR | Keywords: | usability |
Version: | 6.2.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Murz
2021-03-26 06:46:57 UTC
Here is procrastinated Chromium issue about this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=827528#c15 And here is my issue about this problem in MellowPlayer bug tracker https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/issues/382 From what I recall Chrome has a dedicated Audio wake lock for when playing audio that only blocks suspend, not screen off. There was a bug in older versions where suspend inhibition would also keep the screen on but this has long been fixed. Yes, MellowPlayer reports the "Playing Audio" wakelock too, separately from "Video Wake Lock". But the problem seems is that KDE blocks the "Screen Energy Saving mode" in "Playing Audio" wakelock too, so if this bug is actual, maybe fill the separate issue to fix it? As I investigated, the texts "Playing Audio" and "Video Wake Lock" are only the custom text strings from app, not the different modes, because in other situation this text can be "Uploading data to example.com" and other. Can anybody point me to documentation, which wakelock modes are available in Linux and how they are interpreted in KDE? Here is some links to more info about inhibiting power management: https://www.reddit.com/r/linuxquestions/comments/4pvxx3/dbus_policy_to_deny_chrome_from_inhibiting_power/ https://unix.stackexchange.com/questions/451413/disabling-chromium-xfce-power-management-inhibition https://bugs.chromium.org/p/chromium/issues/detail?id=654659 |