Skip to content

Commit

Permalink
baul gschema: disable previews:
Browse files Browse the repository at this point in the history
set default to 'never':
show-icon-text
show-directory-item-counts
show-image-thumbnails
preview-sound
  • Loading branch information
sc0w committed Jul 10, 2024
1 parent 2215f7f commit ed3bb70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libbaul-private/org.cafe.baul.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
</key>
<key name="show-icon-text" enum="org.cafe.baul.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<default>'never'</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.cafe.baul.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<default>'never'</default>
<summary>When to show number of items in a folder</summary>
<description>Speed tradeoff for when to show the number of items in a folder. If set to "always" then always show item counts, even if the folder is on a remote server. If set to "local-only" then only show counts for local file systems. If set to "never" then never bother to compute item counts.</description>
</key>
Expand Down Expand Up @@ -155,7 +155,7 @@
</key>
<key name="show-image-thumbnails" enum="org.cafe.baul.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<default>'never'</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>
</key>
Expand All @@ -166,7 +166,7 @@
</key>
<key name="preview-sound" enum="org.cafe.baul.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<default>'never'</default>
<summary>Whether to preview sounds when mousing over an icon</summary>
<description>Speed tradeoff for when to preview a sound file when mousing over a files icon. If set to "always" then always plays the sound, even if the file is on a remote server. If set to "local-only" then only plays previews on local file systems. If set to "never" then it never previews sound.</description>
</key>
Expand Down

0 comments on commit ed3bb70

Please sign in to comment.