/usr/share/kde4/config.kcfg/step.kcfg is in step 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 33 34 35 36 37 38 39 40 41 42 43 44 45 | <?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="steprc"/>
<group name="General">
<entry name="showCreationTips" type="Bool">
<label>Show tips when creating items</label>
<whatsthis>Show tips when creating items</whatsthis>
<default>true</default>
</entry>
<entry name="showAxes" type="Bool">
<label>Show axes on the scene</label>
<whatsthis>Show axes on the scene</whatsthis>
<default>true</default>
</entry>
<entry name="floatDisplayPrecision" type="Int">
<label>Display precision of double numbers</label>
<whatsthis>Display precision of double numbers</whatsthis>
<min>1</min>
<max>15</max>
<default>4</default>
</entry>
<entry name="enableOpenGL" type="Bool">
<label>Use OpenGL to accelerate drawing whenever possible</label>
<whatsthis>Use OpenGL to accelerate drawing whenever possible</whatsthis>
<default>false</default>
</entry>
</group>
<group name="InfoBrowser">
<entry name="wikiExternal" type="Bool">
<label>Browse wikipedia in external browser</label>
<whatsthis>Browse wikipedia in external browser</whatsthis>
<default>false</default>
</entry>
</group>
<group name="ItemPalette">
<entry name="showButtonText" type="Bool">
<label>Show text beside icon</label>
<whatsthis>Show text beside icon</whatsthis>
<default>true</default>
</entry>
</group>
</kcfg>
|