GNOME Bugzilla – Bug 589868
message notifications stop showing
Last modified: 2009-09-07 10:59:15 UTC
There is a case in which message notifications stop showing: while the notification is updated, it continues to show, but as soon as it fades out, after receiving another message it does no more show, unless you focus the chat window. this happens with both notification daemon and notify osd
I've just realized that this is a wanted behavior, because the event in inhibited as soon as the notification is closed, but I really can't understand why you have chosen this.
I'm not sure to understand this issue. Is that an Empathy choice or a notification daemon one?
It's an empathy choice, you can see it in empathy-status-icon.c, function status_icon_notification_closed_cb: } else { /* inhibit other updates for this event */ empathy_event_inhibit_updates (priv->event); }
Can we close this bug? Or do you prefer to review the choice of only showing one notification?
Guillaume: do I have to close it?
Yeah, this is by design.