GNOME Bugzilla – Bug 775885
Notifications should be automatically revoked
Last modified: 2016-12-14 13:46:07 UTC
I have two notifications that have been sitting in my "tray" forever. The first is an "<app> has been installed" notification. The other is "Additional fonts required". Both were sent by Software, and both have outlived their usefulness. Wherever possible, notifications ought to be revoked when they are no longer useful, in order to prevent the user from having to manually remove them themselves. In the "<app> has been installed" case, the notification could be removed when: * The installed app is launched from Software * Software is closed by the user Maybe there are other conditions also. "Additional fonts required" is possibly more tricky. Ideally it would be removed when the user closes the app that requested the fonts, but I'm guessing that's not so easy.
commit b99dff275891e9c436434c6a6e5cd73e843a6d9d Author: Richard Hughes <richard@hughsie.com> Date: Wed Dec 14 13:45:46 2016 +0000 Hide some notifications when the app is launched or the window is closed Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=775885 :100644 100644 a21f28f... 91c205c... M src/gs-shell-details.c :100644 100644 148c617... 144691d... M src/gs-shell.c