/usr/share/rhythmbox/queue-toolbar.ui is in rhythmbox-data 3.0.2-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 | <?xml version="1.0"?>
<interface>
<menu id="queue-toolbar">
<section>
<submenu>
<attribute name="label" translatable="yes">Edit</attribute>
<attribute name="rb-menu-link">edit-menu</attribute>
<attribute name="accel"><Alt>e</attribute>
</submenu>
<item>
<attribute name="label" translatable="yes">Shuffle</attribute>
<attribute name="action">app.queue-shuffle</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clear</attribute>
<attribute name="action">app.queue-clear</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">Playlist</attribute>
<attribute name="rb-menu-link">playlist-menu</attribute>
</submenu>
</section>
<section>
<attribute name="rb-plugin-menu-link">queue-toolbar</attribute>
</section>
</menu>
</interface>
|