https://bugs.kde.org/show_bug.cgi?id=330224
Bug ID: 330224 Summary: request to add collection from network share is silently ignored Classification: Unclassified Product: digikam Version: 3.4.0 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: setup Assignee: [hidden email] Reporter: [hidden email] Selecting an SMB network share in the file chooser window for the purpose of setting up a new collection appears to succeed, but the share is not added as a collection. Reproducible: Always Steps to Reproduce: 1. Open digiKam configuration and move to Collections pane. 2. Click "Add Collection" next to "Collections on Network Shares," select a path within a network share (e.g. "smb://diskstation/home/digikam") and click OK. Actual Results: digiKam does not ask for the collection's name, and nothing is added under the "Collections on Network Shares" header. Expected Results: digiKam asks for the collection's name, like it does for "local" collections, and then it is added under the "Collections on Network Shares" header. Copied from the Ubuntu bug database: https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/1270390 I have assigned "major" severity on the basis that my entire collection of photos is stored on a NAS device, and without the ability to add a collection from a network share, I am unable to use the software at all. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=330224
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Severity|major |normal -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from [hidden email] --- I experience same problem with: Version 3.5.0 Using KDE Development Platform 4.13.3 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|request to add collection |Add collection from network |from network share is |share is silently ignored |silently ignored | -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
Laurent Charrière <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #2 from Laurent Charrière <[hidden email]> --- I'm seeing the same issue with version 4.6.0 on Fedora 21. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
John Gould <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #3 from John Gould <[hidden email]> --- Ditto the above. OpenSUSE 13.1 (x86_64) KDE 4.11.5 DigiKam 3.5.0 Thanks ! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
Maik Qualmann <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #4 from Maik Qualmann <[hidden email]> --- Created attachment 91277 --> https://bugs.kde.org/attachment.cgi?id=91277&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/digi | |kam/59979832c0f0f643f35ebcb | |f5f0db0310250a2c7 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Version Fixed In| |4.9.0 --- Comment #5 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
--- Comment #6 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Peters
https://bugs.kde.org/show_bug.cgi?id=330224
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add collection from network |Add collection from network |share is silently ignored |share is silently ignored | |[patch] -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |