┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
authorNathaniel Graham <[email protected]>2017-11-15 19:48:29 -0700
committerNathaniel Graham <[email protected]>2017-11-15 19:49:05 -0700
commitbebcf035d264410c943e7bad861628c1b14dd1f2 (patch)
tree063732dd8064903b5b8c73fc1c4c2c951a50bfef /src/settings/dolphin_directoryviewpropertysettings.kcfg
parenta1108e84009f6e6c6f8b99553defb547d6559b4b (diff)
Turn on Dolphin icon previews by default
Summary: BUG: 338492 BUG: 350212 By default, turn on all preview plugins and turn on previews themselves. Depends on D8347 Test Plan: Tested this change in an up-to-date KDE Neon: removed the existing dolphinrc file, deployed Dolphin with the change, and observed that previews are now turned on for all file types for which a plugin exists except for text files, which are in the blacklist because they're mostly useless at nearly all icon sizes (still available in case people want them, though). Here's how Dolphin's main window looks by default now in KDE Neon: {F5441184} (You may notice that there are no previews for the video files; that's because Neon doesn't ship with any plugins for them, so that would be expected at this point) And here is how the Settings > General > Preview window looks like now by default: {F5435391} Reviewers: #dolphin, #vdg, markg, abetts, dfaure, aseigo, elvisangelaccio Reviewed By: #vdg, abetts, dfaure, elvisangelaccio Subscribers: abetts, cfeck, andreaska, emmanuelp, andreask, markg, broulik, anthonyfieroni, davidedmundson, ltoscano, dfaure, elvisangelaccio, #konqueror Tags: #dolphin Differential Revision: https://phabricator.kde.org/D7440
Diffstat (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index 9584fc8b3..6bcf3cd02 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -30,7 +30,7 @@
<entry name="PreviewsShown" type="Bool" >
<label context="@label">Previews shown</label>
<whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="GroupedSorting" type="Bool" >