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 543714 - Migrate from GnomeVFS to GIO
Migrate from GnomeVFS to GIO
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: general
3.99.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-19 10:54 UTC by André Klapper
Modified: 2008-07-21 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2008-07-19 10:54:27 UTC
See http://live.gnome.org/GioPort for more information.


./libgda/gda-data-model-dir.c:  #include <libgnomevfs/gnome-vfs-mime.h>
./libgda/gda-data-model-dir.c:	mime = gnome_vfs_get_file_mime_type (complete_filename, NULL, FALSE);
./configure.in:GNOMEVFS_MODULES="gnome-vfs-2.0 >= 2.20"
./configure.in:PKG_CHECK_MODULES(GNOMEVFS, $GNOMEVFS_MODULES, have_gnomevfs=yes, have_gnomevfs=no)
./configure.in:if test x"$have_gnomevfs" = "xyes"
./configure.in: have_gnomevfs=no
./configure.in:AM_CONDITIONAL(HAVE_GNOMEVFS, test x"$have_gnomevfs" = "xyes")
Comment 1 malerba 2008-07-21 08:33:22 UTC
The port has been done, in rev #3157, but if GIO is not found, Libgda can still detect GnomeVFS.
Comment 2 André Klapper 2008-07-21 09:40:22 UTC
Oh great. Sorry for the noise then, I'm going to update the wiki page and close this as fixed.
http://svn.gnome.org/viewvc/libgda/trunk/libgda/gda-data-model-dir.c?r1=3157&r2=3156&pathrev=3157