GNOME Bugzilla – Bug 749306
Incorrect updates available notification
Last modified: 2015-06-23 14:26:20 UTC
Today I rebooted my machine. After rebooting, I noticed an old "updates available" notification sitting in my notification list. When I clicked on it, Software was launched, showing the "checking for updates" spinner. The notification was clearly incorrect - it was saying that updates were available when they weren't - and it was a bit annoying, because it essentially wasted my time. It would be good to remove/revoke any "updates available" notifications if they are no longer correct.
Thanks Allan! I pushed several fixes for this to master to make sure that old notifications get cleared out. It turned out to be not solely a gnome-software bug, but also glib's g_application_withdraw_notification() didn't work right. https://git.gnome.org/browse/glib/commit/?id=c612fcab0fb2d3f0bdaf011d5b566dc949dbd18a https://git.gnome.org/browse/gnome-software/commit/?id=710147c46d3dbc817987a4635419fa334e5595b1 https://git.gnome.org/browse/gnome-software/commit/?id=dff5d863d8f7ed2d61cba67c42de7a7b925d5851
Excellent! Thanks Kalev.