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-b...@kde.org
          Reporter: ch...@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 watching all bug changes.

Reply via email to