https://bugs.kde.org/show_bug.cgi?id=453876
Timothée Ravier <t...@siosm.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/ksvg/-/commit/4b55e9 | |e88bd7e6ecbbe845c04d0bfc6df | |b0d6f3a Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #11 from Timothée Ravier <t...@siosm.fr> --- Git commit 4b55e9e88bd7e6ecbbe845c04d0bfc6dfb0d6f3a by Timothée Ravier. Committed on 17/07/2024 at 14:49. Pushed by ravier into branch 'master'. findInCache: Compare last modified to boot time if timestamp is 0 If the timestamp of files is 0 (or not passed to the findInCache function), then compare the last modified time in the cache with the time of boot instead. This makes sure that the cache is updated only once per boot on systems where the timestamp of files in `/usr` is set to the UNIX epoch (0), such as ostree based systems like Fedora Kinoite. Only apply this logic on Linux based systems for now. M +32 -5 src/ksvg/private/imageset_p.cpp M +19 -7 src/ksvg/private/imageset_p.h https://invent.kde.org/frameworks/ksvg/-/commit/4b55e9e88bd7e6ecbbe845c04d0bfc6dfb0d6f3a -- You are receiving this mail because: You are watching all bug changes.