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 612630 - Port gnomevfs to gio/gvfs
Port gnomevfs to gio/gvfs
Status: RESOLVED FIXED
Product: gnome-blog
Classification: Other
Component: general
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME blog maintainers
GNOME blog maintainers
Depends on:
Blocks: 588322
 
 
Reported: 2010-03-11 20:31 UTC by Olav Vitters
Modified: 2012-02-25 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port gnomevfs to gio (1.69 KB, patch)
2012-02-25 15:45 UTC, Balló György
committed Details | Review

Description Olav Vitters 2010-03-11 20:31:53 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).
Comment 1 Balló György 2012-02-25 15:45:18 UTC
Created attachment 208409 [details] [review]
Port gnomevfs to gio

Here is a simple patch that removes gnomevfs dependency, and replaces it with gio.
Comment 2 Olav Vitters 2012-02-25 18:57:33 UTC
I hope you tested it because I just committed it :)

Thanks for the patch!