GNOME Bugzilla – Bug 580162
Show remote mounts in GtkFileChooser
Last modified: 2011-09-12 16:14:18 UTC
Given that Gio allows any program, regardless of Gio use, to access remote files, is there any reason why the GTK filechooser doesn't always show remote mounts? Given that browsing into the mount with nautilus and opening a file with an arbitrary program works fine, it seems like this would be a good thing to support.
Could we please switch the default so that applications get remote support in the filechooser unless devs opt out?
In the file chooser's terms, "remote file" means "is not file://" - i.e. http, ssh, etc. We can't default to allowing *those* arbitrary URIs to get passed to apps, as they may not know what to do with them. GIO and FUSE mounts are rather orthogonal to this. (Once something is FUSE-mounted, it *is* part of the normal file system as far as Unix apps are concerned - i.e. "not remote".)