This file is indexed.

/usr/share/games/lincity-ng/gui/newgame.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
182
183
184
185
186
187
188
<?xml version="1.0" encoding="UTF-8"?>
<gui>
    <DefineStyle name="random-button" color="blue" font-size="30" margin-left="20" margin-right="20"/>
    <Image src="images/mainmenu/newgame_back.png" resizable="yes"/>
    <!-- Split window into title/top - contents and bottom/buttons area -->
    <TableLayout rows="3" cols="1">
        <rowsize row="1" relative="3"/>
        <rowsize row="2" relative="13"/>
        <rowsize row="3" relative="2"/>

        <cell row="1" col="1">
        <TableLayout rows="2" cols="1">
            <rowsize row="1" relative="2"/>
            <rowsize row="2" relative="1"/>

            <cell row="1" col="1">
            <Paragraph style="menutitle" translatable="yes">New Game</Paragraph>
            </cell>

            <cell row="2" col="1">
            <Paragraph style="listtitle" translatable="yes">
            Choose Scenario</Paragraph>
            </cell>
        </TableLayout>
        </cell>

        <cell row="2" col="1">
        <TableLayout rows="12" cols="3">
            <colsize col="1" relative="4"/>
            <colsize col="2" relative="10"/>
            <colsize col="3" relative="15"/>
            <rowsize row="6" relative="0.25"/><!-- gap between random and static scenarios-->

            <!-- put scenario list in here
            <cell row="N" col="2">

            </cell>
            -->
            <cell row="1" col="2">
<!--
            <CheckButton name="RandomEmpty">
            <text-caption style="button">Newgame 1234567890</text-caption>
            <image src="images/gui/buttons/randombutton.png"/>
            <image-hover src="images/gui/buttons/randombutton-hover.png"/>
            <image-clicked src="images/gui/buttons/randombutton-clicked.png"/>
            <image-checked src="images/gui/buttons/randombutton-checked.png"/>
            </CheckButton>
            -->
                <TableLayout rows="2" cols="2">
                    <cell row="1" col="1">
                    <Paragraph style="listtitle" translatable="yes">Village</Paragraph>
                    </cell>
                    <cell row="1" col="2">
                        <CheckButton name="WithVillage">
                            <image src="images/gui/checkbox/checkbox.png"/>
                            <image-checked src="images/gui/checkbox/checkbox_checked.png"/>
                        </CheckButton>
                    </cell>
                    <cell row="2" col="1">
                    <Paragraph style="listtitle" translatable="yes">Without trees</Paragraph>
                    </cell>
                    <cell row="2" col="2">
                        <CheckButton name="WithoutTrees">
                            <image src="images/gui/checkbox/checkbox.png"/>
                            <image-checked src="images/gui/checkbox/checkbox_checked.png"/>
                        </CheckButton>
                    </cell>
                </TableLayout>
            </cell>
            <cell row="2" col="2">
            <CheckButton name="RiverDelta">
            <text-caption style="random-button">Newgame 1234567890</text-caption>
            <image src="images/gui/buttons/randombutton.png"/>
            <image-hover src="images/gui/buttons/randombutton-hover.png"/>
            <image-clicked src="images/gui/buttons/randombutton-clicked.png"/>
            <image-checked src="images/gui/buttons/randombutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="3" col="2">
            <CheckButton name="DesertArea">
            <text-caption style="random-button">Newgame 1234567890</text-caption>
            <image src="images/gui/buttons/randombutton.png"/>
            <image-hover src="images/gui/buttons/randombutton-hover.png"/>
            <image-clicked src="images/gui/buttons/randombutton-clicked.png"/>
            <image-checked src="images/gui/buttons/randombutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="4" col="2">
            <CheckButton name="TemperateArea">
            <text-caption style="random-button">Newgame 1234567890</text-caption>
            <image src="images/gui/buttons/randombutton.png"/>
            <image-hover src="images/gui/buttons/randombutton-hover.png"/>
            <image-clicked src="images/gui/buttons/randombutton-clicked.png"/>
            <image-checked src="images/gui/buttons/randombutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="5" col="2">
            <CheckButton name="SwampArea">
            <text-caption style="random-button">Newgame 1234567890</text-caption>
            <image src="images/gui/buttons/randombutton.png"/>
            <image-hover src="images/gui/buttons/randombutton-hover.png"/>
            <image-clicked src="images/gui/buttons/randombutton-clicked.png"/>
            <image-checked src="images/gui/buttons/randombutton-checked.png"/>
            </CheckButton>
            </cell>

            <!-- row 6 is the gap between random and static scenarios-->

            <cell row="7" col="2">
            <CheckButton name="File0">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="8" col="2">
            <CheckButton name="File1">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="9" col="2">
            <CheckButton name="File2">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="10" col="2">
            <CheckButton name="File3">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="11" col="2">
            <CheckButton name="File4">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
            <cell row="12" col="2">
            <CheckButton name="File5">
            <text-caption style="button">Savegame 1234567890</text-caption>
            <image src="images/gui/buttons/savebutton.png"/>
            <image-hover src="images/gui/buttons/savebutton-hover.png"/>
            <image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
            <image-checked src="images/gui/buttons/savebutton-checked.png"/>
            </CheckButton>
            </cell>
        </TableLayout>
        </cell>
        <cell row="3" col="1">
        <TableLayout rows="2" cols="2">
            <rowsize row="1" relative="1"/>
            <rowsize row="2" relative="3"/>
            <cell row="2" col="1" halign="left">
            <Button name="BackButton">
                <text-caption style="button" translatable="yes">Back</text-caption>
                <image src="images/mainmenu/buttons/back.png"/>
                <image-hover src="images/mainmenu/buttons/back-hover.png"/>
                <image-clicked src="images/mainmenu/buttons/back-clicked.png"/>
            </Button>
            </cell>
            <cell row="2" col="2" halign="right">
            <Button name="StartButton">
                <text-caption style="button" translatable="yes">Start</text-caption>
                <image src="images/mainmenu/buttons/start.png"/>
                <image-hover src="images/mainmenu/buttons/start-hover.png"/>
                <image-clicked src="images/mainmenu/buttons/start-clicked.png"/>
            </Button>
            </cell>
        </TableLayout>
        </cell>
    </TableLayout>
</gui>