/usr/share/kde4/apps/parley/practiceui.rc is in parley-data 4:4.13.0-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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="practice" version="4">
<MenuBar>
<Menu name="file" >
<text>&File</text>
<Action name="practice_stop" />
</Menu>
<Menu name="view" >
<text>&View</text>
<Action name="fullscreen" />
</Menu>
</MenuBar>
<ToolBar noMerge="1" name="practiceToolBar" >
<text>Practice Toolbar</text>
<Action name="fullscreen" />
<Action name="practice_stop" />
<Action name="practice_export" />
</ToolBar>
</gui>
|