Summary: | File access time is updated when viewing a directory | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Moritz Petersen <moritz.petersen> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kfm-devel, nate, sitter |
Priority: | NOR | ||
Version: | 20.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Moritz Petersen
2021-04-04 09:44:24 UTC
Mimetype probing might require accessing files to look for binary markers in the file itself, which I expect is what causes this behavior. I've checked and couldn't find where the POSIX spec says that atime changes require any sort of view or option action. In fact the only relevant bit of information is [1] > struct timespec st_atim Last data access timestamp. Opening the file to detect its mimetype is certainly data access. This seems consistent behavior. [1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html |