Bug #8071
Should not suspend to RAM when closing lid on battery power
Start date:
2014-10-11
Due date:
% Done:
100%
Description
Closing the screen now suspends to RAM, which brings the following problems:
- the emergency shutdown is broken: removing the device does not shut down and erase the memory.
- When closing the screen and reopen it directly, Tails (sometime) freezes.
BTW, there is no obvious way to change this setting in Tails Wheezy.
Subtasks
History
#1 Updated by matsa 2014-10-11 17:00:09
Additional information : suspend-to-ram happens only when AC adapter is not plugged
#2 Updated by intrigeri 2014-10-13 02:53:32
- Subject changed from Do not suspend to RAM when closing screen to Should not suspend to RAM when closing lid on battery power
- Status changed from New to Confirmed
amnesia@amnesia:~$ gsettings get org.gnome.settings-daemon.plugins.power lid-close-battery-action
'suspend'
amnesia@amnesia:~$ gsettings get org.gnome.settings-daemon.plugins.power lid-close-ac-action
'blank'
I guess we want to set lid-close-battery-action
to ‘blank’ too.
#3 Updated by intrigeri 2014-11-29 18:22:04
This should be changed in config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
, see org/gnome/settings-daemon/plugins/power
there.
#4 Updated by intrigeri 2014-12-24 12:18:06
- Status changed from Confirmed to In Progress
- Target version set to Tails_1.2.3
- % Done changed from 0 to 50
- QA Check set to Ready for QA
- Feature Branch set to matsa:bugfix/8071-Do-not-suspend-to-RAM-when-closing-lid
#5 Updated by Tails 2015-01-06 15:53:56
Applied in changeset commit:a6c931ab96e07848945f4a0dba92f0c31d5aa558.
#6 Updated by anonym 2015-01-06 15:55:21
- Status changed from In Progress to Fix committed
- % Done changed from 50 to 100
- QA Check changed from Ready for QA to Pass
#7 Updated by BitingBird 2015-01-15 03:51:29
- Status changed from Fix committed to Resolved
#8 Updated by elouann 2016-02-04 00:27:39
- related to
Bug #11052: Do not suspend when closing lid added