This file is indexed.

/usr/share/kde4/apps/plasma/services/org.kde.places.operations is in plasma-dataengines-workspace 4:4.11.13-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
  <group name="Update">
    <entry name="Name" type="String">
      <label>The text to display on the place.</label>
    </entry>
    <entry name="Url" type="Url">
      <label>The url of the place.</label>
    </entry>
    <entry name="Icon" type="String">
      <label>The name of the icon.</label>
    </entry>
  </group>
  <group name="Add">
    <entry name="Name" type="String">
      <label>The text to display on the place.</label>
    </entry>
    <entry name="Url" type="Url">
      <label>The url of the place.</label>
    </entry>
    <entry name="Icon" type="String">
      <label>The name of the icon.</label>
    </entry>
  </group>
  <!-- FIXME: no move, cos we don't have drag-n-drop.  Can we fake it? -->
  <group name="Remove" />
  <group name="Hide" />
  <group name="Show" />
  <group name="Setup Device" />
  <group name="Teardown Device" />
</kcfg>