/usr/share/rhythmbox/playlist-menu.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 | <?xml version="1.0"?>
<interface>
<menu id="playlist-menu">
<section>
<item>
<attribute name="label" translatable="yes">_Edit...</attribute>
<attribute name="action">app.playlist-edit</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Rename</attribute>
<attribute name="action">app.playlist-rename</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Queue All Tracks</attribute>
<attribute name="action">app.playlist-queue</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Shuffle Playlist</attribute>
<attribute name="action">app.playlist-shuffle</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Save to File...</attribute>
<attribute name="action">app.playlist-save</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">playlist-menu</attribute>
</section>
</menu>
</interface>
|