matfantinel / reminduck

A simple reminder app made for elementaryOS with Vala and GTK.
GNU General Public License v3.0
58 stars 12 forks source link

Reminders are not deleted after uninstall #29

Closed NathanBnm closed 4 years ago

NathanBnm commented 4 years ago

Reminders notifications are still sent after uninstall.

matfantinel commented 4 years ago

This happens because the --headless instance of the app is still running in the background after uninstall. The same happens after an update, too.

I'm not entirely sure there's a way to listen to the uninstall/update event and stop/restart the app accordingly. I've noticed the AppCenter also behaves this way after its big update to 3.2.0, in which I had to manually kill the process and start it again.