This file is indexed.

/usr/share/ubiquity/gtk/stepWarning.ui is in ubiquity-frontend-gtk 2.10.16.

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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="2.16"/>
  <object class="GtkAlignment" id="stepWarning">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="xscale">0</property>
    <accessibility>
      <relation type="labelled-by" target="alpha_warning_label"/>
    </accessibility>
    <child>
      <object class="GtkLabel" id="alpha_warning_label">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="label" translatable="yes">This is a pre-release of the ${RELEASE} live ${MEDIUM} installer. It is not
 a final release; that will come with the final release of ${RELEASE} in
 October 2010.
 .
 The installation process may resize or erase partitions on your hard disk.
 Be sure to take a full backup of any valuable data before running
 this program.</property>
        <property name="wrap">True</property>
        <attributes>
          <attribute name="weight" value="bold"/>
        </attributes>
      </object>
    </child>
  </object>
</interface>