This file is indexed.

/usr/share/plasma/services/tasks.operations is in plasma-workspace 4:5.5.5.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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="setMaximized">
	<entry name="Id" type="Int" />
        <entry name="maximized" type="bool" />
    </group>
    <group name="setMinimized">
	<entry name="Id" type="Int" />
        <entry name="minimized" type="bool" />
    </group>
    <group name="setShaded">
	<entry name="Id" type="Int" />
        <entry name="shaded" type="bool" />
    </group>
    <group name="setFullScreen">
	<entry name="Id" type="Int" />
        <entry name="fullScreen" type="bool" />
    </group>
    <group name="setAlwaysOnTop">
	<entry name="Id" type="Int" />
        <entry name="alwaysOnTop" type="bool" />
    </group>
    <group name="setKeptBelowOthers">
	<entry name="Id" type="Int" />
        <entry name="keptBelowOthers" type="bool" />
    </group>
    <group name="toggleMaximized">
	<entry name="Id" type="Int" />
    </group>
    <group name="toggleMinimized">
	  <entry name="Id" type="Int" />
    </group>
    <group name="toggleShaded">
	<entry name="Id" type="Int" />
    </group>
    <group name="toggleFullScreen">
	<entry name="Id" type="Int" />
    </group>
    <group name="toggleAlwaysOnTop">
	<entry name="Id" type="Int" />
    </group>
    <group name="toggleKeptBelowOthers">
	<entry name="Id" type="Int" />
    </group>
    <group name="restore">
	<entry name="Id" type="Int" />
    </group>
    <group name="resize">
	<entry name="Id" type="Int" />
    </group>
    <group name="move">
	<entry name="Id" type="Int" />
    </group>
    <group name="raise">
	<entry name="Id" type="Int" />
    </group>
    <group name="lower">
	<entry name="Id" type="Int" />
    </group>
    <group name="activate">
	<entry name="Id" type="Int" />
    </group>
    <group name="activateRaiseOrIconify">
	<entry name="Id" type="Int" />
    </group>
    <group name="close">
	<entry name="Id" type="Int" />
    </group>
    <group name="toDesktop">
	<entry name="Id" type="Int" />
        <entry name="desktop" type="int" />
    </group>
    <group name="toCurrentDesktop">
	<entry name="Id" type="Int" />
    </group>
    <group name="publishIconGeometry">
	<entry name="Id" type="Int" />
        <entry name="geometry" type="QRect" />
    </group>
</kcfg>