You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.2 KiB
22 lines
1.2 KiB
diff -ur baloo-5.67.0/src/lib/baloosettings.kcfg baloo-5.67.0-baloofile_config/src/lib/baloosettings.kcfg
|
|
--- baloo-5.67.0/src/lib/baloosettings.kcfg 2020-02-02 13:42:43.000000000 +0100
|
|
+++ baloo-5.67.0-baloofile_config/src/lib/baloosettings.kcfg 2020-02-03 22:19:59.824381582 +0100
|
|
@@ -31,11 +31,15 @@
|
|
</entry>
|
|
<entry name="excludedFolders" key="exclude folders" type="PathList">
|
|
<label>exclude folders</label>
|
|
- <default code="true">QStringList()</default>
|
|
+ <default code="true">QStringList() << QDir::homePath()</default>
|
|
</entry>
|
|
<entry name="folders" type="PathList">
|
|
<label>folders</label>
|
|
- <default code="true">QStringList() << QDir::homePath()</default>
|
|
+ <default code="true">QStringList() <<
|
|
+ QStandardPaths::standardLocations(QStandardPaths::DocumentsLocation) <<
|
|
+ QStandardPaths::standardLocations(QStandardPaths::MusicLocation) <<
|
|
+ QStandardPaths::standardLocations(QStandardPaths::MoviesLocation) <<
|
|
+ QStandardPaths::standardLocations(QStandardPaths::PicturesLocation)</default>
|
|
</entry>
|
|
<entry name="excludedMimetypes" key="exclude mimetypes" type="StringList">
|
|
<label>exclude mimetypes</label>
|