GNOME Bugzilla – Bug 746860
gnome-music's messages bubble has not 'x' button
Last modified: 2015-04-14 21:16:51 UTC
Created attachment 300407 [details] Screenshot For some reason, I not see X button on messages from gnome-music. It look specific for gnome-music, so it realy strange. it also new bug. (no X button when the bubble appere and also in the messeges-calendar-area).
That's likely because the notification is resident. I want to remove the special behavior for 3.16.1, but chat notifications need to stop depending on it first. One of the GSoC applicants is looking into this ...
Created attachment 300408 [details] Longer screenshot Just for the joke, I taked longer screenshot. The screenshot shows the bug in one hour and a few seconds.
I don't understand what do 'resident' mean. the message can't be removed?
Yes, until we change that behavior[0]. And yes, gnome-music indeed marks its notifications as resident[1] ... [0] https://git.gnome.org/browse/gnome-shell/tree/js/ui/calendar.js#n1251 [1] https://git.gnome.org/browse/gnome-music/tree/gnomemusic/notification.py#n47
Created attachment 301304 [details] [review] calendar: Allow to dismiss resident notifications Resident notifications are not really a thing anymore with the new design, so all the user sees are some notifications that mysteriously cannot be closed. That's utterly confusing, stop doing that.
Attachment 301304 [details] pushed as 7277744 - calendar: Allow to dismiss resident notifications