This file is indexed.

/usr/share/games/lincity-ng/gui/messagearea.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
<?xml version="1.0" encoding="UTF-8"?>
<Window width="500" height="200" border="5" titlesize="30">
	<title>
		<Document background="#00000044">
		<Paragraph halign="center" color="white" name="messageTitle"
		height="30" font-size="20">Messages</Paragraph>
		</Document>
	</title>
	<title-background>
		<Gradient from="#333377ff" to="#9999aaff" direction="left-right"/>
	</title-background>
	<background>
		<FilledRectangle color="#cdcdcdff"/>
	</background>
	<closebutton>
		<image src="images/gui/window/window_close.png"/>
		<image-hover src="images/gui/window/window_close_hover.png"/>
		<image-clicked src="images/gui/window/window_close_clicked.png"/>
	</closebutton>
	<contents>
		<ScrollView>
		<scrollbar width="20">
			<button1>
				<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-checked-20.png"/>
				<image-caption src="images/gui/scrollbar/arrow_up.png"/>
			</button1>
			<button2>
				<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-checked-20.png"/>
				<image-caption src="images/gui/scrollbar/arrow_down.png"/>
			</button2>
			<scroller>
				<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-checked-20.png"/>
			</scroller>
		</scrollbar>
		<contents>
			<Document background="#ffffff44">
			<Paragraph name="messageText">
				Welcome to Lincity NG.
			</Paragraph>
			</Document>
		</contents>
		</ScrollView>
	</contents>
</Window>