Search found 2 matches

by beka1902
Fri Jan 31, 2014 6:54 pm
Forum: MP - Suggestions
Topic: Provide a version of XnViewMP with no thumbnail support
Replies: 12
Views: 2538

Re: Provide a version of XnViewMP with no thumbnail support

Just uncheck in Tools | Settings | Database the "Use thumbnail caching"
Thank you very much, indeed.
by beka1902
Sat Jan 25, 2014 5:27 pm
Forum: MP - Suggestions
Topic: Provide a version of XnViewMP with no thumbnail support
Replies: 12
Views: 2538

Re: Provide a version of XnViewMP with no thumbnail support

@RMMM
there's a file called ~/.xnviewmp/Thumb.db containing all those thumbnails. You can delete that file by hand from time to time, however, it will be recreated on every restart of XnViewMP. If you wish you can do that in an automated way by writing a small script:

#!/bin/bash
# ~/bin/cleanup.sh ...