Summary: | Deleting files generates an error about permissions on .dtrash | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | jm7 <jm7> |
Component: | Albums-Trash | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 8.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/7495d6e228376529cb933ed65b2fbfe2794e5142 | Version Fixed In: | 8.3.0 |
Sentry Crash Report: |
Description
jm7@acm.org
2023-09-19 02:20:01 UTC
Found an anomaly that seems to have caused the problem. Unfortunately, this only pushes the problem back a level, and does not fix it. I discovered that there were about 1700 files in .dtrash\info that did not have a counterpart in .dtrash\files. Telling digikam to empty the trash, and then deleting all files in .dtrash\info may have resolved the problem for now. The real question is how it got into that state in the first place. It is possible that the dtrash info files could not be deleted in the past due to rights issues. We are currently making a change here in digiKam and have set a permission that should grant rights to all users. There was also a fix for the .drash folder creation. Previously, the files and info folders were not created if .dtrash already existed. Do different users use the collection and therefore .dtrash for you? Maik @jm7@acm.org, This problem still reproducible with the new digiKam 8.2.0 pre-release Windows installer available at usual place: https://files.kde.org/digikam/ This new bundle is based on last Qt framework 5.15.11 and KDE framework 5.110. Thanks in advance Dilles Caulier jm7@acm.org, Do you seen the Question from Maik in comment #2 Gilles Caulier Git commit 7495d6e228376529cb933ed65b2fbfe2794e5142 by Maik Qualmann. Committed on 12/12/2023 at 22:37. Pushed by mqualmann into branch 'master'. rewrite code to create trash folder structure Related: bug 478034 FIXED-IN: 8.3.0 M +2 -2 NEWS M +10 -13 core/libs/dtrash/dtrash.cpp https://invent.kde.org/graphics/digikam/-/commit/7495d6e228376529cb933ed65b2fbfe2794e5142 |