GNOME Bugzilla – Bug 590832
Get rid of deprecated gnome-vfs
Last modified: 2010-05-18 18:40:59 UTC
GnomeVFS is deprecated, new vfs framework for GNOME and GTK+ application is GIO/GVFS, available from glib 2.16.0. For references see: * http://live.gnome.org/GioPort * http://library.gnome.org/devel/gio/ and * http://blogs.gnome.org/alexl/2007/07/20/gvfs-presentation-slides/ * http://live.gnome.org/GioToDo $ git grep gnome-vfs configure.ac:PKG_CHECK_MODULES(F, libgnome-2.0 >= $LIBGNOME_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED libexif >= $LIBEXIF_REQUIRED_MIN libexif < $LIBEX extensions/Exporters/CDExport/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ extensions/Exporters/FolderExport/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ extensions/Exporters/PicasaWebExport/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ extensions/Exporters/TabbloExport/Makefile.am: -pkg:gnome-vfs-sharp-2.0 extensions/Exporters/ZipExport/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ extensions/Tools/DevelopInUFraw/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ extensions/Tools/RetroactiveRoll/Makefile: -pkg:gnome-vfs-sharp-2.0 f-spot.csproj: <Reference Include="gnome-vfs-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> src/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \ src/Makefile.am: -pkg:gnome-vfs-sharp-2.0 tests/src/Makefile.am: -pkg:gnome-vfs-sharp-2.0 \
doing some of the work here: http://gitorious.org/~maxxer/f-spot/maxxer-cone/commits/gnome-vfs_cleanup
(In reply to comment #1) > doing some of the work here: > http://gitorious.org/~maxxer/f-spot/maxxer-cone/commits/gnome-vfs_cleanup Maxxer, are there plans to merge this?
http://git.gnome.org/browse/f-spot/commit/?id=8aefa1c8a8c1f19841e9402a11d037c8a89756bb vfs is now removed
FolderExport still has gnome-vfs. Blocker bug added.
Finally solved, wooh!