This file is indexed.

/usr/share/kde4/config.kcfg/kgraphviewersettings.kcfg is in kgraphviewer 4:2.1.90-0ubuntu2.

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
<?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" >
  <kcfgfile name="kgraphviewerrc"/> 
  <group name="Notification Messages"> 
    <entry name="reloadOnChangeMode" type="String"> 
      <label>The answer to the question 'File modified, do you want to reload it'</label> 
      <default>ask</default>
    </entry> 
    <entry name="parsingMode" type="String">
    <label>To choose whether to parse using an external command (usually dot) or the graphviz library</label>
    <default>internal</default>
    </entry>
    <entry name="openInExistingWindowMode" type="String"> 
      <label>The answer to the question 'If another window already exist when launching kgraphviewer, should we open in it, open a new window or ask?'</label>
      <default>ask</default>
    </entry> 
    <entry name="reopenPreviouslyOpenedFilesMode" type="String"> 
      <label>The answer to the question 'Should the files that were opened in previous sessions be reopened at startup?'</label>
      <default>ask</default>
    </entry> 
    <entry name="birdsEyeViewEnabled" type="Bool"> 
      <label>If true, the bird's eye view will be shown if needed.</label> 
      <default>true</default>
    </entry> 
    <entry name="PreviouslyOpenedFiles" type="StringList"> 
      <label>The list of files that were opened in past instances of kgraphviewer</label> 
    </entry> 
  </group> 
  <group name="Appearance">
    <entry name="backgroundColor" type="Color">
      <label>Background color of the graph view.</label>
      <default>white</default>
    </entry>
  </group>
</kcfg>