/usr/share/kde4/apps/simonui.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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="simon" version="10">
<MenuBar>
<Menu name="file">
<Action name="connect" />
<Action name="manageScenarios" />
<Action name="sampleShare" />
</Menu>
<Menu name="commands">
<text>Actions</text>
<Action name="compileModel" />
<Action name="activate" />
<ActionList name="command_actionlist" />
</Menu>
<Menu name="settings">
<text>Preferences</text>
<Action name="configuration" />
</Menu>
</MenuBar>
</gui>
|