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 531098 - GtkFileChooser should respect presence of gvfs-fuse-daemon
GtkFileChooser should respect presence of gvfs-fuse-daemon
Status: RESOLVED DUPLICATE of bug 586367
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2008-05-02 17:23 UTC by webograph
Modified: 2013-05-29 07:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showing double entries and missing modified col (56.21 KB, image/png)
2008-08-10 09:28 UTC, Rudi Effe
Details

Description webograph 2008-05-02 17:23:44 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.
Comment 1 Rudi Effe 2008-08-10 09:28:40 UTC
Created attachment 116279 [details]
Screenshot showing double entries and missing modified col
Comment 2 webograph 2008-09-17 14:28:35 UTC
i fail to understand the connection -- could you please explain how that screenshot is related to the bug?
Comment 3 Timothy Arceri 2013-05-29 07:41:47 UTC

*** This bug has been marked as a duplicate of bug 586367 ***