GNOME Bugzilla – Bug 157770
add virtual file-system support (gnome-vfs)
Last modified: 2006-06-27 18:07:35 UTC
Apprently GIMP doesn't have a vfs support (at least it doesn't manage to open file on network shares in nautilus), this feature could be nice :)
GIMP is not a GNOME application and thus doesn't depend on gnomevfs. There are a number of possibilities here: (1) gnome-vfs finally drops some of its dependencies and becomes a desktop-neutral VFS libarary. (2) Someone comes up with another VFS library that fits our needs and provides a GTK+ file-chooser backend. (3) We add our own abstraction layer and allow for gnome-vfs to be used as one backend, preferably as a loadable module. Since I don't see (1) or (2) happening, it will probably have to be (3).
why not (4) add a gnome-vfs support with a --with-gnome build option turned off by default ?
That is essentially the same as (3). The gnome-vfs specific code would have to be abstracted away somehow.
*** Bug 158145 has been marked as a duplicate of this bug. ***
Very basic (and quite hackish) gnome-vfs support is now in CVS. Optimistically setting the milestone to 2.4.
Raising priority to Urgent since a decision needs to be made about whether to stabilize this for 2.4 or back it out.
The uri plug-in seems to work reasonably well. Let's close this as FIXED. Of course this could be improved by linking the file plug-ins directly with a library that handles virtual file systems. There's something in the works at freedesktop.org, so we might to look at this issue again at a later point in time.