GNOME Bugzilla – Bug 506330
porting filebrowser plugin to GVFS
Last modified: 2019-03-23 20:34:00 UTC
Here is a first testpatch to replace GnomeVFS with GVFS in the filebrowser plugin. Other information:
Created attachment 101815 [details] [review] Testpatch GVFS filebrowser plugin
Created attachment 109440 [details] [review] gvfs filebrowserpatch patch 2 (SVN trunk diff) Should work on SVN version I am using this daily and works fine here.
I've given the patch a quick look and one thing I noticed is that you changed a lot of the API concerning URI's represented as strings. Is there a particular reason why you did this? In my opinion, only the parts that explicitly use GnomeVFS should be changed to use GIO instead (leaving the code that handles uri's by strings alone).
Okay, the patch is in (with a considerable amount of changes, but nevertheless). The file browser plugin is now fully ported and it seems to be working pretty well. Closing the bug