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 689122 - org.gnome.empathy.notifications.notification-focus should default to true
org.gnome.empathy.notifications.notification-focus should default to true
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Preferences
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-26 22:21 UTC by Giovanni Campagna
Modified: 2012-11-29 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giovanni Campagna 2012-11-26 22:21:42 UTC
... or MUC rooms should ignore that setting.

Otherwise you by default IRC mentions are broken.
Comment 1 Guillaume Desmottes 2012-11-28 14:35:33 UTC
What's this setting exactly? Should we set it for all notifications or only the MUC ones?
Comment 2 Giovanni Campagna 2012-11-28 17:20:25 UTC
I'm referring to src/empathy-chat-window.c:1544 (chat_window_show_or_update_notification).
It checks for notification-focus for all notifications that are generated while the window is opened but not focused, and if that is false (which it is by default) nothing is emitted.

This means that your name is mentioned, or you see a new private message, and don't notice it until you check the window again.

Note that for private chats the setting is irrelevant as the notification would be filtered out by the shell anyway.
Comment 3 Guillaume Desmottes 2012-11-29 10:58:50 UTC
Oh I see, I fixed this in master. Thanks for your report.