summaryrefslogtreecommitdiff
path: root/libnautilus-private/org.gnome.nautilus.gschema.xml.in
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-15 20:10:39 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-08-15 22:03:45 -0400
commitbfb2b657c75b2f965cb7f2d434aceb915267edaa (patch)
tree5af9e301fd1126aea228767ae90d4999757a206c /libnautilus-private/org.gnome.nautilus.gschema.xml.in
parent09a36abff300b229fb4f655b946f5d6393d1fcd3 (diff)
downloadnautilus-bfb2b657c75b2f965cb7f2d434aceb915267edaa.tar.gz
Merge the settings for showing text and image previews
Especially considering that the default GNOME theme does not do text previewing it doesn't make sense to have two different settings. https://bugzilla.gnome.org/show_bug.cgi?id=681956
Diffstat (limited to 'libnautilus-private/org.gnome.nautilus.gschema.xml.in')
-rw-r--r--libnautilus-private/org.gnome.nautilus.gschema.xml.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 932abb022..dffa14b59 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -83,12 +83,6 @@
<_summary>Whether to enable immediate deletion</_summary>
<_description>If set to true, then Nautilus will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</_description>
</key>
- <key name="show-icon-text" enum="org.gnome.nautilus.SpeedTradeoff">
- <aliases><alias value='local_only' target='local-only'/></aliases>
- <default>'local-only'</default>
- <_summary>When to show preview text in icons</_summary>
- <_description>Speed tradeoff for when to show a preview of text file contents in the file's icon. If set to "always" then always show previews, even if the folder is on a remote server. If set to "local-only" then only show previews for local file systems. If set to "never" then never bother to read preview data.</_description>
- </key>
<key name="show-directory-item-counts" enum="org.gnome.nautilus.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
@@ -128,8 +122,8 @@
<key name="show-image-thumbnails" enum="org.gnome.nautilus.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
- <_summary>When to show thumbnails of image files</_summary>
- <_description>Speed tradeoff for when to show an image 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 images, just use a generic icon.</_description>
+ <_summary>When to show thumbnails of files</_summary>
+ <_description>Speed tradeoff 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.</_description>
</key>
<key name="thumbnail-limit" type="t">
<default>10485760</default>