/usr/share/kde4/apps/kover/koverui.rc is in kover 1:6-1build1.
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 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="1" name="kover" >
<MenuBar>
<Menu name="view" >
<text>&View</text>
<Action name="actual_size"/>
</Menu>
<Menu name="kover" >
<text>&Kover</text>
<Action name="cddb" />
<Action name="cddb_without_cd" />
<Action name="read_cd_text" />
<Action name="image_embedding" />
<Action name="background_color" />
<Action name="title_font" />
<Action name="title_font_color" />
<Action name="contents_font" />
<Action name="contents_font_color" />
<Action name="inlet_title_font" />
<Action name="eject_cdrom" />
</Menu>
</MenuBar>
<ToolBar name="koverToolBar" position="bottom">
<Action name="cddb" />
<Action name="actual_size" />
<Action name="background_color" />
<Action name="image_embedding" />
<Action name="title_font" />
<Action name="title_font_color" />
<Action name="contents_font" />
<Action name="contents_font_color" />
<Action name="eject_cdrom" />
</ToolBar>
</kpartgui>
|