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 349302 - Help kill libegg
Help kill libegg
Status: RESOLVED FIXED
Product: conglomerate
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: conglomerate list
conglomerate list
Depends on:
Blocks: 349256
 
 
Reported: 2006-07-30 12:25 UTC by Vincent Untz
Modified: 2011-08-18 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2006-07-30 12:25:15 UTC
+++ This bug was initially created as a clone of Bug #349256 +++

Please help kill libegg. Your module contains some egg code that is now deprecated thanks to new features, most probably the new GTK+ 2.10 features like:

 + GtkRecent* (deprecating EggRecent)
 + GtkStatusIcon (deprecating EggTrayIcon and EggStatusIcon)
 + GtkCellRendererAccel (deprecating EggCellRendererKeys)
 + GtkAccelGroup now has features to deprecate EggAccelerator (see bug 85780)

Also, egg-screen-exec stuff has been deprecated: see http://cvs.gnome.org/viewcvs/*checkout*/libegg/libegg/screen-exec/README

Also, EggIconList has become GtkIconView in GTK+ 2.6.
Comment 1 André Klapper 2009-08-04 14:30:36 UTC
Can this please get a higher priority by the developers?
Comment 2 Philip Chimento 2011-08-13 22:33:34 UTC
Eh, this looks like it was already fixed by Nickolay Shmyrev in commit [d645e17e] on New Year's Eve 2006:

http://git.gnome.org/browse/conglomerate/commit/?id=d645e17e7dd2cb0e7a183115882ee46574adb267

Can someone close this?
Comment 3 André Klapper 2011-08-18 10:42:28 UTC
I checked out git master and grep'ing for "egg" there seems to be no usage.
Closing as FIXED. Thanks to Philip for rechecking! :)