This file is indexed.

/usr/share/kde4/config.kcfg/ktikz.kcfg is in ktikz 0.10-4.

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
 96
 97
 98
 99
100
101
102
103
104
<?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>kglobalsettings.h</include>
 <kcfgfile name="ktikzrc" />
 <group name="General Options">
  <entry key="CommandsInDock" type="Bool">
   <default>false</default>
   <label>Whether the TikZ commands should be listed in a dock widget instead of in a menu.</label>
  </entry>
  <entry key="BuildAutomatically" type="Bool">
   <default>true</default>
   <label>Whether the preview is generated automatically while editing instead of only when pressing a button.</label>
  </entry>
  <entry key="WatchFile" type="Bool">
   <default>true</default>
   <label>Whether to reload the TikZ image each time that the file is modified by another program.</label>
  </entry>
  <entry key="LatexCommand" type="Path">
   <default>pdflatex</default>
   <label>The path to the pdflatex command.</label>
  </entry>
  <entry key="PdftopsCommand" type="Path">
   <default>pdftops</default>
   <label>The path to the pdftops command.</label>
  </entry>
  <entry key="TikzDocumentation" type="Path">
   <default></default>
   <label>The path to the TikZ documentation file.</label>
  </entry>
  <entry key="UseShellEscaping" type="Bool">
   <default>false</default>
   <label>Whether to run pdflatex with the --shell-escape option.</label>
  </entry>
  <entry key="TemplateFile" type="Path">
   <label>The file name of the currently used template.</label>
  </entry>
  <entry key="TemplateRecent" type="PathList">
   <label>The list of file names of the previously used templates.</label>
  </entry>
  <entry key="TemplateReplaceText" type="String">
   <default>&lt;&gt;</default>
   <label>The text in the template file which is replaced by the TikZ code before typesetting.</label>
  </entry>
  <entry key="TemplateEditor" type="Path">
   <default>kwrite</default>
   <label>The path to the editor command used for editing templates.</label>
  </entry>
 </group>
 <group name="Editor">
  <entry key="GeneralFont" type="Font">
   <default code="true">KGlobalSettings::fixedFont()</default>
   <label>The font of the main text in the editor.</label>
  </entry>
  <entry key="ShowWhiteSpaces" type="Bool">
   <default>false</default>
   <label>Whether to show white spaces.</label>
  </entry>
  <entry key="ShowTabulators" type="Bool">
   <default>false</default>
   <label>Whether to show tabulators.</label>
  </entry>
  <entry key="ShowMatchingBrackets" type="Bool">
   <default>true</default>
   <label>Whether to highlight matching brackets.</label>
  </entry>
  <entry key="ColorWhiteSpaces" type="Color">
   <default code="true">0xB0B0B0</default>
   <label>The color used to highlight white spaces.</label>
  </entry>
  <entry key="ColorTabulators" type="Color">
   <default code="true">0xB0B0B0</default>
   <label>The color used to highlight tabulators.</label>
  </entry>
  <entry key="ColorMatchingBrackets" type="Color">
   <default code="true">0xC8C800</default>
   <label>The color used to highlight matching brackets.</label>
  </entry>
  <entry key="UseCompletion" type="Bool">
   <default>true</default>
   <label>Whether to use TikZ code completion.</label>
  </entry>
 </group>
 <group name="Highlighting">
  <entry key="Customize" type="Enum">
   <default>Standard</default>
   <choices>
    <choice name="Standard" />
    <choice name="Custom" />
   </choices>
   <label>The type of syntax highlighting.</label>
  </entry>
 </group>
 <group name="Preview">
  <entry key="ZoomFactor" type="Double">
   <default>1.0</default>
   <min>0.1</min>
   <max>6.0</max>
   <label>The factor by which the preview is zoomed.</label>
  </entry>
 </group>
</kcfg>