GNOME Bugzilla – Bug 594798
Cancelling the credentials dialog (e.g. FTP or SFTP) results in permissions denied error
Last modified: 2009-10-29 13:52:04 UTC
When cancelling the login dialog of an FTP or SFTP connection obtained via GIO (using GtkMountOperation), this results in a G_IO_ERROR_PERMISSION_DENIED (error code 14) instead of G_IO_ERROR_CANCELLED which I would have expected. This is particularly annoying of the returned error is displayed to the user (in this case in the Thunar file manager) even though the operation was cancelled on purpose. The error message is "Password dialog cancelled." which suggests that the error code should be G_IO_ERROR_CANCELLED as well. Tested against GVfs 1.3.6.
I think this is pretty much equivalent to bug 594495, so i'm marking this a duplicate. *** This bug has been marked as a duplicate of bug 594495 ***