https://bugs.kde.org/show_bug.cgi?id=448400
Bug ID: 448400
Summary: After I switched from GNOME to KDE, laptop does not
sleep on lid close
Product: Powerdevil
Version: 5.23.5
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
On GNOME if I closed the lid, it goes to sleep correctly. On KDE, in system
settings, the option to go to sleep on lid close is missing:
https://i.imgur.com/I0wHGxz.png
The lid closed is detected, in fact here is the journalctl log:
Jan 10 09:51:28 Archy systemd-logind[527]: Lid closed.
Jan 10 09:51:28 Archy root[2260]: LID closed
Jan 10 09:51:36 Archy systemd-logind[527]: Lid opened.
Jan 10 09:51:36 Archy root[2264]: LID opened
but nothing happens.
I also edited the logind.conf file but does not help:
HandleLidSwitch=suspend
HandleLidSwitchExternalPower=suspend
HandleLidSwitchDocked=suspend
If I do systemctl suspend or if I click on Sleep kde button, it goes to sleep,
the question is why it does not go to sleep automatically?
Also, if I suspend with systemctl suspend or via Sleep button, and then close
the lid... if I reopen the lid, it automatically wakes up! So it appears that
the bug is ONLY when I try to suspend...
By now, the workaround is installing acpid, and force the suspend from there,
here is the relevant part from /etc/acpi/handler.sh :
button/lid)
case "$3" in
close)
systemctl suspend
logger 'LID closed'
;;
open)
logger 'LID opened'
;;
*)
logger "ACPI action undefined: $3"
;;
esac
;;
OBSERVED RESULT
Suspend on lid close should be available on system settings
EXPECTED RESULT
No option for enabling suspend on lid close
SOFTWARE/OS VERSIONS
ArchLinux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
--
You are receiving this mail because:
You are watching all bug changes.