This file is indexed.

/usr/share/kde4/config.kcfg/skgoperation_settings.kcfg is in skrooge 1.2.0-2.

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
<?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>    
  </group>
</kcfg>