2013-01-23 17:28:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<!-- interface-requires AnacondaWidgets 1.0 -->
|
|
|
|
<object class="AnacondaSpokeWindow" id="passwordWindow">
|
|
|
|
<property name="startup_id">filler</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="startup_id">filler</property>
|
|
|
|
<property name="window_name" translatable="yes">ROOT PASSWORD</property>
|
|
|
|
<signal name="button-clicked" handler="on_back_clicked" swapped="no"/>
|
|
|
|
<child internal-child="main_box">
|
|
|
|
<object class="GtkBox" id="AnacondaSpokeWindow-main_box1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child internal-child="nav_box">
|
|
|
|
<object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1">
|
|
|
|
<child internal-child="nav_area">
|
|
|
|
<object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">6</property>
|
|
|
|
<property name="margin_right">6</property>
|
|
|
|
<property name="margin_top">6</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="alignment">
|
|
|
|
<object class="GtkAlignment" id="AnacondaSpokeWindow-alignment1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xscale">0</property>
|
|
|
|
<property name="yscale">0.5</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkBox" id="AnacondaSpokeWindow-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2013-02-13 10:14:28 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="lock">
|
|
|
|
<property name="label" translatable="yes">Lock root account</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="clicked" handler="on_lock_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-01-23 17:28:19 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="pwgrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="pwlabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Root Password:</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="confirmlabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Confirm:</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="pw">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="visibility">False</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="confirm">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="visibility">False</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="activates_default">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="capslock">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="details">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">The root account is used for administering the system. Enter a password for the root user.</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2013-02-13 10:14:28 +00:00
|
|
|
<property name="position">1</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|