Go Back   TechArena Community > Software > Tips & Tweaks
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



How to Clean the directory. Thumbnails on Linux

Tips & Tweaks


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-04-2009
Conrad's Avatar
Member
 
Join Date: May 2008
Posts: 171
How to Clean the directory. Thumbnails on Linux

Most Linux desktops are capable of displaying thumbnails of images. They retain these thumbnails to allow a faster displays.

The problem is that these miniatures tend to accumulate, taking more and more space. Here's how to automatically clean up the thumbnails.
  • Create the file / etc / crond.daily / clean_thumbnails: sudo gedit / etc / cron.daily / clean_thumbnails
  • Paste in:
    Code:
    #! / bin / sh 
      nice find / home / yourlogin. thumbnails-name "*. png"-mtime 15 | xargs rm-f
  • Make this file executable: chmod + x / etc / cron.daily / clean_thumbnails
Reply With Quote
  #2  
Old 01-04-2009
Conrad's Avatar
Member
 
Join Date: May 2008
Posts: 171
Re: How to Clean the directory. Thumbnails on Linux

This cleaning is no longer necessary with Ubuntu 8.10: The system will purge itself thumbnails.
The cache is cleared if there is an excess of the maximum age and miniatures or the maximum cache size; This configuration with gconf-editor in:
/ desktop / gnome / thumbnail_cache / max_size (maximum cache size)
/ desktop / gnome / thumbnail_cache / max_age (maximum age of a miniature)
Reply With Quote
Reply

  TechArena Community > Software > Tips & Tweaks


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to Clean the directory. Thumbnails on Linux"
Thread Thread Starter Forum Replies Last Post
Restoring NVIDIA directory in Linux Fragman Operating Systems 3 24-02-2010 11:48 PM
Home directory problem in linux GlassFish Operating Systems 3 05-12-2009 11:42 AM
Active Directory in Linux Benjamin Networking & Security 3 16-07-2009 12:54 PM
How To remove directory in linux Vespera Operating Systems 3 16-05-2009 03:41 PM
Want to Clean up linux disk space. MARCIA Operating Systems 3 02-03-2009 11:56 AM


All times are GMT +5.5. The time now is 11:20 AM.