This file is indexed.

/usr/share/kde4/config.kcfg/kgeography.kcfg is in kgeography-data 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
<?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="kgeographyrc"/>
	<group name="general">
		<entry name="lastMap" type="String">
			<label>The last opened map</label>
		</entry>
		<entry name="questionPlacingScheme" type="Enum">
			<label>Placement alignment of the question</label>
			<default>TopLeft</default>
			<choices>
				<choice name="TopLeft" />
				<choice name="Top" />
				<choice name="TopRight" />
				<choice name="Left" />
				<choice name="Center" />
				<choice name="Right" />
				<choice name="BottomLeft" />
				<choice name="Bottom" />
				<choice name="BottomRight" />
			</choices>
		</entry>
		<entry name="waitsForValidation" type="Bool">
			<label>Ask for validation before next question</label>
			<default>true</default>
		</entry>
		<entry name="focusFollowsMouse" type="Bool">
			<label>Whether press on space while hovering a button should trigger that button</label>
			<default>false</default>
		</entry>
		<entry name="colorDisguise" type="Enum">
			<label>What to do to colors of divisions</label>
			<default>Nothing</default>
			<choices>
				<choice name="Nothing" />
				<choice name="Scramble" />
			</choices>
		</entry>
  </group>
</kcfg>