/usr/share/config.kcfg/rocs.kcfg is in rocs 4:15.12.3-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 | <?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="rocsrc"/>
<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>
<group name="RocsConfigVersion">
<entry name="version" type="String" hidden="true">
<default>0.0.0</default>
</entry>
</group>
<group name="GraphicsView">
<entry name="fastGraphics" type="Bool" hidden="true">
<default>false</default>
</entry>
</group>
<group name="MainWindow">
<entry name="vSplitterSizeTop" type="Int" hidden="true">
<default>200</default>
</entry>
<entry name="vSplitterSizeBottom" type="Int" hidden="true">
<default>200</default>
</entry>
<entry name="hSplitterSizeLeft" type="Int" hidden="true">
<default> 500 </default>
</entry>
<entry name="hSplitterSizeRight" type="Int" hidden="true">
<default> 500 </default>
</entry>
<entry name="hScriptSplitterSizeLeft" type="Int" hidden="true">
<default> 500 </default>
</entry>
<entry name="hScriptSplitterSizeRight" type="Int" hidden="true">
<default> 500 </default>
</entry>
<entry name="lastOpenedDirectory" type="String" hidden="true">
<default> </default>
</entry>
</group>
<group name="IncludeManager">
<entry name="includePath" type="StringList">
<label>Path where include manager seek for includes.</label>
</entry>
</group>
</kcfg>
|