This file is indexed.

/usr/share/rhythmbox/app-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
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
<?xml version="1.0"?>
<interface>
  <menu id="app-menu">
    <section>
      <item>
	<attribute name="label" translatable="yes">_Add Music</attribute>
	<attribute name="action">app.library-import</attribute>
      </item>
    </section>
    <section>
      <submenu>
	<attribute name="label" translatable="yes">_View</attribute>
	<section>
	  <item>
	    <attribute name="label" translatable="yes">P_arty Mode</attribute>
	    <attribute name="action">win.party-mode</attribute>
	    <attribute name="accel">F11</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Side Pane</attribute>
	    <attribute name="action">win.display-page-tree-visible</attribute>
	    <attribute name="accel">F9</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Play Queue in Side Pane</attribute>
	    <attribute name="action">win.queue-as-sidebar</attribute>
	    <attribute name="accel">&lt;Primary&gt;k</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Status Bar</attribute>
	    <attribute name="action">win.statusbar-visible</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Song Position Slider</attribute>
	    <attribute name="action">win.show-song-position-slider</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Album Art</attribute>
	    <attribute name="action">win.show-album-art</attribute>
	  </item>
	  <item>
	    <attribute name="label" translatable="yes">Follow Playing Track</attribute>
	    <attribute name="action">win.follow-playing</attribute>
	  </item>
	</section>
	<section>
	  <attribute name="rb-plugin-menu-link">view</attribute>
	</section>
      </submenu>
      <submenu>
	<attribute name="label" translatable="yes">_Tools</attribute>
	<attribute name="rb-plugin-menu-link">tools</attribute>
      </submenu>
    </section>
    <section>
      <item>
	<attribute name="label" translatable="yes">P_lugins</attribute>
	<attribute name="action">app.plugins</attribute>
      </item>
      <item>
	<attribute name="label" translatable="yes">_Preferences</attribute>
	<attribute name="action">app.preferences</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="label" translatable="yes">_Help</attribute>
	<attribute name="action">app.help</attribute>
	<attribute name="accel">F1</attribute>
      </item>
      <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>
	<attribute name="accel">&lt;Primary&gt;q</attribute>
      </item>
    </section>
  </menu>

</interface>