GNOME Bugzilla – Bug 319847
FileChooser tries to authenticate to bookmarked VFS shares even if they're not used
Last modified: 2005-10-27 03:23:42 UTC
Recently I opened a VFS sftp share over a VPN and bookmarked it in the FileChooser bookmarks pane. Now whenever the VPN is down, the file chooser takes about 20-30 seconds to come up, because it is trying to authenticate to the SSH server that is only accessible over the VPN. Additionally, if the VPN is up, it asks me for the password of the bookmarked share every time (unless I save the password in the keyring), even if I'm just planning to save a file in my home directory or some other local directory. The file chooser should not authenticate to any remote VFS URI unless the URI is actually selected from the bookmarks. Based on what it is doing with remote VFS bookmarks, I'm guessing that the file chooser is probably also stat()ing all the local bookmark directories on startup. Again, it doesn't need to do this (if it is) unless a bookmark is actually selected. (This may help startup time, along with the other work Federico is doing...) gtk2-2.8.6-2
*** This bug has been marked as a duplicate of 155420 ***