[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT: gthumb die Anlage tausender Thumbnails verbieten



Hallo Dirk,

On Tue, Oct 21, 2008 at 12:37:19PM +0200, DIrk Wernien wrote:
> wie kann ich verhindern, daß gthumb in seinem ~/.thumbnails/normal
> zig-tausende von Thumbnails ablegt? Aktuell über 80000;
> [...]
> Daher der Wunsch die Anlage im vorhinein zu Verhindern.

Eine andere Variante wäre noch die Zeile

,----
| /usr/bin/find ~/.thumbnails -type f -atime +14 -print0 | \
| xargs -0 -r rm > /dev/null 2>&1
`----

entweder in einem Login-Script oder einem Cronjob.

Gruß,
Martin


-- 
web   http://martin-grandrath.de

pub   1024D/DCF157DF 2002-07-21
      Key fingerprint = A2D4 DDCC 2426 93F2 63C2  AEED C4EE 944E DCF1 57DF

Attachment: signature.asc
Description: Digital signature


Reply to: