This file is indexed.

/usr/share/games/lincity-ng/gui/speedpanel.xml is in lincity-ng-data 2.9~git20150314-2.

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
<Panel width="173" height="103" background="images/gui/speedpanel.png">
	<TableLayout rows="6" cols="5">
		<rowsize row="1" fixed=" 5"/>
		<rowsize row="2" fixed="30"/> <!--30-->
		<rowsize row="3" fixed="18"/> <!--18-->
		<rowsize row="4" fixed="8"/> <!-- 8-->
		<rowsize row="5" fixed="10"/> <!--10-->
		<rowsize row="6" fixed="32"/> <!--32-->
		<colsize col="1" fixed="4"/>
		<colsize col="2" fixed="32"/>
		<colsize col="3" fixed="39"/>
		<colsize col="4" fixed="43"/>
		<colsize col="5" fixed="55"/>
		<cell row="2" col="2" halign="left" valign="top">
			<CheckButton name="SpeedPauseButton">
				<image src="images/gui/buttons/round/button-round-40.png"/>
				<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
				<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
				<image-checked src="images/gui/buttons/round/button-round-checked-40.png"/>
				<image-caption src="images/gui/speed/pause.png"/>
				<tooltip translatable="yes">Pause the game</tooltip>
			</CheckButton>
		</cell>
		<cell row="3" col="3" halign="left" valign="top">
			<CheckButton name="SpeedNormalButton">
				<image src="images/gui/buttons/round/button-round-40.png"/>
				<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
				<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
				<image-checked src="images/gui/buttons/round/button-round-checked-40.png"/>
				<image-caption src="images/gui/speed/normal.png"/>
				<tooltip translatable="yes">Run the simulation with normal speed</tooltip>
			</CheckButton>
		</cell>
		<cell row="4" col="4" halign="left" valign="top">
			<CheckButton name="SpeedFastButton">
				<image src="images/gui/buttons/round/button-round-40.png"/>
				<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
				<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
				<image-checked src="images/gui/buttons/round/button-round-checked-40.png"/>
				<image-caption src="images/gui/speed/fast.png"/>
				<tooltip translatable="yes">Run the simulation with fast speed</tooltip>
			</CheckButton>
		</cell>
		<cell row="5" col="5" halign="left" valign="top">
			<CheckButton name="SpeedFastestButton">
				<image src="images/gui/buttons/round/button-round-40.png"/>
				<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
				<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
				<image-checked src="images/gui/buttons/round/button-round-checked-40.png"/>
				<image-caption src="images/gui/speed/faster.png"/>
				<tooltip translatable="yes">Run the simulation with very fast speed</tooltip>
			</CheckButton>
		</cell>
		<cell row="6" col="2" halign="left" valign="top">
			<Button name="GameMenuButton">
				<image src="images/gui/buttons/round/button-round-30.png"/>
				<image-hover src="images/gui/buttons/round/button-round-hover-30.png"/>
				<image-clicked src="images/gui/buttons/round/button-round-clicked-30.png"/>
				<image-caption src="images/gui/buttonpanel/menu/game_menu.png"/>
	 			<tooltip translatable="yes">Go back to Main Menu</tooltip>
			</Button>
		</cell>
	</TableLayout>
</Panel>