This file is indexed.

/usr/share/kxmlgui5/kgeography/kgeographyui.rc is in kgeography-data 4:15.12.3-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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kgeography" version="333">
	<MenuBar>
		<Menu name="file">
			<Action name="openMap" />
			<Separator />
			<Action name="quit" />
		</Menu>
		<Menu name="view">
			<Action name="zoom_select" />
			<Action name="zoom_original" />
			<Action name="zoom_automatic" />
			<Separator />
			<Action name="move" />
		</Menu>
		<Menu name="help">
			<Action name="disclaimer"/>
			<Separator />
			<Action name="author"/>
		</Menu>
	</MenuBar>
	<ToolBar name="mainToolBar">
		<Action name="zoom_select" />
		<Action name="zoom_original" />
			<Action name="zoom_automatic" />
		<Separator />
		<Action name="move" />
	</ToolBar>
</kpartgui>