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 564436 - Make mount operations cancellable
Make mount operations cancellable
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-12-14 02:36 UTC by Matthias Clasen
Modified: 2015-07-31 02:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2008-12-14 02:36:32 UTC
The filechooser nowadays mounts network locations when you traverse them. This can take a long time, and we should a wait cursor. It would be good if pressing Escape in this situation would just cancel the mount operation first, not dismiss the whole file dialog.
Comment 1 Matthias Clasen 2015-07-31 02:27:04 UTC
I believe this is all working as described now.