[Breeze] [Bug 403229] Icon cache doesn't get automatically cleaned when a release has new/changed icons

Christoph Feck bugzilla_noreply at kde.org
Thu Feb 21 18:17:18 GMT 2019


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

--- Comment #10 from Christoph Feck <cfeck at kde.org> ---
Cache files are mmap'ed for maximum performance. Since mmap's cannot easily get
resized, they are created with a large size.

Icon caches are still faster to use than to traverse XDG icon paths to check
for icons. This is especially true for SVG icons (and SVG Plasma themes),
because the cache stores readily rendered bitmaps, instead of SVG.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Visual-design mailing list