This file is indexed.

/usr/share/kde4/config.kcfg/okular_core.kcfg is in okular 4:4.14.2-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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 <include>kuser.h</include>
 <kcfgfile arg="true" />
 <group name="Core Performance" >
  <entry key="MemoryLevel" type="Enum" >
   <default>Normal</default>
   <choices>
    <choice name="Low" />
    <choice name="Normal" />
    <choice name="Aggressive" />
    <choice name="Greedy" />
   </choices>
  </entry>
  <entry key="EnableThreading" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="TextAntialias" type="Enum" >
   <default>Enabled</default>
   <choices>
    <choice name="Disabled" />
    <choice name="Enabled" />
   </choices>
  </entry>
  <entry key="GraphicsAntialias" type="Enum" >
   <default>Enabled</default>
   <choices>
    <choice name="Disabled" />
    <choice name="Enabled" />
   </choices>
  </entry>
  <entry key="TextHinting" type="Enum" >
   <default>Disabled</default>
   <choices>
    <choice name="Disabled" />
    <choice name="Enabled" />
   </choices>
  </entry>
 </group>
 <group name="Document">
  <entry key="PaperColor" type="Color" >
   <default code="true" >Qt::white</default>
  </entry>
  <entry key="ChangeColors" type="Bool" >
   <default>false</default>
  </entry>
  <entry key="RenderMode" type="Enum" >
   <default>Inverted</default>
   <choices>
    <choice name="Inverted" />
    <choice name="Paper" />
    <choice name="Recolor" />
    <choice name="BlackWhite" />
   </choices>
  </entry>
 </group>
 <group name="Core General" >
  <entry key="ObeyDRM" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="ChooseGenerators" type="Bool" >
   <default>false</default>
  </entry>
  <entry key="ExternalEditor" type="Enum" >
   <default>Kate</default>
   <choices>
    <choice name="Custom" />
    <choice name="Kate" />
    <choice name="Kile" />
    <choice name="Scite" />
    <choice name="Emacsclient" />
    <choice name="Lyxclient" />
   </choices>
  </entry>
  <entry key="ExternalEditorCommand" type="String">
    <default>kate --use --line %l --column %c</default>
  </entry>
 </group>
 <group name="Core Presentation" >
  <entry key="SlidesAdvance" type="Bool" >
   <default>false</default>
  </entry>
  <entry key="SlidesAdvanceTime" type="UInt" >
   <default>5</default>
   <min>1</min>
   <max>3600</max>
  </entry>
  <entry key="SlidesLoop" type="Bool" >
   <default>false</default>
  </entry>
 </group>
</kcfg>