[kio] [Bug 79943] it should be possible to limit the amount of disk space used by thumbnails (.thumbnails directory)
ssameer+bugs at gmail.com
ssameer+bugs at gmail.com
Fri Jun 27 19:09:54 BST 2014
https://bugs.kde.org/show_bug.cgi?id=79943
ssameer+bugs at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ssameer+bugs at gmail.com
--- Comment #100 from ssameer+bugs at gmail.com ---
This will delete any thumbnails that were last accessed more than 90 days ago:
find ~/.thumbnails/ -atime +90 -delete
This reduced my thumbnail cache from 2.4G to 58M
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list