This file is indexed.

/usr/share/kde4/apps/palapeli/palapeli.kcfg is in palapeli-data 4:4.8.2-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
<?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="palapelirc"/>
	<group name="Puzzling">
		<entry name="SnappingPrecision" type="Int">
			<label>Precision of snapping (as a percentage of piece size).</label>
			<default>20</default>
		</entry>
	</group>
	<group name="Appearance">
		<entry name="ViewBackground" type="String">
			<label>The filename of the background image to use for the View, or "__color__" if a solid color should be used (see key "ViewBackgroundColor").</label>
			<default>background.svg</default>
		</entry>
		<entry name="ViewBackgroundColor" type="Color">
			<label>The background color to use for the View (if the key "ViewBackground" is set to "__color__").</label>
			<default>white</default>
		</entry>
		<entry name="ShowStatusBar" type="Bool">
			<label>Whether to show the status bar on the puzzle table. (It is not a real status bar, but the position and provided functionality is similar.)</label>
			<default>true</default>
		</entry>
		<entry name="PieceShadowsEnabled" type="Bool">
			<label>Whether to render shadows below the puzzle pieces. Turning this off might improve rendering performance.</label>
			<default>true</default>
		</entry>
		<entry name="PieceBevelsEnabled" type="Bool">
			<label>Whether to render bevels on the puzzle pieces. Turning this off might improve puzzle loading performance.</label>
			<default>true</default>
		</entry>
	</group>
</kcfg>