GNOME Bugzilla – Bug 349271
Help kill libegg
Last modified: 2010-06-09 14:50:20 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.
Created attachment 73942 [details] [review] replace EggTrayIcon This patch replaces the EggTrayIcon with a GtkStatusIcon. It also adds the libnotify-0.3 patch from bug #332462 since libnotify-0.4.1 is the first version supporting GtkStatusIcon objects. It has a little signalling bug though (http://trac.galago-project.org/ticket/81), but a fixed version is not out yet (0.4.3).
Created attachment 73955 [details] [review] replace EggTrayIcon with backwards compatibility This is an enhanced version of the last patch. It makes it possible that goobox can still be used with gtk+ <2.10 (where the old EggTrayIcon is used).
can this patch get a review?
the patch doesn't apply to current version, it needs to be updated.
version 2.1.1 fixes this issue.