Comment 6 for bug 1714518

Revision history for this message
Colin Leroy-Mira (colin-colino) wrote : Re: GTK+3 doesn't show FUSE network shares in file chooser

Hi,

No - I think the default is to show everything accessible via POSIX paths.

There is some code in GTK+2 that specifically verifies if volumes are accessible via POSIX paths in local only mode, and adds them if they are. This includes FUSE-mounted network shares.

in gtk/gtkfilechooserdefault.c: shortcuts_add_volumes() for example.