GNOME Bugzilla – Bug 612630
Port gnomevfs to gio/gvfs
Last modified: 2012-02-25 18:57:33 UTC
$ grep gnomevfs -r . ./gnome-blog.spec.in:Requires: gnome-python2-gnomevfs >= %{gnome_python2_version} ./gnome-blog.spec.in:- Require gnome-python2-gnomevfs ./gnome-blog.spec:Requires: gnome-python2-gnomevfs >= %{gnome_python2_version} ./gnome-blog.spec:- Require gnome-python2-gnomevfs ./rich_entry.py:import gnomevfs ./rich_entry.py: file_info = gnomevfs.get_file_info(uri, gnomevfs.FILE_INFO_GET_MIME_TYPE) ./rich_entry.py: file_contents = gnomevfs.read_entire_file(uri) ./rich_entry.py: except gnomevfs.Error, e: ./ChangeLog: Fix gnome.vfs to be gnomevfs (gnome-python change).
Created attachment 208409 [details] [review] Port gnomevfs to gio Here is a simple patch that removes gnomevfs dependency, and replaces it with gio.
I hope you tested it because I just committed it :) Thanks for the patch!