This file is indexed.

/usr/share/config.kcfg/skgfile_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
<?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="File">
    <entry name="openlastfile" type="Bool">
	    <label>Open last file on startup</label>
	    <default>true</default>
		<whatsthis>If checked, the application will automatically start with the last file used.</whatsthis>
    </entry>
    <entry name="saveonclose" type="Bool">
	    <label>Save on close</label>
	    <default>false</default>
		<whatsthis>If checked, the application will automatically save current document on close.</whatsthis>
    </entry>
    <entry name="storeInKdeWallet" type="Bool">
	    <label>Store passwords in KDE Wallet</label>
	    <default>false</default>
		<whatsthis>If checked, the application will get/set passwords from KDE wallet.</whatsthis>
    </entry>
    <entry name="selectedWallet" type="String">
	    <label>Selected Wallet</label>
	    <default>kdewallet</default>
		<whatsthis>The Selected Wallet.</whatsthis>
    </entry>        
    <entry name="backup_enabled" type="Bool">
	    <label>Enable backup</label>
	    <default>true</default>
		<whatsthis>If checked, the application will automatically create a backup.</whatsthis>
    </entry>
    <entry name="prefix" type="String">
	    <label>Prefix</label>
	    <default></default>
		<whatsthis>The prefix for the backup file.</whatsthis>
    </entry>
    <entry name="suffix" type="String">
	    <label>Suffix</label>
	    <default>.old</default>
		<whatsthis>The suffix for the backup file.</whatsthis>
    </entry> 
    <entry name="lastfilepath" type="Path">
	<default></default>
    </entry>
  </group>
</kcfg>