[nautilus/1309-thumbnails-size-limit-preference-is-misleading-and-the-default-value-is-outdated: 7/10] gschema: Raise thumbnail size limit to 50MB




commit d5c57c0c550c33fae429a920ae0c7d36fdfeceab
Author: António Fernandes <antoniof gnome org>
Date:   Sat Feb 6 19:22:28 2021 +0000

    gschema: Raise thumbnail size limit to 50MB
    
    This was last updated 12 years ago.
    
    Assuming 10MB is too low given today's hardware, make that 50MB.
    
    Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1309

 data/org.gnome.nautilus.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index e03127e0b..3f89466de 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -148,7 +148,7 @@
     </key>
     <key type="t" name="thumbnail-limit">
       <range max="5000"/>
-      <default>10</default>
+      <default>50</default>
       <summary>Maximum image size for thumbnailing</summary>
       <description>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.</description>
     </key>


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