/usr/share/rhythmbox/plugins/mtpdevice/mtp-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 | <ui>
<popup name="MTPSourcePopup">
<menuitem name="MTPSrcPopupSync" action="MediaPlayerSourceSync"/>
<separator />
<menuitem name="MTPSrcPopupRename" action="MTPSourceRename"/>
<separator />
<menuitem name="MTPSrcPopupEject" action="RemovableSourceEject"/>
<separator />
<menuitem name="MTPSrcPopupProperties" action="MTPSourceProperties"/>
</popup>
<toolbar name="MTPSourceToolBar">
<toolitem name="Browse" action="ViewBrowser"/>
<toolitem name="ViewAll" action="ViewAll"/>
<toolitem name="Eject" action="RemovableSourceEject"/>
<toolitem name="Sync" action="MediaPlayerSourceSync"/>
</toolbar>
</ui>
|