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

🐞: Reminduck pings 53 seconds late! #54

Closed yozachar closed 4 years ago

yozachar commented 4 years ago

Screenshot from 2020-06-05 23-58-53

The notification are persistent / sticky, won't go away unless closed.

matfantinel commented 4 years ago

Reminduck checks to see if a Reminder is due every 60 seconds if I'm not mistaken - which is why it took 53 seconds to display it there. It is currently accurate in minutes, not seconds :grimacing: . I'm not sure I wanna bring that time down, as I don't know a more efficient way of checking for reminders in the background.

About the persistent notification, that is intended. Reminders can be important, and once the notification goes away, it's hard to see it up in the notification center. It used to not be sticky, but after missing multiple reminders both on elementary and GNOME, I decided to make them sticky.

yozachar commented 4 years ago

I decided to make them sticky.

Alright.

Reminduck checks to see if a Reminder is due every 60 seconds if I'm not mistaken, It is currently accurate in minutes, not seconds :grimacing:

Okay, so should I close this issue?

matfantinel commented 4 years ago

Yeah, I'll close it for you. Thanks for contributing though!