This file is indexed.

/usr/share/kde4/apps/plasma/services/rtmtasks.operations is in plasma-dataengines-addons 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="create">
        <entry name="task" type="String">
          <label>The name (and possible due date) of the task to create</label>
        </entry>
        <entry name="listid" type="ULongLong">
          <label>The listid of the list to add this new task to</label>
        </entry>
    </group>
</kcfg>