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 349279 - Help kill libegg
Help kill libegg
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: core application
CVS HEAD
Other Linux
: Normal minor
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks: 349256
 
 
Reported: 2006-07-30 11:15 UTC by Vincent Untz
Modified: 2008-04-03 21:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to port anjuta-ui to gtk_cell_renderer_accel (82.85 KB, patch)
2008-03-21 21:50 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Vincent Untz 2006-07-30 11:15:12 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 João Matos 2008-02-15 15:28:06 UTC
What's the status on this?
Comment 2 Naba Kumar 2008-02-15 22:53:56 UTC
(In reply to comment #1)
> What's the status on this?
> 
Still open
Comment 3 Johannes Schmid 2008-02-17 13:49:17 UTC
More detailed description of tasks:

- Convert plugins/file-loader/* from EggRecent to GtkRecent
- Convert libegg/eggcellrendererkeys.[ch] into a GtkCellRenderer derived object and move it to libanjuta/anjuta-cell-renderer-keys.[ch]
- Kill remaining libegg directory!

Any help is appreciated!
Comment 4 Carl-Anton Ingmarsson 2008-03-21 21:50:44 UTC
Created attachment 107761 [details] [review]
Patch to port anjuta-ui to gtk_cell_renderer_accel
Comment 5 Naba Kumar 2008-03-25 20:54:31 UTC
(In reply to comment #4)
> Created an attachment (id=107761) [edit]
> Patch to port anjuta-ui to gtk_cell_renderer_accel
> 
Thanks a lot. The it's been applied in trunk.
Comment 6 Johannes Schmid 2008-04-03 20:47:49 UTC
libegg RIP!
Comment 7 Mathias Hasselmann (IRC: tbf) 2008-04-03 21:07:09 UTC
Hmm... Must invent evil egg widgets to bring it back! :-D