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 555334 - connected server feature (gtk+)
connected server feature (gtk+)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2008-10-07 03:24 UTC by David Zeuthen (not reading bugmail)
Modified: 2008-12-01 05:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.83 KB, patch)
2008-10-07 03:59 UTC, David Zeuthen (not reading bugmail)
committed Details | Review

Description David Zeuthen (not reading bugmail) 2008-10-07 03:24:24 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.
Comment 1 David Zeuthen (not reading bugmail) 2008-10-07 03:59:43 UTC
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.
Comment 2 David Zeuthen (not reading bugmail) 2008-10-07 04:36:39 UTC
See bug 555331, bug 555332 and bug bug 555333 for the gio/gvfs/nautilus patches.
Comment 3 David Zeuthen (not reading bugmail) 2008-10-07 05:00:48 UTC
s/GTK+ 2.18/GTK+ 2.14/ of course.
Comment 4 Matthias Clasen 2008-10-10 05:20:57 UTC
Please commit to both trunk and gtk-2-14
Comment 5 Matthias Clasen 2008-12-01 05:44:27 UTC
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.