GNOME Bugzilla – Bug 312159
Pressing cancel in password dialog makes it appear again
Last modified: 2006-03-19 21:19:13 UTC
When canceling the password dialog it appears a second time and you must press cancel a second time. (Same bug for the ssh/sftp module is bug 139832)
And for me, it also shows and error dialog telling that it could not connect, which should not appear as I chose "Cancel".
same issue with a different method *** This bug has been marked as a duplicate of 139832 ***
Uhm... bug 139832 only talks about the sftp module. I agree it can be closed as a duplicate if it isn't module dependent.
It *is* module dependent.
Ah, sorry. Read my bugzilla mail in the wrong order for this one. ;) In bug 139832, comment 6 you say that you think it isn't module dependant and Alex say in bug 139832, comment 1 that it might be. Just curious, what makes you think Alex is wrong?
It's actually both, it's Nautilus and GnomeVFS: http://mail.gnome.org/archives/gnome-vfs-list/2005-October/msg00006.html http://mail.gnome.org/archives/nautilus-list/2005-October/msg00063.html My approach is not yet perfect, but it's a good start. The trick is to make a) make GnomeVFS always return GNOME_VFS_ERROR_CANCELLED if cancellation happened (module dependant) b) make Nautilus "ignore" GNOME_VFS_ERROR_CANCELLED retvals (i.e. stop trying to display a view for the requested URI, not module dependant)
Great! Guess that also takes care of my ramblings in bug 139832, comment 12 then. I'm quite busy with other stuff at the moment so I can't help by testing/reviewing any patches. :(
We've committed fixes, cf. the URIs referenced in comments 6 :). Marking as FIXED.