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 590832 - Get rid of deprecated gnome-vfs
Get rid of deprecated gnome-vfs
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Export
GIT
Other Linux
: Normal normal
: 0.7.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on: 618798
Blocks: 588322
 
 
Reported: 2009-08-05 11:09 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-05-18 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2009-08-05 11:09:07 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        \
Comment 1 Maxxer 2009-08-13 15:03:07 UTC
doing some of the work here:
http://gitorious.org/~maxxer/f-spot/maxxer-cone/commits/gnome-vfs_cleanup
Comment 2 André Klapper 2010-02-11 13:53:29 UTC
(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?
Comment 4 Ruben Vermeersch 2010-05-16 17:12:29 UTC
FolderExport still has gnome-vfs. Blocker bug added.
Comment 5 Ruben Vermeersch 2010-05-18 18:40:59 UTC
Finally solved, wooh!