This file is indexed.

/usr/share/config.kcfg/skgoperation_settings.kcfg is in skrooge 2.7.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <kcfgfile/>
  <group name="skrooge_operation">
    <entry name="fontFutureColor" type="Color">
	    <label>Color of font for future operations</label>
	    <default code="true">Qt::gray</default>
    </entry>
    <entry name="fontNotValidatedColor" type="Color">
	    <label>Color of font for non-validated operations</label>
	    <default code="true">Qt::blue</default>
    </entry>
    <entry name="fontSubOperationColor" type="Color">
	    <label>Color of font for sub operations</label>
	    <default code="true">Qt::darkGreen</default>
    </entry>
    <entry name="fasteditmode" type="String">
	    <label>Fast edit mode</label>
	    <default>1</default>
    </entry>
    <entry name="computeBalances" type="Bool">
	    <label>Compute balances</label>
	    <default>true</default>
    </entry>
    <entry name="setCategoryForPayee" type="Bool">
	    <label>Set the most used category when the payee is modified</label>
	    <default>false</default>
    </entry>    
    <entry name="automaticPointInReconciliation" type="Bool">
	    <label>Automatic point operations created during reconciliation</label>
	    <default>true</default>
    </entry>    
    <entry name="commentFakeOperation" type="String">
	    <label>Default comment for fake operation</label>
	    <default>Fake operation</default>
    </entry>
    <entry name="payeeFakeOperation" type="String">
	    <label>Default payee for fake operation</label>
	    <default></default>
    </entry>
    <entry name="categoryFakeOperation" type="String">
	    <label>Default category for fake operation</label>
	    <default></default>
    </entry>    
    <entry name="commentCommissionOperation" type="String">
	    <label>Default comment for commission operation</label>
	    <default>Commission</default>
    </entry>
    <entry name="categoryCommissionOperation" type="String">
	    <label>Default category for commission operation</label>
	    <default></default>
    </entry>   
    <entry name="commentTaxOperation" type="String">
	    <label>Default comment for tax operation</label>
	    <default>Tax</default>
    </entry>
    <entry name="categoryTaxOperation" type="String">
	    <label>Default category for tax operation</label>
	    <default></default>
    </entry>     
  </group>
</kcfg>