diff options
Diffstat (limited to 'libnautilus-private/org.gnome.nautilus.gschema.xml.in')
-rw-r--r-- | libnautilus-private/org.gnome.nautilus.gschema.xml.in | 10 |
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> |