[dolphin] [Bug 435341] File access time is updated when viewing a directory

Harald Sitter bugzilla_noreply at kde.org
Thu Apr 8 11:16:40 BST 2021


https://bugs.kde.org/show_bug.cgi?id=435341

Harald Sitter <sitter at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
             Status|REPORTED                    |RESOLVED
                 CC|                            |sitter at kde.org

--- Comment #1 from Harald Sitter <sitter at kde.org> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list