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 404558 - Phantom space in Notification Area
Phantom space in Notification Area
Status: RESOLVED DUPLICATE of bug 340110
Product: gnome-panel
Classification: Other
Component: notification area
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 331558 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-02-05 11:49 UTC by Sebastien Bacher
Modified: 2007-02-17 18:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-02-05 11:49:16 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-panel/+bug/83278

"Try this test app, which creates 100 "invisible" GtkStatusIcons.

----
import gtk

s = {}

for i in range(0, 100):
    s[i] = gtk.status_icon_new_from_icon_name("sound")
    s[i].set_visible(False)

gtk.main()
----

Observe the notification grow loads, even though the icons are supposed to be invisible.

This problem is causing phantom spacing between notification icons in the notification area, and makes it look a bit rubbish.

Is this a bug in our Notification Area? Or is it in Gtk?"


Might be similar to bug #331558
Comment 1 Mariano Suárez-Alvarez 2007-02-07 10:05:49 UTC
FWIW,

Feb 05 02:00:09 <alex-weej>	anyone wanna shed some light on this? https://launchpad.net/ubuntu/+source/gnome-panel/+bug/83278
Feb 05 02:01:32 <Lathiat>	i've noticed that before
Feb 05 02:01:46 <Lathiat>	sometimes you somehow get empty ones
Feb 05 02:01:49 <Lathiat>	and they space out the items in there
Feb 05 02:01:52 <Lathiat>	not sure what causes that
Feb 05 02:02:34 <mclasen_>	should be fixed in current gtk trunk 
Comment 2 Vincent Untz 2007-02-17 18:41:11 UTC
*** Bug 331558 has been marked as a duplicate of this bug. ***
Comment 3 Vincent Untz 2007-02-17 18:44:11 UTC
Found the GTK+ bug.

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