This file is indexed.

/usr/share/games/lincity-ng/gui/tradedialog.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
WARNING: This file is automatically generated. Do not edit!
-->
<Window xmlns="http://lincity-ng.berlios.de/gui" border="5" titlesize="25" width="300" height="450">
  <title>
    <Document>
      <Paragraph style="title" translatable="yes" halign="center" name="DialogTitle">Trade Settings</Paragraph>
    </Document>
  </title>
  <title-background>
    <Gradient from="#ff0000ff" to="#88776655" direction="left-right"/>
  </title-background>
  <background>
    <FilledRectangle color="#ffffffbb"/>
  </background>
  <contents>
    <TableLayout rows="2" cols="1">
      <rowsize row="2" fixed="50"/>
      <cell row="1" col="1">
        <TableLayout xmlns="" rows="8" cols="3">
			<colsize col="1" relative=".3"/>
			<colsize col="2" relative=".18"/>
			<colsize col="3" relative=".18"/>

			<cell row="1" col="1" valign="center" halign="center">
				<Paragraph style="messagebold" translatable="yes" halign="center">
				Product</Paragraph>
			</cell>
			<cell row="1" col="2" valign="center">
				<Paragraph style="messagebold" translatable="yes" halign="center">
				Buy</Paragraph>
			</cell>
			<cell row="1" col="3" valign="center">
				<Paragraph style="messagebold" translatable="yes" halign="center">
				Sell</Paragraph>
			</cell>

			<cell row="2" col="1">
				<Paragraph style="message" translatable="yes">
				Jobs</Paragraph>
			</cell>
			<cell row="2" col="2">
				<CheckButton name="BuyJobs">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="2" col="3">
				<CheckButton name="SellJobs">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>

			<cell row="3" col="1">
				<Paragraph style="message" translatable="yes">
				Food</Paragraph>
			</cell>
			<cell row="3" col="2">
				<CheckButton name="BuyFood">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="3" col="3">
				<CheckButton name="SellFood">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="4" col="1">
				<Paragraph style="message" translatable="yes">
				Coal</Paragraph>
			</cell>
			<cell row="4" col="2">
				<CheckButton name="BuyCoal">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="4" col="3">
				<CheckButton name="SellCoal">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="5" col="1">
				<Paragraph style="message" translatable="yes">
				Ore</Paragraph>
			</cell>
			<cell row="5" col="2">
				<CheckButton name="BuyOre">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="5" col="3">
				<CheckButton name="SellOre">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="6" col="1">
				<Paragraph style="message" translatable="yes">
				Goods</Paragraph>
			</cell>
			<cell row="6" col="2">
				<CheckButton name="BuyGoods">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="6" col="3">
				<CheckButton name="SellGoods">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="7" col="1">
				<Paragraph style="message" translatable="yes">
				Steel</Paragraph>
			</cell>
			<cell row="7" col="2">
				<CheckButton name="BuySteel">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="7" col="3">
				<CheckButton name="SellSteel">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="8" col="1">
				<Paragraph style="message" translatable="yes">
				Waste</Paragraph>
			</cell>
			<cell row="8" col="2">
				<CheckButton name="BuyWaste">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
			<cell row="8" col="3">
				<CheckButton name="SellWaste">
					<image src="images/gui/checkbox/checkbox.png"/>
					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
				</CheckButton>
			</cell>
		</TableLayout>
      </cell>
      <cell row="2" col="1">
        <TableLayout xmlns="" rows="1" cols="2">
			<cell row="1" col="1">
				<Button name="goto">
					<image src="images/gui/info/info.png"/>
				</Button>
			</cell>
			<cell row="1" col="2">
				<Button name="Apply">
					<image src="images/gui/dialogs/okaybutton.png"/>
				</Button>
			</cell>
		</TableLayout>
      </cell>
    </TableLayout>
  </contents>
</Window>