This file is indexed.

/usr/share/games/lincity-ng/gui/app.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
<?xml version="1.0" encoding="UTF-8"?>
<gui>
	<!-- TODO move these elsewhere once the system allows that -->
	<DefineStyle name="title" color="white" font-size="20" margin-left="7"/>
	<DefineStyle name="message" color="black" font-size="16"
        margin-left="10" margin-right="10"/>
	<DefineStyle name="messagebold" color="black" font-size="20"
        font-weight="bold" margin-bottom="10"/>
        
	<DefineStyle name="tooltip" color="black" font-size="16" background="#ffffaaee"/>
	
	<!-- Help styles -->
	<DefineStyle name="helpdocument" font-family="sans" background="#ffffff22" font-size="16" color="black"/>
	<DefineStyle name="htitle" style="helpdocument" font-size="20" margin-top="5" halign="center" margin-bottom="10"/>
	<DefineStyle name="hsubtitle" style="helpdocument" font-size="18"  margin-bottom="5"/>
	<DefineStyle name="hp" style="helpdocument" margin-left="15" margin-right="10" margin-bottom="10"/>
	<DefineStyle name="list" style="helpdocument" margin-left="10"/>

	<GameView/>
	<TableLayout rows="3" cols="3">
		<colsize col="1" fixed="173"/>
		<colsize col="2" relative="1"/>
		<colsize col="3" fixed="248"/>
		<rowsize row="3" fixed="20" />
		<cell row="1" col="1" rowspan="2" halign="left" valign="top">
			<Import src="gui/buttonpanel.xml"/>
		</cell>
		<cell row="2" col="1" valign="bottom" halign="left">
			<Import src="gui/speedpanel.xml"/>
		</cell>
		<cell row="2" col="3" valign="bottom" halign="right">
			<Import src="gui/minimap.xml"/>
		</cell>
		<cell row="3" col="1" valign="bottom" colspan="3">
			<TableLayout rows="1" cols="3" border="false" >
				<colsize col="1" fixed="130"/>
				<colsize col="3" fixed="400"/>
				<cell row="1" col="1" valign="bottom">
					<Document background="#ffffff99">
						<Paragraph halign="left" color="blue" name="dateParagraph"
						height="20" font-size="16">January 0000</Paragraph>
					</Document>
				</cell>
				<cell row="1" col="2" valign="bottom">
					<Document background="#ffffff99">
						<Paragraph halign="left" color="black" name="statusParagraph"
						height="20" font-size="16">Welcome to Lincity NG</Paragraph>
					</Document>
				</cell>
				<cell row="1" col="3" valign="bottom">
					<Document background="#ffffff99">
						<Paragraph halign="right" color="blue" name="moneyParagraph"
						height="20" font-size="16">-123 456789$</Paragraph>
					</Document>
        </cell>
			</TableLayout>
    </cell>
	</TableLayout>
	<TooltipManager/>
</gui>