Comment 12 for bug 481576

Revision history for this message
Maciej Strzelecki (mstrzele) wrote :

Changing percentage_action to 3 or greater and use_time_for_policy to false is a temporary solution for this bug.

gconftool-2 --type int --set /apps/gnome-power-manager/thresholds/percentage_action 3
gconftool-2 --type bool --set /apps/gnome-power-manager/general/use_time_for_policy false

In gpm-core.c on line 128 there is an error condition that checks percentage. I don't know what GPM policy is, but it's possible to omit checking this condition or additionally check what last correct level was.

PS Sorry for my weak English.