This file is indexed.

/usr/share/kde4/apps/plasma/services/kdeobservatory.operations is in plasma-dataengines-addons 4:4.14.2-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="allProjectsInfo">
    </group>
    <group name="topActiveProjects">
        <entry name="appletId" type="uint">
            <label>Applet Id</label>
        </entry>
        <entry name="commitFrom" type="String">
            <label>Initial date</label>
        </entry>
        <entry name="commitTo" type="String">
            <label>Final date</label>
        </entry>
    </group>
    <group name="topProjectDevelopers">
        <entry name="appletId" type="uint">
            <label>Applet Id</label>
        </entry>
        <entry name="project" type="String">
            <label>The project from which to acquire developers</label>
        </entry>
        <entry name="commitFrom" type="String">
            <label>Initial date</label>
        </entry>
        <entry name="commitTo" type="String">
            <label>Final date</label>
        </entry>
    </group>
    <group name="commitHistory">
        <entry name="appletId" type="uint">
            <label>Applet Id</label>
        </entry>
        <entry name="project" type="String">
            <label>The project from which to acquire commits</label>
        </entry>
        <entry name="commitFrom" type="String">
            <label>Initial date</label>
        </entry>
        <entry name="commitTo" type="String">
            <label>Final date</label>
        </entry>
    </group>
    <group name="krazyReport">
        <entry name="appletId" type="uint">
            <label>Applet Id</label>
        </entry>
        <entry name="project" type="String">
            <label>The project from which to acquire krazy errors</label>
        </entry>
        <entry name="krazyReport" type="String">
            <label>Krazy url</label>
        </entry>
        <entry name="krazyFilePrefix" type="String">
            <label>Prefix for recursive looking for krazy reports</label>
        </entry>
    </group>
</kcfg>