https://bugs.kde.org/show_bug.cgi?id=462989
Bug ID: 462989 Summary: Suspend then hibernate support is broken Classification: Plasma Product: Powerdevil Version: 5.26.4 Platform: Manjaro OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: sw...@petaramesh.org CC: m...@ratijas.tk Target Milestone: --- Suspend then hibernate support does not work at all STEPS TO REPRODUCE In KDE settings, power management, check the “On suspend, hibernate after a certain time” box. OBSERVED RESULT Aftet suspend, the system will never hibernate. EXPECTED RESULT Should hibernate “after a certain time” (which is unfortunaltely not precised, nor settable) SOFTWARE/OS VERSIONS Linux/KDE Plasma: Manjaro Linux kernel 6.0.11 KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 ADDITIONAL INFORMATION On the same machine using Cinnamon instead of KDE, suspend then hibenate works perfectly - per setttings in /etc/systemd/sleep.conf as Cinnamon itself doesn't know about it. Also, in KDE the “On suspend, hibernate after a certain time” box can always be checked, but is saved only if an auto-suspend timeout is set, which is annoying because on may want the system not to go to suspend automatically, but go to hibernate after some time whenever it has been manually suspended. Contents of : ❯ cat /etc/systemd/sleep.conf # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it under the # terms of the GNU Lesser General Public License as published by the Free # Software Foundation; either version 2.1 of the License, or (at your option) # any later version. # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in # the sleep.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See systemd-sleep.conf(5) for details. [Sleep] #AllowSuspend=yes #AllowHibernation=yes AllowSuspendThenHibernate=yes AllowHybridSleep=no #SuspendMode= #SuspendState=mem standby freeze #HibernateMode=platform shutdown #HibernateState=disk #HybridSleepMode=suspend platform shutdown #HybridSleepState=disk HibernateDelaySec=180min -- You are receiving this mail because: You are watching all bug changes.