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 754746 - Add afp and google-drive to list of remote filesystems
Add afp and google-drive to list of remote filesystems
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.17.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-09-08 22:12 UTC by Ross Lagerwall
Modified: 2015-09-10 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkFileSystem: Add to the list of remote filesystems (724 bytes, patch)
2015-09-08 22:21 UTC, Ross Lagerwall
committed Details | Review

Description Ross Lagerwall 2015-09-08 22:12:51 UTC
Follow up from bug 752834: "afp" should be added to the list of remote filesystems in gtkfilesystem.c.
Comment 1 Ross Lagerwall 2015-09-08 22:21:28 UTC
Also, google-drive.
Comment 2 Ross Lagerwall 2015-09-08 22:21:58 UTC
Created attachment 310938 [details] [review]
GtkFileSystem: Add to the list of remote filesystems

Add afp and google-drive to the list of remote filesystems.
Comment 3 Matthias Clasen 2015-09-09 13:14:18 UTC
Medium-term, it would be really nice if this information could be directly provided from the gio layer. Maybe a filesystem attribute ?
Comment 4 Matthias Clasen 2015-09-09 13:14:40 UTC
Review of attachment 310938 [details] [review]:

sure
Comment 5 Ross Lagerwall 2015-09-10 20:48:28 UTC
Comment on attachment 310938 [details] [review]
GtkFileSystem: Add to the list of remote filesystems

Pushed to master as 4993b02da8746c9171540d4f08897c6252a46490. Thanks for the review.