This file is indexed.

/usr/share/kde4/config.kcfg/fileviewhgpluginsettings.kcfg is in kdesdk-dolphin-plugins 4:4.13.0-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
 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0">
    <kcfgfile name="fileviewhgpluginrc"/>
    <group name="CommitDialogSettings">
        <entry name="commitDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
            <min>400</min>
        </entry>
        <entry name="commitDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
            <min>500</min>
        </entry>
    </group>
    <group name="ConfigDialogSettings">
        <entry name="configDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
            <min>400</min>
        </entry>
        <entry name="configDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
            <min>500</min>
        </entry>
    </group>
    <group name="CloneDialogSettings">
        <entry name="cloneDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="cloneDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="PushDialogSettings">
        <entry name="pushDialogBigHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="pushDialogBigWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="PullDialogSettings">
        <entry name="pullDialogBigHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="pullDialogBigWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="MergeDialogSettings">
        <entry name="mergeDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="mergeDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="BundleDialogSettings">
        <entry name="bundleDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="bundleDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="ExportDialogSettings">
        <entry name="exportDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>550</default>
        </entry>
        <entry name="exportDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>900</default>
        </entry>
    </group>
    <group name="ImportDialogSettings">
        <entry name="importDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>540</default>
        </entry>
        <entry name="importDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>500</default>
        </entry>
    </group>
    <group name="ServeDialogSettings">
        <entry name="serveDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>600</default>
        </entry>
        <entry name="serveDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>300</default>
        </entry>
    </group>
    <group name="BackoutDialogSettings">
        <entry name="backoutDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>346</default>
        </entry>
        <entry name="backoutDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>537</default>
        </entry>
    </group>
</kcfg>