| Summary: | "Presentation mode" wont disappear from the list of inhibitions when disabled from System Tray -> Display Configuration | ||
|---|---|---|---|
| Product: | [Unmaintained] Powerdevil | Reporter: | dclark16+bugs.kde |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | akselmo, jpetso, me, natalie_clarius, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.0.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kscreen/-/commit/24c6f53126a237e67e101170bcc6d6cdb727905a | Version Fixed/Implemented In: | 6.1.0 |
| Sentry Crash Report: | |||
| Attachments: | Screenshot showing the problem | ||
|
Description
dclark16+bugs.kde
2024-05-28 18:47:44 UTC
I can somewhat reproduce this, however not exactly like you mentined. Instead of having multiple presentation modes in the inhibition list, I only have the plasmashell one. However, when disabling it, it wont disappear from the list. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kscreen/-/merge_requests/310 Git commit 553ccfabe7fb2fa28c2768b1f21d0c61ff360e3b by Akseli Lahtinen. Committed on 03/06/2024 at 10:09. Pushed by akselmo into branch 'master'. PresentationModeItem.qml: fix logic bug that would not allow turning Presentation Mode off This `if` block would always return `true` if the presentation mode is set enabled. Removing it allows to `stopSuppressingScreenPowerManagement` job to run again. M +0 -3 plasmoid/package/contents/ui/PresentationModeItem.qml https://invent.kde.org/plasma/kscreen/-/commit/553ccfabe7fb2fa28c2768b1f21d0c61ff360e3b Git commit 24c6f53126a237e67e101170bcc6d6cdb727905a by Akseli Lahtinen. Committed on 03/06/2024 at 10:09. Pushed by akselmo into branch 'Plasma/6.1'. PresentationModeItem.qml: fix logic bug that would not allow turning Presentation Mode off This `if` block would always return `true` if the presentation mode is set enabled. Removing it allows to `stopSuppressingScreenPowerManagement` job to run again. (cherry picked from commit 553ccfabe7fb2fa28c2768b1f21d0c61ff360e3b) e236c2d5 PresentationModeItem.qml: fix logic bug that would not allow turning Presentation Mode off Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +0 -3 plasmoid/package/contents/ui/PresentationModeItem.qml https://invent.kde.org/plasma/kscreen/-/commit/24c6f53126a237e67e101170bcc6d6cdb727905a |