direc85 / harbour-batterybuddy

Battery level alert for Sailfish OS
GNU General Public License v3.0
7 stars 8 forks source link

Use DBus between GUI and daemon #28

Closed direc85 closed 3 years ago

direc85 commented 3 years ago

Communation changes from GUI to daemon is not reliable, and likely doesn't support multi user environments. Investigate DBus, or properly support launching GUI from other users' profiles, too.

direc85 commented 3 years ago

Some logic errors were found and fixes (not pushed yet) and that likely solves the inconsistency issues and gets rid of restarting the service after fresh install or upgrade.

direc85 commented 3 years ago

Currently multiple users are supported, and monitoring the settings file has been fixed at some point.

The internal development versions don't use DBus at all, so it is removed altogether when it's ready for release.