This file is indexed.

/usr/share/kde4/config.kcfg/rocs.kcfg is in rocs 4:4.13.0-0ubuntu1.

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
66
67
68
69
70
71
72
<?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 name="rocsrc"/>
	<group name="ItemPalette">
		<entry name="showButtonText" type="Bool">
			<label>Show text beside icon</label>
			<whatsthis>Show text beside icon</whatsthis>
			<default>true</default>
		</entry>
	</group>
    <group name="RocsConfigVersion">
         <entry name="version" type="String" hidden="true">
            <default>0.0.0</default>
         </entry>
    </group>
	<group name="GraphicsView">
		 <entry name="fastGraphics" type="Bool" hidden="true">
			<default>false</default>
		 </entry>
	</group>
	<group name="MainWindow">
		<entry name="vSplitterSizeTop" type="Int" hidden="true">
			<default>200</default>
		</entry>
		<entry name="vSplitterSizeBottom" type="Int" hidden="true">
			<default>200</default>
		</entry>
		<entry name="hSplitterSizeLeft" type="Int" hidden="true">
			<default> 500 </default>
		</entry>
		<entry name="hSplitterSizeRight" type="Int" hidden="true">
			<default> 500 </default>
		</entry>
        <entry name="hScriptSplitterSizeLeft" type="Int" hidden="true">
            <default> 500 </default>
        </entry>
        <entry name="hScriptSplitterSizeRight" type="Int" hidden="true">
            <default> 500 </default>
        </entry>
        <entry name="lastOpenedDirectory" type="String" hidden="true">
            <default> </default>
        </entry>
	</group>
	<group name="IncludeManager">
        <entry name="includePath" type="StringList">
            <label>Path where include manager seek for includes.</label>
        </entry>
    </group>
    <group name="DefaultElementDisplay">
        <entry name="dataNodeDisplay" type="Enum">
            <label>Position where name and value of a node shall be shown.</label>
            <default> 0 </default>
        </entry>
        <entry name="dataEdgeDisplay" type="Enum">
            <label>Position where name and value of an edge shall be shown.</label>
            <default> 0 </default>
        </entry>
    </group>
    <group name="DefaultExecutionModeDisplay">
        <entry name="executionModeDebugVisible" type="Bool">
            <label>Specifies whether execution button for debug execution shall be shown.</label>
            <default> true </default>
        </entry>
        <entry name="executionModeOneStepVisible" type="Bool">
            <label>Specifies whether execution button for stepped execution shall be shown.</label>
            <default> true </default>
        </entry>
    </group>
</kcfg>