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 304634 - Applet makes space for icons but no icon appears. Right clicking does not give icon's menu, gives applet's menu
Applet makes space for icons but no icon appears. Right clicking does not giv...
Status: RESOLVED DUPLICATE of bug 312687
Product: gnome-panel
Classification: Other
Component: notification area
2.8.x
Other All
: High major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-18 10:33 UTC by James Laver
Modified: 2005-08-14 10:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
n-area.patch (378 bytes, patch)
2005-08-14 09:58 UTC, Ed Catmur
none Details | Review

Description James Laver 2005-05-18 10:33:20 UTC
Steps to reproduce:
Unable to reproduce, sorry.

I had a single icon in the tray, suddenly it went blank. I tried to access the
menu by right clicking and nothing happened. The area had retained space for the
icon, and the proigram was still active but there was no icon and it could not
be clicked for a menu (i tested in case the icon became invisible), it returned
the applet's menu, not the app's menu. I also launched a new program. he paplet
expanded to make space but the same happened.

Stack trace:


Other information:
Removed applet from panel and readded. Problem was solved.
Comment 1 Christian Kirbach 2005-07-14 20:10:41 UTC
Thanks for taking the time to report this bug. This bug report isn't very useful 
because it doesn't describe the bug well. You need to give us precise steps on 
how to reproduce.
Comment 2 Ed Catmur 2005-08-14 09:24:31 UTC
Confirmed here.

First note that this only happens for certain programs that add an icon to the
notification area. 
Example: gaim, with the system tray plugin enabled.

$ while :; do gaim & sleep 1; killall gaim; done

As the gaim icon appears and is killed, the notification area steadily expands
by a few pixels of blank space each time.

Other programs this works for: liferea, resapplet. Programs it does not work
for: gnome-typing-monitor, oddly.
Comment 3 Ed Catmur 2005-08-14 09:58:00 UTC
Created attachment 50677 [details] [review]
n-area.patch

It appears the socket widget is not being destroyed when the plug is removed. 

I'm not sure why this is, but it works to forcibly destroy the socket widget
once it isn't being used anymore. Not sure whether this is the correct
approach, but it works.
Comment 4 Mark McLoughlin 2005-08-14 10:27:54 UTC

*** This bug has been marked as a duplicate of 312687 ***