/usr/share/rhythmbox/plugins/fmradio/fmradio-ui.xml is in rhythmbox-plugins 2.96-0ubuntu4.
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 | <ui>
<menubar name="MenuBar">
<menu name="MusicMenu" action="Music">
<placeholder name="PluginPlaceholder">
<menuitem name="MusicNewFMRadioStationMenu" action="MusicNewFMRadioStation"/>
</placeholder>
</menu>
</menubar>
<toolbar name="FMRadioSourceToolBar">
<toolitem name="New" action="MusicNewFMRadioStation"/>
</toolbar>
<popup name="FMRadioSourcePopup">
<menuitem name="FMRadioSrcPopupNewStation" action="MusicNewFMRadioStation"/>
</popup>
<popup name="FMRadioViewPopup">
<menuitem name="DeleteFMRadioPopup" action="EditDelete"/>
<separator/>
<menuitem name="PropertiesFMRadioPopup" action="MusicProperties"/>
</popup>
</ui>
|