/usr/share/config.kcfg/ksquares.kcfg is in ksquares 4:16.08.0-1+b1.
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 | <?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="ksquaresrc"/>
<group name="Game Settings">
<entry name="NumOfPlayers" type="Int">
<label>Number of Players</label>
<default>2</default>
</entry>
<entry name="PlayerNames" type="StringList">
<label>Player Names</label>
</entry>
<entry name="HumanList" type="IntList">
<label>Human or AI</label>
<default>2,2,2,2</default>
</entry>
<entry name="BoardWidth" type="Int">
<label>Width of board</label>
<default>10</default>
</entry>
<entry name="BoardHeight" type="Int">
<label>Height of board</label>
<default>7</default>
</entry>
<entry name="QuickStart" type="Int">
<label>Quick start the game</label>
<default>0</default>
</entry>
</group>
<group name="AI">
<entry name="Difficulty" type="Int">
<label>Difficulty</label>
<whatsthis>How difficult the AI should be</whatsthis>
<default>0</default>
</entry>
</group>
<group name="Display">
<entry name="LineColor" type="Color">
<label>Line Color</label>
<whatsthis></whatsthis>
<default>0,0,0</default>
</entry>
<entry name="IndicatorLineColor" type="Color">
<label>Indicator Line Color</label>
<whatsthis></whatsthis>
<default>255,255,0</default>
</entry>
<entry name="HighlightColor" type="Color">
<label>Highlight Color</label>
<whatsthis></whatsthis>
<default>220,100,100</default>
</entry>
</group>
</kcfg>
|