This file is indexed.

/usr/share/kde4/apps/okular/tools.xml is in okular 4:15.12.3-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
<!DOCTYPE okularAnnotatingTools>
<!--
Engine/Annotation Types [specific attributes]:
  [color]
  SmoothLine [lowPassFilter{true,false}] [orthoSnap{true,false}]
    [color]
    [opacity]
    Highlight
    Ink [width]
  PickPoint [hoverIcon{string}]
    [color]
    Stamp[icon]
    Text
  TwoPoints [block{true,false}]
    [color]
    Line[width]
    Geom
-->
<annotatingTools>
    <tool id="1" type="note-linked">
        <engine type="PickPoint" color="#ffff00" hoverIcon="tool-note">
            <annotation type="Text" color="#ffff00" icon="Note" />
        </engine>
        <shortcut>1</shortcut>
    </tool>
    <tool id="2" type="note-inline">
        <engine type="PickPoint" color="#ffff00" hoverIcon="tool-note-inline" block="true">
            <annotation type="FreeText" color="#ffff00" />
        </engine>
        <shortcut>2</shortcut>
    </tool>
    <tool id="3" type="ink">
        <engine type="SmoothLine" color="#00ff00">
            <annotation type="Ink" color="#00ff00" width="2" />
        </engine>
        <shortcut>3</shortcut>
    </tool>
    <tool id="4" type="highlight">
        <engine type="TextSelector" color="#ffff00">
            <annotation type="Highlight" color="#ffff00" />
        </engine>
        <shortcut>4</shortcut>
    </tool>
    <tool id="5" type="straight-line">
        <engine type="PolyLine" color="#ffe000" points="2">
            <annotation type="Line" width="1" color="#ffe000" />
        </engine>
        <shortcut>5</shortcut>
    </tool>
    <tool id="6" type="polygon">
        <engine type="PolyLine" color="#007eee" points="-1">
            <annotation type="Line" width="1" color="#007eee" />
        </engine>
        <shortcut>6</shortcut>
    </tool>
    <tool id="7" type="stamp">
        <engine type="PickPoint" hoverIcon="okular" size="64" block="true">
            <annotation type="Stamp" icon="okular"/>
        </engine>
        <shortcut>7</shortcut>
  </tool>
    <tool id="8" type="underline">
        <engine type="TextSelector" color="#000000">
            <annotation type="Underline" color="#000000" />
        </engine>
        <shortcut>8</shortcut>
    </tool>
    <tool id="9" type="ellipse">
        <engine type="PickPoint" color="#00ffff" block="true">
            <annotation type="GeomCircle" width="5" color="#00ffff" />
        </engine>
        <shortcut>9</shortcut>
    </tool>
</annotatingTools>