linuxmint / cinnamon-settings-daemon

The settings daemon for the Cinnamon desktop
GNU General Public License v2.0
57 stars 58 forks source link

csd-power-manager.c: Ensure that dbus message "g-properties-changed" is emitted in all relevant places #364

Closed AxXxB closed 2 years ago

AxXxB commented 2 years ago

I wanted to dig into issues with power applet when it's not updating state of batteries and found out that "g-properties-changed" is not always appearing on dbus when connecting/disconnecting AC or opening lid. There are two suspicious places where i think engine_emit_changed (in the body of engine_recalculate_state) should be called so added it.