After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746860 - gnome-music's messages bubble has not 'x' button
gnome-music's messages bubble has not 'x' button
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on: 747636
Blocks:
 
 
Reported: 2015-03-26 23:59 UTC by Yosef Or Boczko
Modified: 2015-04-14 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (792.68 KB, application/octet-stream)
2015-03-26 23:59 UTC, Yosef Or Boczko
  Details
Longer screenshot (826.04 KB, application/octet-stream)
2015-03-27 00:04 UTC, Yosef Or Boczko
  Details
calendar: Allow to dismiss resident notifications (982 bytes, patch)
2015-04-10 15:55 UTC, Florian Müllner
committed Details | Review

Description Yosef Or Boczko 2015-03-26 23:59:11 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).
Comment 1 Florian Müllner 2015-03-27 00:03:19 UTC
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 ...
Comment 2 Yosef Or Boczko 2015-03-27 00:04:05 UTC
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.
Comment 3 Yosef Or Boczko 2015-03-27 00:10:31 UTC
I don't understand what do 'resident' mean. the message can't
be removed?
Comment 4 Florian Müllner 2015-03-27 00:14:54 UTC
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
Comment 5 Florian Müllner 2015-04-10 15:55:31 UTC
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.
Comment 6 Florian Müllner 2015-04-14 21:16:44 UTC
Attachment 301304 [details] pushed as 7277744 - calendar: Allow to dismiss resident notifications