From e8d66ca9ac6611f7dc3dc520f06df94d243ffa5c Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Fri, 2 Mar 2018 17:09:07 +0200 Subject: gschema: fix key description Since 611f381d561024b0a590237c31fc0612e6698530, the limit is no longer expressed in bytes. --- data/org.gnome.nautilus.gschema.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/org.gnome.nautilus.gschema.xml') diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml index 3c4ace4b7..cffe06661 100644 --- a/data/org.gnome.nautilus.gschema.xml +++ b/data/org.gnome.nautilus.gschema.xml @@ -158,9 +158,10 @@ Speed trade-off for when to show a file as a thumbnail. If set to “always” then always thumbnail, even if the folder is on a remote server. If set to “local-only” then only show thumbnails for local file systems. If set to “never” then never bother to thumbnail files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type. - 10485760 + + 10 Maximum image size for thumbnailing - Images over this size (in bytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory. + Images over this size (in megabytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory. -- cgit v1.2.1