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 506330 - porting filebrowser plugin to GVFS
porting filebrowser plugin to GVFS
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
git master
Other All
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-29 21:53 UTC by Mikael Hermansson
Modified: 2019-03-23 20:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Testpatch GVFS filebrowser plugin (91.48 KB, patch)
2007-12-29 21:54 UTC, Mikael Hermansson
none Details | Review
gvfs filebrowserpatch patch 2 (SVN trunk diff) (90.49 KB, patch)
2008-04-17 17:57 UTC, Mikael Hermansson
none Details | Review

Description Mikael Hermansson 2007-12-29 21:53:46 UTC
Here is a first testpatch to replace GnomeVFS with GVFS in the filebrowser plugin.






Other information:
Comment 1 Mikael Hermansson 2007-12-29 21:54:50 UTC
Created attachment 101815 [details] [review]
Testpatch GVFS filebrowser plugin
Comment 2 Mikael Hermansson 2008-04-17 17:57:12 UTC
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.
Comment 3 jessevdk@gmail.com 2008-05-01 17:30:13 UTC
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).
Comment 4 jessevdk@gmail.com 2008-05-06 18:15:33 UTC
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