Summary: | SETUP : digiKam does not access files on NAS | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jowi Krause <johann-w> |
Component: | Database-Multiusers | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles, craig.magina |
Priority: | NOR | ||
Version: | 1.9.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Jowi Krause
2011-07-23 13:25:35 UTC
defintivly, i recommend to check 2.0.0 rc where a lots of improvements and fixes have been done. final release is planed in few days... gilles caulier This is the relevant code in collectionmanager.cpp: QString path = fileUrl.toLocalFile(KUrl::RemoveTrailingSlash); QDir dir(path); if (!dir.isReadable()) { *message = i18n("The selected folder does not exist or is not readable"); } as you see, it looks pretty innocent. We'd need to check that nothing is done to the file path prior to this, then why QDir says the directory is not readable. I dont have a NAS for testing here. It seems I found a work-around: When the NAS is mounted, it can be accessed in the .gvfs folder (hidden). If I add this as a local collection, it works fine. Just be sure you don't have too big folders, else it takes ages to get them searched and added. And now I will wait for 2.0.0. Maybe the samba works there. Or could there be an issue that mounting with gvfs is different from mouting cifs, and DigiKam only likes the cifs-mounted external resources? Could it be that you have some sort of virtual file system with gvfs like some KDE ioslaves do? We need a native filesystem provided by the kernel. Jowi, Do you see comment #4 from Marcel ? Can you test digiKam 2.4 ? Gilles Caulier I am not seeing the error message, instead it does nothing. I am running Kubuntu 13.04 amd64, KDE 4.10.4, digikam 3.1.0. This file still valid using last digiKam 5.0.0 ? Gilles Caulier digiKam 7.0.0 stable release is now published: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Best Regards Gilles Caulier No feedback. Cloased |