/usr/share/ubiquity/gtk/stepLocation.ui is in ubiquity-frontend-gtk 2.21.63.
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 | <?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-requires gtkwidgets 0.0 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkBox" id="stepLocation">
<property name="visible">True</property>
<property name="spacing">12</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkEventBox" id="timezone_map_window">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="left_padding">20</property>
<property name="right_padding">20</property>
<child>
<object class="GtkEntry" id="timezone_city_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="placeholder_text">[type here to change]</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
</interface>
|