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 349273 - Help kill libegg
Help kill libegg
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on: 338843
Blocks: 349256
 
 
Reported: 2006-07-30 10:59 UTC by Vincent Untz
Modified: 2006-08-05 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (13.09 KB, patch)
2006-08-04 11:22 UTC, Carlos Garcia Campos
committed Details | Review

Description Vincent Untz 2006-07-30 10:59:11 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 Carlos Garcia Campos 2006-07-31 11:49:33 UTC
EggRecent is the only part of libegg, with a GTK+ replacement, used in evince. Unfortunately, GtkRecent is not integrated with GtkUIManager yet (see #338843). So, I think we'll have to keep EggRecent code for the moment. 
Comment 2 Carlos Garcia Campos 2006-08-04 11:22:40 UTC
Created attachment 70193 [details] [review]
Patch

Well, I finally have a patch for this. It's a dirty hack to have support for GtkRecent in G2.16. I hope we can do it in the right way when gtk+2.12 is released.
Comment 3 Nickolay V. Shmyrev 2006-08-04 23:30:15 UTC
Well, if it does work for you, please commit. I can't test it anyhow and it seems we can't choose here.
Comment 4 Carlos Garcia Campos 2006-08-05 10:44:49 UTC
2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>

        * configure.ac:
        * cut-n-paste/Makefile.am:
        * data/evince-ui.xml:
        * shell/Makefile.am:
        * shell/ev-application.[ch]:
        * shell/ev-window.c:

        Use GtkRecent instead of EggRecent when it's available. Fixes bug
        #349273