This file is indexed.

/usr/share/plasma/services/kimpanel.operations is in plasma-widgets-addons 4:5.5.5-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <!-- this is same with DBus interface, but remove some unnessessary signal which should not be exposed in UI -->
    <group name="LookupTablePageUp"/>
    <group name="LookupTablePageDown"/>
    <group name="MovePreeditCaret">
        <entry name="position" type="Int">
            <label>Position to Caret</label>
        </entry>
    </group>
    <group name="SelectCandidate">
        <entry name="candidate" type="Int">
            <label>Candidate Number</label>
        </entry>
    </group>
    <group name="TriggerProperty">
        <entry name="key" type="String">
            <label>Property Key</label>
        </entry>
    </group>
    <group name="ReloadConfig"/>
    <group name="Exit"/>
    <group name="Configure"/>
</kcfg>