This file is indexed.

/usr/share/kde4/apps/plasma/services/dataengineservice.operations is in kdelibs5-data 4:4.8.2-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="GetSource">
        <entry name="SourceName" type="String">
            <label>The name of the desired datasource.</label>
        </entry>
        <entry name="UUID" type="String">
            <label>Specify a UUID here.</label>
        </entry>
    </group>
    <group name="ServiceForSource">
        <entry name="SourceName" type="String">
            <label>The name of the desired datasource's service.</label>
        </entry>
    </group>
    <group name="GetSourceNames" />
</kcfg>