On 31/01/07, Anne Wilson <cannewilson@xxxxxxxxxxxxx> wrote:
On Wednesday 31 January 2007 10:09, Hilkka Outinen wrote: > Hi, > Would anybody advice me how to get the max limit for file sizes changed > in Edit --> Preferences --> Preview. The value list shows 1 GB to be the > max size I can use. I would need more than this. > Neither can find this information in the documentation. >
gconftool-2 --get /apps/nautilus/preferences/thumbnail_limit will print the current value gconftool-2 --type int --set /apps/nautilus/preferences/thumbnail_limit 20971520 will set it to 2GB. -- Mark Knoop