[kde] [Bug 497768] New: Screen Reawakens Unexpectedly After Suspend Failure with Plasma 6 and Elogind
Christophe PEREZ
bugzilla_noreply at kde.org
Sat Dec 21 22:52:29 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=497768
Bug ID: 497768
Summary: Screen Reawakens Unexpectedly After Suspend Failure
with Plasma 6 and Elogind
Classification: I don't know
Product: kde
Version: unspecified
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: chris at novazur.fr
Target Milestone: ---
I'll explain it very simply.
- enable power saving to go to sleep after 5 minutes
- enable power saving so that the screen turns off after 2 minutes
- put in /etc/elogind/system-sleep/000pre_suspend
#!/bin/bash
case $1/$2 in
pre/*) exit 1 ;;
esac
- wait 2 minutes, the screen turns off
- wait 3 minutes more, and the screen turns back on because of the suspend
failure.
What makes the screen turn back on? How can I make it not happen?
Before using plasma 6, I didn't have this problem.
It's really very boring how it works.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gentoo OpenRC 0.55.1 elogind 252.9 plasma 6.2.4
KDE Frameworks Version: 6.7.0
Qt Version: 6.7.3
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list