GNOME Bugzilla – Bug 589698
Use GtkBuilder instead of libglade
Last modified: 2009-07-31 18:25:44 UTC
GNOME 3 (2010) will completely remove libglade. See http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder . See http://www.gnome.org/~fpeters/299.html for automated statistics.
Hi Yes, I'm currently working on this (and also migrating from GnomeVFS to GVFS, removing libgnomeui, ...) So will be done in next version (I hope this summer). Regards Pierre
nautilus-actions does not depend on gnome-vfs since you've fixed that one month ago. As for libgnome(ui) I have no idea why you have them listed in configure.ac: ./configure.ac: libgnome-2.0 >= ${GNOME_REQUIRED} \ ./configure.ac: libgnomeui-2.0 >= ${GNOME_REQUIRED} \ as there are no includes at all: $:andre\> grep -r "include <libgnome" . $:andre\> grep -r "include <gnome" .
Well, to be exact and precise, yes, I have removed the gnome-vfs dependancy no, I don't have terminate the migration as I have not found a replacement in GIO for gnome_vfs_uri_get_host_name() and gnome_vfs_uri_get_user_name(). Have asked the Gtk+ list without response. Will probably hack a bit the GnomeVFS code to pull these two functions.... At the moment, the lack of these two functions blocks me to release anything. For libgnome and libgnomeui, they were here for, euhh.. historical reasons ? Regards ;-) Pierre
Hi, Fixed in last 1.11.2 Regards Pierre