This file is indexed.

/usr/share/caja/ui/caja-spatial-window-ui.xml is in caja-common 1.16.6-1+deb9u1.

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
<ui>
<menubar name="MenuBar">
	<menu action="File">
		<placeholder name="Location Placeholder">
			<menuitem name="Up" action="Up"/>
		        <menuitem name="Go to Location"  action="Go to Location"/>
		</placeholder>
		<placeholder name="Close Items Placeholder">
			<menuitem name="Close Parent Folders" action="Close Parent Folders"/>
			<menuitem name="Close All Folders" action="Close All Folders"/>
		</placeholder>
	</menu>
        <placeholder name="Other Menus">
	        <menu action="Places">
		      <menuitem name="Home" action="Home"/>
		      <menuitem name="Go to Computer" action="Go to Computer"/>
 		      <menuitem name="Go to Templates" action="Go to Templates"/>
		      <menuitem name="Go to Trash" action="Go to Trash"/>
		      <menuitem name="Go to Network" action="Go to Network"/>
		      <menuitem name="Search" action="Search"/>
		      <separator/>
		      <placeholder name="Bookmarks Placeholder"/>
		      <separator/>
		      <menuitem name="Add Bookmark" action="Add Bookmark"/>
		      <menuitem name="Edit Bookmark" action="Edit Bookmarks"/>
	         </menu>
        </placeholder>
</menubar>
</ui>