Bug#783027: gnome-control-center: "When battery power is critical" don't offer "hibernate" without package "laptop-mode-tools"

Michael Biebl biebl at debian.org
Tue Apr 21 11:57:03 UTC 2015


Am 21.04.2015 um 13:51 schrieb Michael Biebl:
> Am 21.04.2015 um 13:30 schrieb Michael Biebl:
>> If you set the action to "poweroff" when battery is critical in
>> gnome-control-center, is the laptop powered off?
>> If not, it looks like this condition is not properly triggered.
> 
> For that, I'd log into GNOME, open a terminal and then run
> gnome-settings-daemon --replace --debug.
> 
> When your battery reaches a critical level, check if
> gnome-settings-daemon reacts to that.

This will output a lot of data. You might consider dumping that into a
file and filtering it via grep.

# Run gnome-settings-daemon in debug mode to get full log
$ gnome-settings-daemon --replace --debug 2>&1 | tee /tmp/log

On another terminal

# Filter log for power messages
$ tail -n 1000 -f  /tmp/log | grep power

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20150421/d5cf3e4e/attachment.sig>


More information about the pkg-gnome-maintainers mailing list