Summary: | Dolphin displays thumbnails of files without read access | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | genetin |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | dimitri.code, justin, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
genetin
2022-11-07 23:09:59 UTC
I agree. And it's what is asked by the standard : "Programs should first check that the original image file is readable. If it is not, the program should not attempt to read a thumbnail from the cache, and it should not save any information in the cache (including "failed" thumbnails)." https://specifications.freedesktop.org/thumbnail-spec/latest/thumbsave.html#id-1.7.7 This usually isn't a problem because having access to the thumbnail means that the user had access to the file before. But it become an issue if someone try to save space by sharing the thumbnail folder between multiple people with different level of access. Can confirm that the thumbnail is still shown if there are no read permissions on the file. |