This file is indexed.

/usr/share/games/lincity-ng/gui/blacksmithup.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
<?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="700" height="200">
  <title>
    <Document>
      <Paragraph style="title" translatable="yes" halign="center" name="DialogTitle">New Invention</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:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="2">
          <colsize col="1" fixed="95"/>
          <cell row="1" col="1">
            <Image src="images/gui/dialogs/invention.png"/>
          </cell>
          <cell row="1" col="2">
            <Document style="message">
              <p style="messagebold" translatable="yes">Blacksmiths available</p>
              <p xmlns="" translatable="yes">You have reached the tech level which enables
	you to build blacksmiths. Blacksmiths use jobs and steel to make goods.</p>
              <p xmlns="" translatable="yes">See the help screen for more information.</p>
              <p name="ExtraText"/>
            </Document>
          </cell>
        </TableLayout>
      </cell>
      <cell row="2" col="1">
        <TableLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="1">
          <cell row="1" col="1">
            <Button name="Ok">
              <text-caption style="dialogbutton" translatable="yes">Ok</text-caption>
              <image src="images/gui/dialogs/yesbutton.png"/>
              <image-hover src="images/gui/dialogs/yesbutton-hover.png"/>
              <image-clicked src="images/gui/dialogs/yesbutton-clicked.png"/>
            </Button>
          </cell>
        </TableLayout>
      </cell>
    </TableLayout>
  </contents>
</Window>