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 571741 - Get rid of deprecated libgnomecanvas
Get rid of deprecated libgnomecanvas
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-14 15:37 UTC by André Klapper
Modified: 2009-03-08 22:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-14 15:37:22 UTC
According to http://live.gnome.org/TwoPointTwentyfive/Platform libgnomecanvas has
been deprecated for years and should be removed.


$:\> grep -r "#include <libgnomecanvas/" .
./zenity/src/about.c: #include <libgnomecanvas/libgnomecanvas.h>
./zenity/configure.in: PKG_CHECK_MODULES([ZENITY],[gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 libgnomecanvas-2.0 glib-2.0])
Comment 1 Lucas Rocha 2009-03-08 22:36:29 UTC
gnome-canvas is being used for a useless (but essential!) monk easter egg. I disabled the easter egg for now and removed the gnome-canvas dependency for now. I'll try to port it to cairo later (bug #574592).