GNOME Bugzilla – Bug 309135
Apparent locking with bookmarks requiring auth
Last modified: 2005-09-17 16:12:55 UTC
Steps to reproduce: 1. Launch gedit 2. Open the "Open..." dialogue 3. Go to a location that requires authentication (I use sftp://127.0.0.1/, after having tried to login to 127.0.0.1, so there's a login prompt, but no new key warning) 4. Enter your password 5. Add the location to your filechooser bookmarks Now, everytime you plug in/remove a hotpluggable storage device (plug in a USB key drive for example), the panel appears "locked". In fact, an authentication dialogue popped up underneath all the windows, and the dialogue is modal to the panel, making the panel appear as if it was deadlocked.
In the code: //FIXME gnome_vfs_uri_exists: could there be an authentication //dialog if there's a bookmarks to sftp://something? :-) We need to look if it's a remote URI and if that's the case, if we have the right to open it without the keyring making a popup...
I don't think there's a way for us to look if we have the right to open the keyring without asking for a password. So we now just don't check if the remote URI exists.