GNOME Bugzilla – Bug 531098
GtkFileChooser should respect presence of gvfs-fuse-daemon
Last modified: 2013-05-29 07:41:47 UTC
i suggest that GtkFileChooser should ignore local_only if there is a running gvfs-fuse-daemon, because the documentation says: "If local_only is TRUE (the default), then the selected file are files are guaranteed to be accessible through the operating systems native file file system..." the fuse-daemon provides a way to access any gvfs accessible files through the os, so all files/paths should be selectable. gtk_file_chooser_get_filename() should return the translated ~/.gvfs/... path in that case. (possibly it should still return NULL if local_only is not set in order to allow applications to do optimizations for truely local files.) example use case: save an attachment from thunderbird. it is possible to save it anywhere by going through ~/.gvfs/, but that should be done transparently.
Created attachment 116279 [details] Screenshot showing double entries and missing modified col
i fail to understand the connection -- could you please explain how that screenshot is related to the bug?
*** This bug has been marked as a duplicate of bug 586367 ***