Summary: | SETUP : add support of collections in read only | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | oongi |
Component: | Database-Multiusers | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | caulier.gilles, julien.t43+kde |
Priority: | NOR | ||
Version: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
oongi
2007-09-02 14:12:51 UTC
The problem with this approach is that no tags, ratings (and searches, as you mention) can be modified/added, as all this is stored in the database (and, depending on the settings, also the images) How does digikam react in your setup on such changes? Note that this is also related to https://bugs.kde.org/show_bug.cgi?id=107871 https://bugs.kde.org/show_bug.cgi?id=114539 and could even be considered a duplicate of https://bugs.kde.org/show_bug.cgi?id=114682 digikam doesn't react, when a user without write-access to the db tries to add or modify tags, ratings or searches. It fails silent. Thats not nice, but for me not a big problem, because I told the users, that they can't add or modify images, tags, ratings or searches. Nevertheless I think digikam is much better for browsing the image library then any other image-viewer, because with digikam the users can browse the images by date or tags and use the searches I defined before. In any case the handling of the permisson-check of the library folder should be consistent (IMHO): Either digikam should ceck the permissons during startup _and_ at the moment when a user sets the image library path through the settings-dialog or not in both cases. oongi oongi, This file still valid using digiKam 0.9.4 ? Gilles Caulier Hi Gilles, yes, the behavior is still the same with digiKam 0.9.4. oongi Andi, I think this read only collection path work now with current implementation from svn. Can you confirm it, using for example a DVD/CD archive ? Gilles Caulier I don't have a CD archive, but I will setup some folder, where my normal user has no write access to. Andi, oongi, This file still valid with 2.x serie ? Gilles Caulier Hi Gilles, yes and no (checked with version 2.1.1 on ubuntu 11.10): The permisson-check of the DB-path is still not consistent: During first startup of digikam, digikam doesn't accept a path without write-permission, but one could change this immediately after startup under "settings -> Configure digiKam". But digikam doesn't fail silent anymore, if a user without write-access to the DB, tries to change tags, define searches, ... Now an error-box pops up and informs the user about the error. oongi One use case is for removable media/network share which are old backup of images and which we don't want to modify anything there, likely with read-only mount as presented in Bug 417503 - Option to Show Photos in Offline Network Collections. Database can still be updated with new tag/properties but no sync to files. |