This file is indexed.

/usr/share/kde4/apps/plasma/services/metadataservice.operations is in plasma-active-data 2.0+git2012021101-0ubuntu4~ppa3.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="connectToActivity">
        <entry name="ResourceUrl" type="String">
            <label>The url of the resource to be added to the activity</label>
        </entry>
        <entry name="ActivityUrl" type="String">
            <label>The url of the activity to be associated with the resource. If not provided the current activity will be used.</label>
        </entry>
    </group>
    <group name="disconnectFromActivity">
        <entry name="ResourceUrl" type="String">
            <label>The url of the resource to be removed from the activity</label>
        </entry>
        <entry name="ActivityUrl" type="String">
            <label>The url of the activity to remove the association with the resource. If not provided the current activity will be used.</label>
        </entry>
    </group>
    <group name="rate">
        <entry name="ResourceUrl" type="String">
            <label>The url of the resource to be rated</label>
        </entry>
        <entry name="Rating" type="int">
            <label>The rating to assign to the resource.</label>
        </entry>
    </group>
    <group name="remove">
        <entry name="ResourceUrl" type="String">
            <label>Removes a resource from the metadata store</label>
        </entry>
    </group>
    <group name="addBookmark">
        <entry name="Url" type="String">
            <label>The url of the bookmark</label>
        </entry>
    </group>
</kcfg>