After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619160 - Import dialog won't show remote places
Import dialog won't show remote places
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Import
GIT
Other Linux
: Normal normal
: 0.7.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on: 619171
Blocks:
 
 
Reported: 2010-05-20 05:16 UTC by Paul Wellner Bou
Modified: 2010-06-05 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixing setting LocalOnly of dialog to false (767 bytes, patch)
2010-05-20 05:37 UTC, Paul Wellner Bou
committed Details | Review

Description Paul Wellner Bou 2010-05-20 05:16:17 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.
Comment 1 Paul Wellner Bou 2010-05-20 05:37:24 UTC
Created attachment 161518 [details] [review]
Fixing setting LocalOnly of dialog to false
Comment 2 Maxxer 2010-05-20 08:01:38 UTC
probably related to bug 171267
Comment 3 Ruben Vermeersch 2010-05-20 08:15:44 UTC
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 :-)
Comment 4 Paul Wellner Bou 2010-05-20 08:37:02 UTC
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 5 Ruben Vermeersch 2010-05-20 08:47:17 UTC
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.