elementary / settings-daemon

GNU General Public License v3.0
14 stars 11 forks source link

Native power notification daemon #133

Open hanaral opened 3 years ago

hanaral commented 3 years ago

Problem

The gnome power statistics notifications are categorised as 'Other', have no settings to change when low battery warnings for the laptop or peripherals and whether they are sent at all. This means users have to disallow all 'other' notifications, or put up with being visually/audibly spammed by a critical notifications.

Example with my Apple Magic Keyboard which runs on AA batteries:

Screenshot from 2021-09-03 10-59-50 Screenshot from 2021-09-03 11-02-06

Proposal

The notifications gnome-power stats provide should be disabled entirely and replaced with a native power-reporting-daemon which has some saner defaults, provides useful notifications and can have its settings changed from this plug.

hanaral commented 3 years ago

Another example of poor support (possibly 0 amount of sanity checking): Screenshot from 2021-09-19 17-59-53

danirabbit commented 2 months ago

I had started working on sending power notifications in the power indicator since we're monitoring battery levels there already: https://github.com/elementary/wingpanel-indicator-power/pull/229