/usr/share/kxmlgui5/dragonplayer/dragonplayerui.rc is in dragonplayer 4:17.12.3-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <!DOCTYPE kpartgui>
<kpartgui name="dragonplayer" translationDomain="dragonplayer" version="5">
<MenuBar>
<Menu name="file" noMerge="1"><text>&Play</text>
<Action name="file_open"/>
<Separator/>
<Action name="play"/>
<Action name="stop"/>
<Separator/>
<Action name="prev_chapter"/>
<Action name="next_chapter"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu name="settings" noMerge="1"><text>&Settings</text>
<Action name="fullscreen"/>
<Action name="aspect_ratio_menu"/>
<Action name="subtitle_channels_menu"/>
<Action name="audio_channels_menu"/>
<Action name="toggle_dvd_menu"/>
<Separator/>
<Action name="video_settings"/>
<Separator/>
<Action name="options_configure_keybinding"/>
<Action name="options_configure_toolbars"/>
<Action name="options_show_menubar"/>
<Action name="unique"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
<Action name="play"/>
<Action name="position_slider"/>
<Action name="volume" />
<Action name="fullscreen"/>
</ToolBar>
</kpartgui>
|