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 589868 - message notifications stop showing
message notifications stop showing
Status: RESOLVED NOTABUG
Product: empathy
Classification: Core
Component: General
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-27 12:26 UTC by Nicolò Chieffo
Modified: 2009-09-07 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolò Chieffo 2009-07-27 12:26:49 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
Comment 1 Nicolò Chieffo 2009-07-27 12:36:17 UTC
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.
Comment 2 Guillaume Desmottes 2009-07-28 16:57:22 UTC
I'm not sure to understand this issue. Is that an Empathy choice or a notification daemon one?
Comment 3 Nicolò Chieffo 2009-07-28 17:01:19 UTC
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);
	}
Comment 4 Nicolò Chieffo 2009-08-21 16:15:24 UTC
Can we close this bug? Or do you prefer to review the choice of only showing one notification?
Comment 5 Nicolò Chieffo 2009-09-05 17:13:03 UTC
Guillaume: do I have to close it?
Comment 6 Cosimo Cecchi 2009-09-07 10:59:15 UTC
Yeah, this is by design.