文件操作 - network.glade
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/anaconda/ui/spokes/network.glade
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.1 --> <interface> <requires lib="gtk+" version="3.0"/> <requires lib="AnacondaWidgets" version="1.0"/> <object class="GtkListStore" id="liststore_add_device"> <columns> <!-- column-name label --> <column type="gchararray"/> <!-- column-name type --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">Bond</col> <col id="1">bond</col> </row> <row> <col id="0" translatable="yes">Bridge</col> <col id="1">bridge</col> </row> <row> <col id="0" translatable="yes">Team</col> <col id="1">team</col> </row> <row> <col id="0" translatable="yes">VLAN</col> <col id="1">vlan</col> </row> </data> </object> <object class="GtkDialog" id="add_device_dialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Add device</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button_add_device_cancel"> <property name="label" translatable="yes" context="GUI|Network|Add Device Dialog">_Cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button_add_device_create"> <property name="label" translatable="yes" context="GUI|Network|Add Device Dialog">_Add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label_add_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Network|Add Device Dialog">_Select the type of device you wish to add</property> <property name="use_underline">True</property> <property name="mnemonic_widget">combobox_add_device</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="combobox_add_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore_add_device</property> <property name="active">0</property> <child> <object class="GtkCellRendererText" id="cellrenderertext1"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">button_add_device_cancel</action-widget> <action-widget response="1">button_add_device_create</action-widget> </action-widgets> </object> <object class="GtkListStore" id="liststore_devices"> <columns> <!-- column-name icon --> <column type="gchararray"/> <!-- column-name title --> <column type="gchararray"/> <!-- column-name sort --> <column type="gchararray"/> <!-- column-name object --> <column type="PyObject"/> </columns> </object> <object class="GtkListStore" id="liststore_wireless_network"> <columns> <!-- column-name id --> <column type="gchararray"/> <!-- column-name title --> <column type="gchararray"/> <!-- column-name sortable --> <column type="gchararray"/> <!-- column-name strength --> <column type="guint"/> <!-- column-name mode --> <column type="guint"/> <!-- column-name security --> <column type="guint"/> </columns> </object> <object class="AnacondaSpokeWindow" id="networkWindow"> <property name="can_focus">False</property> <property name="window_name" translatable="yes">NETWORK & HOST NAME</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> <child internal-child="nav_box"> <object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1"> <property name="can_focus">False</property> <child internal-child="nav_area"> <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1"> <property name="can_focus">False</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="margin_top">12</property> <property name="yalign">0</property> <property name="bottom_padding">48</property> <property name="left_padding">24</property> <property name="right_padding">24</property> <child internal-child="action_area"> <object class="GtkBox" id="networkWindow-actionArea"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="live_hint_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Please use the live desktop environment's tools for customizing your network configuration. You can set the host name here.</property> <property name="ellipsize">start</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="networkControlBox_vbox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkBox" id="network_config_vbox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkBox" id="hbox2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="vbox10"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkScrolledWindow" id="devices_scrolledwindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <property name="min_content_width">300</property> <child> <object class="GtkTreeView" id="treeview_devices"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="model">liststore_devices</property> <property name="headers_visible">False</property> <property name="search_column">2</property> <property name="show_expanders">False</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection3"/> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkToolbar" id="devices_toolbar"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <property name="icon_size">1</property> <child> <object class="GtkToolButton" id="add_toolbutton"> <property name="width_request">42</property> <property name="height_request">36</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> <property name="icon_name">list-add-symbolic</property> </object> <packing> <property name="expand">False</property> <property name="homogeneous">True</property> </packing> </child> <child> <object class="GtkToolButton" id="remove_toolbutton"> <property name="width_request">42</property> <property name="height_request">36</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> <property name="icon_name">list-remove-symbolic</property> </object> <packing> <property name="expand">False</property> <property name="homogeneous">True</property> </packing> </child> <style> <class name="inline-toolbar"/> </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkNotebook" id="notebook_types"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="show_border">False</property> <child> <object class="GtkBox" id="vbox6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="row_spacing">10</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="image_wired_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <property name="xalign">1</property> <property name="pixel_size">48</property> <property name="icon_name">network-wired</property> <property name="icon_size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_wired_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Wired</property> <property name="ellipsize">end</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Cable unplugged</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_wired_switch"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <child> <object class="GtkSwitch" id="device_wired_off_switch"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">end</property> <property name="valign">start</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_slaves"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Slaves</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_slaves"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes">DNS</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label">127.0.0.1</property> <property name="wrap">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Default Route</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_subnet"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Subnet Mask</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_subnet"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IPv6 Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">::1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IPv4 Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Speed</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">1 Mb/s</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_mac"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hardware Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_mac"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">AA:BB:CC:DD:55:66:77:88</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_parent"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Parent</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wired_vlanid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">VLAN ID</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_parent"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wired_vlanid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">12</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> <object class="GtkButton" id="button_wired_options"> <property name="label" translatable="yes" context="GUI|Network|Wired">C_onfigure...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="valign">end</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="use_underline">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <placeholder/> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <child type="tab"> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">wired</property> </object> <packing> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vbox5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="row_spacing">10</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="image_wireless_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <property name="xalign">1</property> <property name="pixel_size">48</property> <property name="icon_name">network-wireless</property> <property name="icon_size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_wireless_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Wireless</property> <property name="ellipsize">end</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Not connected</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_mac"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hardware Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Speed</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IPv4 Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IPv6 Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Default Route</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes">DNS</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_mac"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">AA:BB:CC:DD:55:66:77:88</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">1 Mb/s</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">::1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label">127.0.0.1</property> <property name="wrap">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">8</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_wireless_switch"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <child> <object class="GtkSwitch" id="device_wireless_off_switch"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">end</property> <property name="valign">start</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_security"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Security</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="heading_wireless_network_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Wireless">_Network Name</property> <property name="use_underline">True</property> <property name="mnemonic_widget">combobox_wireless_network_name</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="heading_hotspot_network_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Network Name</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="heading_hotspot_security_key"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Security Key</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label_wireless_security"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">WPA</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkComboBox" id="combobox_wireless_network_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore_wireless_network</property> <property name="has_entry">True</property> <property name="entry_text_column">1</property> <child internal-child="entry"> <object class="GtkEntry" id="combobox-entry4"> <property name="can_focus">False</property> <property name="invisible_char">●</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_hotspot_network_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">My Hot Spot</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">9</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_hotspot_security_key"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">My Secret</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">10</property> <property name="width">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="alignment2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">12</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> <object class="GtkButton" id="start_hotspot_button"> <property name="label" translatable="yes" context="GUI|Network|Wireless">_Use as Hotspot...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">start</property> <property name="valign">end</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="use_underline">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="stop_hotspot_button"> <property name="label" translatable="yes" context="GUI|Network|Wireless">_Stop Hotspot...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">start</property> <property name="valign">end</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="use_underline">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="button_wireless_options"> <property name="label" translatable="yes" context="GUI|Network|Wireless">_Configure...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="valign">end</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="use_underline">True</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label16"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">wireless</property> </object> <packing> <property name="position">1</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vbox7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="row_spacing">10</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="image_mobilebb_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <property name="xalign">1</property> <property name="pixel_size">48</property> <property name="icon_name">network-cellular-connected-symbolic</property> <property name="icon_size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox11"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_mobilebb_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Mobile Broadband</property> <property name="ellipsize">end</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Not connected</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_imei"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IMEI</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Speed</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_provider"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Provider</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_imei"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">1234567890</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_speed"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">1 Mb/s</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_provider"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">SuperTel Supremo </property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">127.0.0.1</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_mobilebb_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_mobilebb_switch"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_ipv4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IP Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_ipv6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">IPv6 Address</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_route"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Default Route</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="heading_mobilebb_dns"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes">DNS</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">1</property> <property name="xscale">0</property> <property name="yscale">0</property> <property name="top_padding">12</property> <child> <object class="GtkButton" id="button_mobilebb_options"> <property name="label" translatable="yes" context="GUI|Network|Mobile Broadband">_Configure...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">2</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label17"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">mobilebb</property> </object> <packing> <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vbox9"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="row_spacing">10</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="image_vpn_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <property name="xalign">1</property> <property name="pixel_size">48</property> <property name="icon_name">network-vpn</property> <property name="icon_size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox12"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_vpn_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">VPN</property> <property name="ellipsize">end</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Not connected</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_vpn_service_type"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">VPN Type</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="heading_vpn_gateway"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Gateway</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_vpn_group_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Group Name</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="heading_vpn_group_password"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Group Password</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="heading_vpn_username"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">User name</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_service_type"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">openvpn</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_gateway"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">AA:BB:CC:DD:55:66:77:88</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_group_name"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">SEKRIT</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_group_password"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">**********</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_vpn_username"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">smithy</property> <property name="selectable">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_vpn_switch"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">1</property> <property name="xscale">0</property> <property name="yscale">0</property> <property name="top_padding">12</property> <child> <object class="GtkButton" id="button_vpn_options"> <property name="label" translatable="yes" context="GUI|Network|VPN">_Configure...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">3</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label55"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">vpn</property> </object> <packing> <property name="position">3</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vbox8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkGrid" id="grid5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="row_spacing">10</property> <property name="column_spacing">6</property> <child> <object class="GtkImage" id="image_proxy_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> <property name="xalign">1</property> <property name="pixel_size">48</property> <property name="icon_name">preferences-system-network</property> <property name="icon_size">6</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="vbox13"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_proxy_device"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Proxy</property> <property name="ellipsize">end</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_proxy_status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">Not connected</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_proxy_switch"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="valign">start</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_method"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">_Method</property> <property name="use_underline">True</property> <property name="mnemonic_widget">combobox_proxy_mode</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBoxText" id="combobox_proxy_mode"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_url"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">_Configuration URL</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_proxy_url</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkEntry" id="entry_proxy_url"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_http"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">HTTP _Proxy</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_proxy_http</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_https"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">H_TTPS Proxy</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_proxy_https</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_ftp"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">_FTP Proxy</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_proxy_ftp</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="heading_proxy_socks"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes" context="GUI|Network|Proxy">_Socks Host</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_proxy_socks</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label_proxy_warning"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label">WPAD warning...</property> <property name="wrap">True</property> <property name="width_chars">50</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> <property name="width">3</property> </packing> </child> <child> <object class="GtkEntry" id="entry_proxy_http"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkSpinButton" id="spinbutton_proxy_http"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkEntry" id="entry_proxy_https"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkEntry" id="entry_proxy_ftp"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkEntry" id="entry_proxy_socks"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkSpinButton" id="spinbutton_proxy_https"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkSpinButton" id="spinbutton_proxy_ftp"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkSpinButton" id="spinbutton_proxy_socks"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="xalign">1</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">6</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="position">4</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label46"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">proxy</property> </object> <packing> <property name="position">4</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkBox" id="vboxNodevice"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">No network devices available</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <placeholder/> </child> </object> <packing> <property name="position">5</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label">nodevice</property> </object> <packing> <property name="position">5</property> <property name="tab_fill">False</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child internal-child="accessible"> <object class="AtkObject" id="network_config_vbox-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Network Config Box</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="hbox54"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkButton" id="button_unlock"> <property name="label" translatable="yes" context="GUI|Network">Unloc_k</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="hbox_flight_mode"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label_flight_mode"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Network">Airplane Mode</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child internal-child="accessible"> <object class="AtkObject" id="hbox54-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">More Network Config Box</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox" id="box_hostname"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">10</property> <property name="spacing">5</property> <child> <object class="GtkLabel" id="label_hostname"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Network">_Host name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_hostname</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="entry_hostname"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="width_chars">35</property> <child internal-child="accessible"> <object class="AtkObject" id="entry_hostname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Host name</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="button_apply_hostname"> <property name="label" translatable="yes">_Apply</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes">Set as current system host name.</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkLabel" id="heading_current_hostname"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="xpad">10</property> <property name="label" translatable="yes">Current host name:</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkLabel" id="label_current_hostname"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">4</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </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> <child internal-child="accessible"> <object class="AtkObject" id="networkWindow-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">NETWORK & HOST NAME</property> </object> </child> </object> <object class="AnacondaStandaloneWindow" id="networkStandaloneWindow"> <property name="can_focus">False</property> <property name="window_name" translatable="yes">NETWORK CONFIGURATION</property> <child internal-child="main_box"> <object class="GtkBox" id="AnacondaStandaloneWindow-main_box5"> <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="AnacondaStandaloneWindow-nav_box5"> <property name="can_focus">False</property> <child internal-child="nav_area"> <object class="GtkGrid" id="AnacondaStandaloneWindow-nav_area5"> <property name="can_focus">False</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="margin_top">6</property> <child> <placeholder/> </child> <child> <placeholder/> </child> </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="AnacondaStandaloneWindow-alignment5"> <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="AnacondaStandaloneWindow-action_area5"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="networkNeedLabel1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">We'll need network access to fetch information about your location and to make software updates available for you.</property> <attributes> <attribute name="font-desc" value="Cantarell 12"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <placeholder/> </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> <object class="GtkDialog" id="secret_agent_dialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Authentication</property> <property name="type_hint">dialog</property> <property name="decorated">False</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog_box"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">5</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area2"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button1"> <property name="label" translatable="yes" context="GUI|Network|Authentication Dialog">_Cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="image_position">right</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="connect_button"> <property name="label" translatable="yes" context="GUI|Network|Authentication Dialog">C_onnect</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="margin_top">6</property> <property name="margin_bottom">6</property> <child> <object class="GtkImage" id="image_password_dialog"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="xpad">15</property> <property name="icon_name">dialog-password-symbolic</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkBox" id="password_box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label_title"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="margin_bottom">6</property> <property name="hexpand">True</property> <property name="label" translatable="yes">Authentication required by wireless network</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="padding">2</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_message"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Passwords or encryption keys are required to access the wireless network</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="padding">3</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">button1</action-widget> <action-widget response="1">connect_button</action-widget> </action-widgets> </object> </interface>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件