┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_generalsettings.kcfg
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-03-17 16:43:20 +0100
committerElvis Angelaccio <[email protected]>2019-03-17 16:43:20 +0100
commitd6c086ad04adf306aea7cfc6961af805d8c4350e (patch)
treea8ec325ea306500ec274a8c7d5a6a0f6bdb69ed1 /src/settings/dolphin_generalsettings.kcfg
parent13ae4346466f53078a3357df992b89e798307db1 (diff)
Make global view properties the default setting
Summary: Automatic creation of .directory files is one of the most complained about things in dolphin. These days applications are supposed to store application-specific data within $XDG_DATA_HOME. Long-term that's the proper solution for this issue, but for now we can at least flip the default so that we no longer create .directory files out of the box. A tooltip is also added as a kind of warning for the users who want to change the setting. Ideally a proper warning should be shown using a KMessageWidget or KMessageBox, but neither play too well with the setting dialog workflow used by dolphin. CCBUG: 322922 Reviewers: #dolphin, #vdg, ngraham Reviewed By: #dolphin, #vdg, ngraham Subscribers: ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19661
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
-rw-r--r--src/settings/dolphin_generalsettings.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg
index 62c171846..5a6bba06b 100644
--- a/src/settings/dolphin_generalsettings.kcfg
+++ b/src/settings/dolphin_generalsettings.kcfg
@@ -48,7 +48,7 @@
</entry>
<entry name="GlobalViewProps" type="Bool">
<label>Should the view properties be used for all folders</label>
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="BrowseThroughArchives" type="Bool">
<label>Browse through archives</label>