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 349298 - Help kill libegg
Help kill libegg
Status: RESOLVED FIXED
Product: gnome-mud
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME MUD Maintainers
GNOME MUD Maintainers
Depends on:
Blocks: 349256
 
 
Reported: 2006-07-30 12:17 UTC by Vincent Untz
Modified: 2006-08-29 20:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to kill eggtrayicon in favour of GtkStatusIcon (7.93 KB, patch)
2006-07-30 14:58 UTC, Mart Raudsepp
none Details | Review

Description Vincent Untz 2006-07-30 12:17:58 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 Mart Raudsepp 2006-07-30 14:58:03 UTC
Created attachment 69909 [details] [review]
Patch to kill eggtrayicon in favour of GtkStatusIcon

Additionally src/eggtrayicon.[ch] can be deleted.
Bumps gtk requirement to 2.10.0 - I'm not sure if gnome-mud project is ready for that.
Comment 2 Jordi Mallach 2006-07-30 22:16:49 UTC
I personally have no problems with requiring 2.10.0, even more if we don't release 0.11 soonish; GTK 2.10 will be in most distros soon enough.
Comment 3 Jordi Mallach 2006-08-29 20:08:51 UTC
Committed to HEAD.