/usr/share/rhythmbox/display-page-add-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 | <?xml version="1.0"?>
<interface>
<menu id="display-page-add-menu">
<section>
<item>
<attribute name="label" translatable="yes">_New Playlist</attribute>
<attribute name="action">app.playlist-new</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New _Automatic Playlist</attribute>
<attribute name="action">app.playlist-new-auto</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Load from File</attribute>
<attribute name="action">app.playlist-load</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">display-page-add-playlist</attribute>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Check for New Devices</attribute>
<attribute name="action">app.check-devices</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">display-page-add</attribute>
</section>
</menu>
</interface>
|