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 113803 - Notification Area Applet can't show balloon messages
Notification Area Applet can't show balloon messages
Status: RESOLVED DUPLICATE of bug 104641
Product: gnome-panel
Classification: Other
Component: notification area
2.2.x
Other opensolaris
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-27 07:47 UTC by opera
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
Porposed Patch (2.60 KB, patch)
2004-10-15 13:41 UTC, Vasista Sarma
none Details | Review

Description opera 2003-05-27 07:47:07 UTC
According to
http://www.freedesktop.org/standards/systemtray/systemtray-spec.html,
When a client wants to show balloon messages, It should send a series of
client messages, These client messages must have their window field set to
the window ID of the tray icon, But in
gnome-panel-2.2.1/applets/notification_area/eggtraymanager.c,
gdk_window_add_filter (invisible->window, egg_tray_manager_window_filter,
manager) will only add one window message filter, not global message
filter, so these client messages can not be send to invisible->window. I
tried with gdk_window_add_filter (NULL,...) ( and other little changes ),
the balloon messages can be shown.
Comment 1 Mark McLoughlin 2004-02-04 10:03:45 UTC
Re-assigning to gnome-panel-maint. Apologies for the spam.
Comment 2 Mark McLoughlin 2004-02-04 10:29:37 UTC

*** This bug has been marked as a duplicate of 104641 ***
Comment 3 Vasista Sarma 2004-10-15 13:41:38 UTC
Created attachment 32645 [details] [review]
Porposed Patch

Patch Given by Opera Wang