This file is indexed.

/usr/share/kxmlgui5/klettres/klettresui.rc is in klettres-data 4:16.08.3-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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="klettres" version="6">
	<MenuBar>
		<Menu name="file" noMerge="1"><text>&amp;File</text>	
			<Action name ="play_new"/>
                        <Action name="play_again"/>
			<Action name="downloadnewstuff"/>
			<Action name="file_quit"/>
		</Menu>

		<Action name="levels"/>
		
		<Action name="languages"/>
		
		<Menu name="look_mode" noMerge="1"><text>L&amp;ook</text>
			<Action name="looks" />
			<Separator/>
			<Action name="mode_kid"/>
			<Action name="mode_grownup"/>
		</Menu>


		<Menu name="settings" noMerge="1"><text>&amp;Settings</text>
			<Action name="options_show_menubar" />
			<Merge name="StandardToolBarMenuHandler" />
			<Action name="options_show_statusbar"/>
			<Separator/>
			<Action name="options_configure_keybinding"/>
			<Action name="options_configure_toolbars"/>
			<Action name="options_configure"/>	
		</Menu>
	</MenuBar>
	<ToolBar name="mainToolbar" noMerge="1"><Text>Main</Text>
		<Action name="levels"/>
		<Separator/>
		<Action name="looks" />
		<Separator/>
		<Action name="mode_kid"/>
		<Action name="mode_grownup"/>
		<Separator/>
		<Action name="menubar"/>
		<Separator/>
                <Action name="play_again"/>
                <Separator />
		<Action name="file_quit"/>
	</ToolBar>
	<ToolBar name="specialCharToolbar" position="bottom" noMerge="1" iconText="icononly"><text>Special Characters</text>
	</ToolBar>
</kpartgui>