This file is indexed.

/usr/share/gnome-tweak-tool/shell.ui is in gnome-tweak-tool 3.22.0-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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gnome-tweak-tool">
  <!-- interface-requires gtk+ 3.6 -->
  <menu id="appmenu">
   <section>
      <item>
	<attribute name="label" translatable="yes">_Reset to Defaults</attribute>
	<attribute name="action">app.reset</attribute>
      </item>
      <item>
	<attribute name="label" translatable="yes">Disable All Shell Extensions</attribute>
	<attribute name="action">app.disable_extension</attribute>
      </item>	      
   </section>
   <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>
	<attribute name="accel">&lt;Primary&gt;q</attribute>
      </item>	      
   </section>	    
  </menu>
</interface>