/usr/share/ario/ui/ario-shell-menu.ui is in ario-common 1.6-1.
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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <interface>
<menu id="menu">
<section>
<submenu>
<attribute name="label" translatable="yes">Music server</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Connect</attribute>
<attribute name="action">app.connect</attribute>
<!-- <attribute name="icon">/usr/share/my-app/poof!.png</attribute> -->
</item>
<item>
<attribute name="label" translatable="yes">Disconnect</attribute>
<attribute name="action">app.disconnect</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Update database</attribute>
<attribute name="action">app.update</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_View</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Upper part</attribute>
<attribute name="action">app.view-upperpart</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Playlist</attribute>
<attribute name="action">app.view-playlist</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Status bar</attribute>
<attribute name="action">app.view-statusbar</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Music</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Change current album cover</attribute>
<attribute name="action">app.cover-select</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Download album covers</attribute>
<attribute name="action">app.dlcovers</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Find similar artists</attribute>
<attribute name="action">app.similar-artists</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Add similar songs to playlist</attribute>
<attribute name="action">app.add-similar</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show _lyrics</attribute>
<attribute name="action">app.view-lyrics</attribute>
</item>
</section>
</submenu>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Plugins</attribute>
<attribute name="action">app.plugins</attribute>
</item>
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
</item>
</section>
</section>
</menu>
</interface>
|