https://bugs.kde.org/show_bug.cgi?id=405235
Maik Qualmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Maik Qualmann <[email protected]> --- If digiKam is instructed externally or internally to scan a folder, we have changed something because of Bug 405764. In order to get a grip on problems with lost network connections under Windows, we checked the location path to see if it still exists. This works fine under Windows but apparently not under Linux. We now check if the trash folder is available (.dtrash). If not, the location list will be updated. When using network location, it only checks if at least one file exists in the location path, if not, we set the location to read only. So your network is not only slow, but also not always available, because a simple QFileInfo::exists() function returns false. I do not see how we can fix it. Maik -- You are receiving this mail because: You are watching all bug changes.
