Re: thumbnails?

From: Conrad Knauer <atheoi_at_no.spam.please>
Date: Fri Mar 23 2007 - 19:48:05 CST

There's a post about deleting the older ones here:
http://ubuntu.wordpress.com/2006/02/15/clean-up-old-thumbnails/

---
The nautilus file manager shows you thumbnails of images, pdf files
etc when you are browsing your directories. But you already know that.
Nautilus also saves a copy of the thumbnails for later, to speed
things up. The thumbnails are stored in your ~/.thumbnails directory.
Over time, thumbnails keep accumulating, since, even if you delete a
file (an image, say), the thumbnail remains. Cleaning this up might
save you some space. It saved me about 650MB!
I found this neat command that you can execute to find and delete
thumbnails that have not been accessed in the last 7 days. Deleting a
thumbnail should not affect anything much, since if Nautilus cannot
find a thumbnail, it will just create one anew.
---
The command is:
find ~/.thumbnails -type f -atime +7 -exec rm {} \;
CK
On 3/22/07, Steven Kurylo <sk@infinitepigeons.org> wrote:
> > If you run KDE, it's a small cache of images you have seen in
> > Konquerer's file-manager version.  They try to cache small versions of
> > the images in that file folder so that they don't have to regenerate
> > them (via reading the file and calculating the small version of it) each
> > time.
>
> Which translates into feel free to delete all of them.  Just don't do
> it every week.
> --
> Steven Kurylo
>
> --
> "Those who do not understand Unix are condemned to reinvent it, poorly."
> (Henry Spencer, 1987)
>
> To unsubscribe, send a message with the word "unsubscribe" (without the
> quotes) in the body to linux-request@slg.org
> Archives are at http://list.slg.org/
>
Received on Fri Mar 23 19:48:11 2007

This archive was generated by hypermail 2.1.8 : Fri Mar 23 2007 - 19:48:16 CST