GNOME Bugzilla – Bug 555334
connected server feature (gtk+)
Last modified: 2008-12-01 05:44:27 UTC
I'm working on a "Connected Server" feature for gvfs/Nautilus. This bug is about needed changes for the file chooser. See http://mail.gnome.org/archives/gvfs-list/2008-October/msg00002.html for details.
Created attachment 120081 [details] [review] proposed patch This is the needed changes for gtk+ to ensure that when using the gvfs in the upcoming GNOME 2.26, the mounts are shown correctly. Without the patch you'll get double entries for shadow mounts. Since there is no scheduled GTK+ release for GNOME 2.26, this should also go on the GTK+ 2.18 branch. This patch will not break the gvfs 1.0 / glib 2.18 used for GNOME 2.24.
See bug 555331, bug 555332 and bug bug 555333 for the gio/gvfs/nautilus patches.
s/GTK+ 2.18/GTK+ 2.14/ of course.
Please commit to both trunk and gtk-2-14
2008-12-01 Matthias Clasen <mclasen@redhat.com> Bug 555334 – connected server feature * gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts. Patch by David Zeuthen.