This file is indexed.

/usr/share/kde4/config.kcfg/kjots.kcfg is in kjots 4:4.8.4a-0ubuntu0.3.

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
<?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="kjotsrc"/>
  <group name="kjots">
    <entry name="SplitterSizes" type="IntList">
      <label>How the main window is divided.</label>
    </entry>
    <entry name="CurrentSelection" type="ULongLong">
      <label>The book or page that is currently active.</label>
    </entry>
    <entry name="Font" type="Font">
      <label>The font used to display the contents of books.</label>
      <default code="true">KGlobalSettings::generalFont()</default>
    </entry>
    <entry name="AutoSave" type="Bool">
      <label>Whether books should be saved automatically.</label>
      <default>true</default>
    </entry>
    <entry name="Unicode" type="Bool">
      <label>Whether UTF-8 encoding should be forced for saving and loading.</label>
      <default>false</default>
    </entry>
    <entry name="AutoSaveInterval" type="Int">
      <label>The interval in minutes at which books should be saved automatically.</label>
      <default>5</default>
    </entry>
    <entry name="LastId" type="ULongLong">
      <label>The last ID that was used for a book or page.</label>
      <default>0</default>
    </entry>
    <entry name="BookshelfOrder" type="String">
      <label>The IDs of the books in the bookshelf.</label>
      <default></default>
    </entry>
    <entry name="PageNamePrompt" type="Bool">
      <label>Ask for a name when creating a new page?</label>
      <default>false</default>
    </entry>
  </group>
</kcfg>