File: Disable-the-file-indexer-by-default.patch

package info (click to toggle)
baloo-kf5 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,176 kB
  • sloc: cpp: 24,923; sh: 23; xml: 15; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Maximiliano Curia <maxy@gnuservers.com.ar>
Date: Wed, 7 Dec 2016 14:30:43 +0100
Subject: Disable the file indexer by default

---
 src/file/fileindexerconfig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/lib/baloosettings.kcfg
+++ b/src/lib/baloosettings.kcfg
@@ -9,7 +9,7 @@
   <group name="Basic Settings">
     <entry name="indexingEnabled" key="Indexing-Enabled" type="Bool">
       <label>Indexing-Enabled</label>
-      <default>true</default>
+      <default>false</default>
     </entry>
   </group>
   <group name="General">