Summary: | Add collection from network share is silently ignored [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alex Peters <m8r-6gokex> |
Component: | Setup-Collections | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, i, jfgould, lcharriere, metzpinguin, pavelkaroukin |
Priority: | NOR | ||
Version: | 3.4.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/59979832c0f0f643f35ebcbf5f0db0310250a2c7 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: | addcollection.patch |
Description
Alex Peters
2014-01-20 23:47:23 UTC
I experience same problem with: Version 3.5.0 Using KDE Development Platform 4.13.3 I'm seeing the same issue with version 4.6.0 on Fedora 21. Ditto the above. OpenSUSE 13.1 (x86_64) KDE 4.11.5 DigiKam 3.5.0 Thanks ! Created attachment 91277 [details]
addcollection.patch
DigiKam does currently not support "smb://" URLs. Samba shares must be locally mounted. With this patch, an error message is now displayed again.
Git commit 59979832c0f0f643f35ebcbf5f0db0310250a2c7 by Gilles Caulier. Committed on 08/03/2015 at 09:12. Pushed by cgilles into branch 'master'. apply patch #91277 from Maik Qualmann to display an error message if remote collection are not mounted on local computer when user want to add a remote collection to digiKam. FIXED-IN: 4.9.0 M +11 -7 utilities/setup/setupcollectionview.cpp http://commits.kde.org/digikam/59979832c0f0f643f35ebcbf5f0db0310250a2c7 Git commit ab3ace560bb21cc4373c7721da3a43e754462ca5 by Gilles Caulier. Committed on 08/03/2015 at 09:32. Pushed by cgilles into branch 'frameworks'. backport commit #59979832c0f0f643f35ebcbf5f0db0310250a2c7 from git/master to frameworks branch M +7 -7 utilities/setup/collections/setupcollectionview.cpp http://commits.kde.org/digikam/ab3ace560bb21cc4373c7721da3a43e754462ca5 |