~/.thumbnails/

This wiki page is about a path or a file in the Linux file system. Be bold and improve it! Describe its purpose and its use, which program created it and uses it, which configuration settings it might be dependent on, and which Linux distributions typically have this file by default while others might not.

If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.

Table of Contents

Information

Now, may be found at:
~/.cache/thumbnails/

Directory used as a cache of thumbnails.
https://en.wikipedia.org/wiki/Thumbnail

Standard Specifications:
https://specifications.freedesktop.org/thumbnail-spec/0.7.0/x116.html

Cleaning

You can use the following as a basis to clean thumbnails. You may add this to a cron job.

find ~/.thumbnails -type f -atime +7 -exec rm {} \;

Applications

Various applications use this directory.

gwenview

In Nautilus, See: Edit -> Preferences -> Preview: Show thumbnails.

In gnome gconf-editor, desktop > gnome > thumbnail cache, set the maximum age settings. The default is 180 (6 months).