I have gone through other questions as well and somewhere it was mentioned that using percentage policy = true and gsettings
to different level will work and it did work for some time until now. How to get back low power notification, my battery is broken btw.
Asked
Active
Viewed 8,236 times
15

pomsky
- 68,507

Mohit Bhagat
- 311
1 Answers
22
Yes, the gsettings
are ignored.
I've tested this on Ubuntu 18.04 LTS and 20.04 LTS:
- Edit
/etc/UPower/UPower.conf
(case sensitive) - Follow with:
sudo systemctl restart upower

kubanczyk
- 572
/etc/UPower/UPower.conf
that you editPercentageLow
,PercentageCritical
andPercentageAction
values because they have too little default values (10, 3, 2) and before they are reached your laptop turn off? – Level_Up Aug 04 '19 at 18:47