GNOME Bugzilla – Bug 619160
Import dialog won't show remote places
Last modified: 2010-06-05 20:58:29 UTC
The import (file open) dialog is not showing remote locations (non native) in the left "places" list. They are selectable in the first import dialog, but you will have to import all images on remote locations then and you can't select other directories on them.
Created attachment 161518 [details] [review] Fixing setting LocalOnly of dialog to false
probably related to bug 171267
Besides the progress reporting issue (see blocker), I have an issue with the fact that this patch causes my entire server to be traversed (which takes a really long time). Example: * Mount an internet server over ssh using nautilus (Ctrl+L + ssh://yokohama.savanne.be in my case). * Start F-Spot * Go to import * Select the "sftp on yokohama" source * Wait for ages since it scans / completely. The correct solution would be to let me choose a folder first :-)
Thats not related to this patch. This was the behaviour before, too. This patch is only modifying the file open dialog which appears _after_ "Select Folder...".
Comment on attachment 161518 [details] [review] Fixing setting LocalOnly of dialog to false Attachment 161518 [details] pushed as 15aede5 - Fixing setting LocalOnly of dialog to false As pointed out on IRC, this patch does the right thing. Blocker still stands though: bug 619171 needs to be fixed before we can reasonably put this in a release. Will put the "full server crawl" thing into a different bug.