You are not logged in.
Pages: 1
Is the thumbnail cache automatically managed/ cleaned or should something like this be run to clean the thumbnail cache:
find /home/USER/.cache/thumbnails/normal/*.png -mtime +365 -exec rm {} \; && find /home/USER/.cache/thumbnails/large/*.png -mtime +365 -exec rm {} \;
Offline
It would appear, that if you delete the file from within thunar, the associated thumbnail file is also removed. However, if you delete from the command-line or another file manager, it is not.
So it might be a good idea to prune the cache like that if you don't want old thumbnail files. Keep in mind though, that you might remove valid thumbnail files, though they will be created as needed.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 518.12 KiB (Peak: 530.15 KiB) ]