/usr/share/kde4/apps/kmetronome/kmetronomeui.rc is in kmetronome 0.10.1-1.
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 | <!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="2" name="kmetronome" >
<MenuBar>
<Menu name="file" >
<Action name="import_patterns" />
<Action name="export_patterns" />
<Separator />
<Action name="play_stop" />
</Menu>
<Menu name="edit" >
<Action name="edit_patterns" />
</Menu>
<Menu name="settings" >
<Action name="show_faketoolbar" />
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" hidden="true" >
<Action name="play_stop" />
<Action name="edit_patterns" />
<Action name="options_configure" />
<Action name="file_quit" />
</ToolBar>
</kpartgui>
|