/usr/share/rhythmbox/queue-popups.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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <?xml version="1.0"?>
<interface>
<menu id="queue-source-popup">
<section>
<item>
<attribute name="label" translatable="yes">Remove from Play Queue</attribute>
<attribute name="action">app.clipboard-delete</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Shuffle Play Queue</attribute>
<attribute name="action">app.queue-shuffle</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Save to File...</attribute>
<attribute name="action">app.save-playlist</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">queue-popup</attribute>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Pr_operties</attribute>
<attribute name="action">app.clipboard-properties</attribute>
</item>
</section>
</menu>
<menu id="queue-sidepane-popup">
<section>
<item>
<attribute name="label" translatable="yes">Remove from Play Queue</attribute>
<attribute name="action">app.queue-delete</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clear Play Queue</attribute>
<attribute name="action">app.queue-clear</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Shuffle Play Queue</attribute>
<attribute name="action">app.queue-shuffle</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Save to File...</attribute>
<attribute name="action">app.save-playlist</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">queue-popup</attribute>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Pr_operties</attribute>
<attribute name="action">app.queue-properties</attribute>
</item>
</section>
</menu>
</interface>
|