This file is indexed.

/usr/share/games/lincity-ng/gui/minimap.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
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<Panel width="384" height="270" background="images/gui/mapview/minimap_bg.png">
	<TableLayout rows="3" cols="2" border="false">
		<rowsize row="3" fixed="40"/>
		<colsize col="1" fixed="174"/>
		<colsize col="2" fixed="210"/>
		<rowsize row="2" fixed="185"/>
		<cell row="1" col="2" valign="bottom">
			<TableLayout rows="1" cols="5">
				<cell row="1" col="1" valign="bottom">
					<CheckButton name="SwitchMiniMap" checked="true">
						<image src="images/gui/buttons/tabbed/tabbed.png"/>
						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<text-caption font-size="16" translatable="yes">Map</text-caption>
						<tooltip translatable="yes">Show the MiniMap</tooltip>
					</CheckButton>
				</cell>
				<cell row="1" col="2" valign="bottom">
					<CheckButton name="SwitchPBar">
						<image src="images/gui/buttons/tabbed/tabbed.png"/>
						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<text-caption font-size="16" translatable="yes">Stats</text-caption>
						<tooltip translatable="yes">Show resources. Use scroll buttons to cylce through views.</tooltip>
					</CheckButton>
				</cell>
				<cell row="1" col="3" valign="bottom">
					<CheckButton name="SwitchGlobalMPS">
						<image src="images/gui/buttons/tabbed/tabbed.png"/>
						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<text-caption font-size="16" translatable="yes">$</text-caption>
						<tooltip translatable="yes">Show Income and Expenses. Use scroll buttons to cylce through views.</tooltip>
					</CheckButton>
				</cell>
				<cell row="1" col="4" valign="bottom">
					<CheckButton name="SwitchEconomyGraph">
						<image src="images/gui/buttons/tabbed/tabbed.png"/>
						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
						<text-caption font-size="16" translatable="yes">Eco</text-caption>
						<tooltip translatable="yes">Show economy graphs.</tooltip>
					</CheckButton>
				</cell>
				<cell row="1" col="5" valign="bottom">
					<TableLayout rows="1" cols="2" border="false">
						<cell row="1" col="1" valign="bottom">
							<Button name="ScrollPageUp">
								<image src="images/gui/buttons/round/button-round-20.png"/>
								<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
								<image-clicked src="images/gui/buttons/round/button-round-clicked-20.png"/>
								<image-caption src="images/gui/scrollbar/arrow_up.png"/>
								<tooltip translatable="yes">[m] Scroll up.</tooltip>
							</Button>
						</cell>
						<cell row="1" col="2" valign="bottom">
							<Button name="ScrollPageDown">
								<image src="images/gui/buttons/round/button-round-20.png"/>
								<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
								<image-clicked src="images/gui/buttons/round/button-round-clicked-20.png"/>
								<image-caption src="images/gui/scrollbar/arrow_down.png"/>
								<tooltip translatable="yes">[n] Scroll down.</tooltip>
							</Button>
						</cell>
					</TableLayout>
				</cell>
			</TableLayout>
		</cell>
		<cell row="2" col="1">
			<TableLayout rows="3" cols="3" border="false">
				<rowsize row="1" relative="1"/>
				<rowsize row="2" fixed="20"/>
				<rowsize row="3" fixed="45"/>
				<colsize col="1" relative="1"/>
				<colsize col="2" fixed="40"/>
				<colsize col="3" fixed="35"/>
				<cell row="2" col="3">
					<Button name="ZoomInButton">
						<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-caption src="images/gui/zoom/zoomin.png"/>
						<tooltip translatable="yes">[+] Zoom in view so that less buildings but more details are visible</tooltip>
					</Button>
				</cell>
				<cell row="3" col="2">
					<Button name="ZoomOutButton">
						<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-caption src="images/gui/zoom/zoomout.png"/>
						<tooltip translatable="yes">[-] Zoom out</tooltip>
					</Button>
				</cell>
				<cell row="3" col="3" halign="center" valign="bottom">
					<Button name="showTerrainHeight">
                        <image src="images/gui/buttons/round/button-round-20.png"/>
                        <image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
                        <image-clicked src="images/gui/buttons/round/button-round-clicked-20.png"/>
						<image-caption src="images/gui/info/terrainheight.png"/>
						<tooltip translatable="yes">toggle terrain height rendering</tooltip>
					</Button>
				</cell>
			</TableLayout>
		</cell>
		<cell row="3" col="1" >
			<TableLayout rows="1" cols="5">
				<rowsize row="1" fixed="39"/>
				<colsize col="2" fixed="39"/>
				<colsize col="3" fixed="39"/>
				<colsize col="4" fixed="39"/>
				<colsize col="5" fixed="39"/>
				<cell row="1" col="2">
					<Button name="HelpButton">
						<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-caption src="images/gui/info/info.png"/>
						<tooltip translatable="yes">[F1] Press this button to get help</tooltip>
					</Button>
				</cell>
				<cell row="1" col="3">
					<Button name="hideHighBuildings">
						<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-caption src="images/gui/info/hidehigh.png"/>
						<tooltip translatable="yes">[h] Hide high buildings. </tooltip>
					</Button>
				</cell>
				<cell row="1" col="4">
					<Button name="StatButton">
						<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-caption src="images/gui/info/statistics.png"/>
						<tooltip translatable="yes">Press this button to show statistics</tooltip>
					</Button>
				</cell>
				<cell row="1" col="5">
					<Button name="mapOverlay">
						<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-caption src="images/gui/info/mapoverlay.png"/>
						<tooltip translatable="yes">[v] Cycle through MiniMap overlay modes. </tooltip>
					</Button>
				</cell>
			</TableLayout>
        </cell>
		<cell row="2" col="2" rowspan="2">
            <TableLayout rows="2" cols="1">
		    <rowsize row="1" fixed="200"/>
                <cell row="1" col="1">
                    <SwitchComponent name="MiniMapSwitch">
                        <MiniMap name="MiniMap" width="200" height="200" tilesize="2"/>
                        <Import src="gui/pbar.xml"/>
                        <Import src="gui/pbar2nd.xml"/>  
                        <Mps name="GlobalMPS">
                            <Import src="gui/mps.xml"/>
                        </Mps>
                        <Mps name="MapMPS">
                            <Import src="gui/mps.xml"/>
                        </Mps>
                        <Mps name="EnvMPS">
                            <Import src="gui/mps.xml"/>
                        </Mps>
                        <EconomyGraph name="EconomyGraph" width="200" height="200" />
                    </SwitchComponent>
		        </cell>
                <cell row="2" col="1" >
                    <Import src="gui/minimapswitchbuttons.xml" />
                </cell>
            </TableLayout>
        </cell>
	</TableLayout>
</Panel>