GNOME Bugzilla – Bug 642659
Persistent notifications should be removed when application gets killed
Last modified: 2011-03-07 22:40:36 UTC
When an application using persistent notifications get killed (e.g. by SIGTERM, SIGSEGV or SIGINT) the persistent notification doesn't get removed from the message-tray. Since the buttons on the notifications stop responding this confuses users, especially since a second notification shows up once the app is restarted. Tested with gnome-shell 2.91.5 and rhythmbox as well as krb5-auth-dialog.
Created attachment 182782 [details] [review] MessageTray: remove source if associated application exits We don't want sources that are no longer associated with a running application to stick around in the message tray.
Comment on attachment 182782 [details] [review] MessageTray: remove source if associated application exits Neha, thank you for your work on this patch! (This has been reviewed over IRC and based on an older patch in bug 633412.)