/usr/share/kde4/apps/samui.rc is in simon-data 0.4.1-0ubuntu3.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="sam" version="3">
<ToolBar name="mainToolBar" >
<text>Main Actions</text>
<Action name="save" />
<Action name="load" />
<Action name="getPathsFromSimon" />
<Action name="compileModel" />
<Action name="testModel" />
<Action name="testResults" />
<Action name="exportTestResults" />
</ToolBar>
<MenuBar>
<Menu name="build">
<text>Build</text>
<Action name="getPathsFromSimon" />
<Action name="compileModel" />
</Menu>
<Menu name="test" >
<text context="Test the model">Test</text>
<Action name="testModel" />
<Action name="testResults" />
<Action name="exportTestResults" />
</Menu>
</MenuBar>
</gui>
|