文件操作 - custom.glade
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/anaconda/ui/spokes/custom.glade
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.2"/> <requires lib="AnacondaWidgets" version="3.0"/> <object class="GtkListStore" id="containerStore"> <columns> <!-- column-name description --> <column type="gchararray"/> <!-- column-name freeSpace --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="deviceTypeStore"> <columns> <!-- column-name description --> <column type="gchararray"/> <!-- column-name const_name --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">Standard Partition</col> <col id="1">DEVICE_TYPE_PARTITION</col> </row> <row> <col id="0" translatable="yes">Btrfs</col> <col id="1">DEVICE_TYPE_BTRFS</col> </row> <row> <col id="0" translatable="yes">LVM</col> <col id="1">DEVICE_TYPE_LVM</col> </row> <row> <col id="0" translatable="yes">RAID</col> <col id="1">DEVICE_TYPE_MD</col> </row> <row> <col id="0" translatable="yes">LVM Thin Provisioning</col> <col id="1">DEVICE_TYPE_LVM_THINP</col> </row> </data> </object> <object class="GtkListStore" id="fileSystemStore"> <columns> <!-- column-name fs_type --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="mountPointStore"> <columns> <!-- column-name path --> <column type="gchararray"/> </columns> </object> <object class="GtkEntryCompletion" id="mountPointCompletion"> <property name="model">mountPointStore</property> </object> <object class="GtkListStore" id="raidLevelStore"> <columns> <!-- column-name raidLevel --> <column type="gchararray"/> <!-- column-name canonRaidLevel --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">RAID0 <span foreground="grey">(Performance)</span></col> <col id="1">raid0</col> </row> <row> <col id="0" translatable="yes">RAID1 <span foreground="grey">(Redundancy)</span></col> <col id="1">raid1</col> </row> <row> <col id="0" translatable="yes">RAID4 <span foreground="grey">(Error Checking)</span></col> <col id="1">raid4</col> </row> <row> <col id="0" translatable="yes">RAID5 <span foreground="grey">(Distributed Error Checking)</span></col> <col id="1">raid5</col> </row> <row> <col id="0" translatable="yes">RAID6 <span foreground="grey">(Redundant Error Checking)</span></col> <col id="1">raid6</col> </row> <row> <col id="0" translatable="yes">RAID10 <span foreground="grey">(Performance, Redundancy)</span></col> <col id="1">raid10</col> </row> </data> </object> <object class="GtkTreeModelFilter" id="raidStoreFiltered"> <property name="child_model">raidLevelStore</property> </object> <object class="AnacondaSpokeWindow" id="customStorageWindow"> <property name="can_focus">False</property> <property name="events">GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="window_name" translatable="yes">MANUAL PARTITIONING</property> <signal name="button-clicked" handler="on_back_clicked" swapped="no"/> <signal name="info-bar-clicked" handler="on_info_bar_clicked" swapped="no"/> <signal name="key-release-event" handler="on_key_pressed" 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"> <property name="can_focus">False</property> <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="hexpand">True</property> <property name="vexpand">True</property> <property name="yalign">0</property> <property name="left_padding">24</property> <child internal-child="action_area"> <object class="GtkBox" id="customStorageWindow-actionArea"> <property name="can_focus">False</property> <property name="margin_top">6</property> <property name="hexpand">True</property> <property name="vexpand">True</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="hexpand">True</property> <property name="vexpand">True</property> <property name="column_spacing">24</property> <child> <object class="GtkScrolledWindow" id="partitionsScrolledWindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <property name="min_content_width">325</property> <child> <object class="GtkViewport" id="partitionsViewport"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> <placeholder/> </child> </object> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkToolbar" id="toolbar1"> <property name="height_request">36</property> <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="addButton"> <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="tooltip_text" translatable="yes">Add a new mount point.</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning">Add</property> <property name="icon_name">list-add-symbolic</property> <signal name="clicked" handler="on_add_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="homogeneous">True</property> </packing> </child> <child> <object class="GtkToolButton" id="removeButton"> <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="tooltip_text" translatable="yes">Remove the selected mount point(s).</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning">Remove</property> <property name="icon_name">list-remove-symbolic</property> <signal name="clicked" handler="on_remove_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="homogeneous">True</property> </packing> </child> <child> <object class="GtkToolButton" id="refreshButton"> <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="tooltip_text" translatable="yes">Reload storage configuration from disk.</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning">Refresh</property> <property name="icon_name">view-refresh-symbolic</property> <signal name="clicked" handler="on_refresh_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="homogeneous">True</property> </packing> </child> <style> <class name="inline-toolbar"/> </style> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="partitionsNotebookScrolledWindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <child> <object class="GtkViewport" id="partitionsNotebookViewport"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_right">24</property> <property name="shadow_type">none</property> <child> <object class="GtkNotebook" id="partitionsNotebook"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="show_tabs">False</property> <property name="show_border">False</property> <child> <object class="GtkLabel" id="whenCreateLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="wrap">True</property> </object> </child> <child type="tab"> <placeholder/> </child> <child> <object class="GtkBox" id="configSpecBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="headerBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="titleBox"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkLabel" id="selectedDeviceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Selected Device</property> <property name="yalign">0</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="selectedDeviceDescLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Device description</property> <property name="yalign">0</property> <attributes> <attribute name="style" value="italic"/> </attributes> </object> <packing> <property name="expand">True</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">0</property> </packing> </child> <child> <object class="GtkSeparator" id="separator1"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="padding">6</property> <property name="position">1</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="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">36</property> <property name="column_spacing">24</property> <child> <object class="GtkBox" id="firstLeftBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="mountPointBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="mountPointLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Mount _Point:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">mountPointEntry</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="mountPointEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="width_chars">10</property> <property name="completion">mountPointCompletion</property> <signal name="changed" handler="on_value_changed" swapped="no"/> </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">0</property> </packing> </child> <child> <object class="GtkBox" id="capacityBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="sizeLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">_Desired Capacity:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">sizeEntry</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="sizeEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="width_chars">10</property> <signal name="changed" handler="on_value_changed" swapped="no"/> </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> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="labelBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="labelLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">_Label:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">labelEntry</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="labelEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="max_length">20</property> <property name="invisible_char">●</property> <signal name="changed" handler="on_value_changed" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkBox" id="devicesBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="devicesLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="valign">start</property> <property name="label" translatable="yes">Device(s):</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="deviceDescLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">start</property> <property name="wrap">True</property> <property name="angle">0.01</property> <property name="wrap_mode">word-char</property> <property name="max_width_chars">35</property> <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="configureButton"> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure|Devices">_Modify...</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">start</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_configure_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="nameBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="nameLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">_Name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">nameEntry</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="nameEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> <property name="invisible_char">●</property> <property name="width_chars">20</property> <signal name="changed" handler="on_value_changed" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkBox" id="secondLeftBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="deviceSpecBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="deviceTypeBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="deviceTypeLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">Device _Type:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">deviceTypeCombo</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="deviceTypeCombo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">deviceTypeStore</property> <signal name="changed" handler="on_device_type_changed" swapped="no"/> <signal name="changed" handler="on_value_changed" swapped="no"/> <child> <object class="GtkCellRendererText" id="deviceTypeRenderer"> <property name="ellipsize">end</property> </object> <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">0</property> </packing> </child> <child> <object class="GtkCheckButton" id="encryptCheckbox"> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">_Encrypt</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> <property name="valign">end</property> <property name="margin_bottom">3</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_value_changed" swapped="no"/> </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">0</property> </packing> </child> <child> <object class="GtkBox" id="fsSpecBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="fsBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="fileSystemTypeLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">File S_ystem:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">fileSystemTypeCombo</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="fileSystemTypeCombo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">fileSystemStore</property> <signal name="changed" handler="on_fs_type_changed" swapped="no"/> <signal name="changed" handler="on_value_changed" swapped="no"/> <child> <object class="GtkCellRendererText" id="fileSystemRenderer"> <property name="ellipsize">end</property> </object> <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">0</property> </packing> </child> <child> <object class="GtkCheckButton" id="reformatCheckbox"> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">Ref_ormat</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="valign">end</property> <property name="margin_bottom">3</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_reformat_toggled" swapped="no"/> <signal name="toggled" handler="on_value_changed" swapped="no"/> </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> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkBox" id="secondRightBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="vgSpecBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="vgBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="containerLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">_Volume Group:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">containerCombo</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="containerCombo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">containerStore</property> <signal name="changed" handler="on_container_changed" swapped="no"/> <child> <object class="GtkCellRendererText" id="descRenderer"> <property name="ellipsize">middle</property> </object> <attributes> <attribute name="text">0</attribute> </attributes> </child> <child> <object class="GtkCellRendererText" id="freeSpaceRenderer"> <property name="xalign">1</property> <property name="foreground">grey</property> </object> <attributes> <attribute name="markup">1</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">0</property> </packing> </child> <child> <object class="GtkButton" id="modifyContainerButton"> <!-- check_accelerators: configureButton --> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">_Modify...</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="use_underline">True</property> <signal name="clicked" handler="on_modify_container_clicked" swapped="no"/> </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">0</property> </packing> </child> <child> <object class="GtkBox" id="raidBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="raidLevelLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Configure">RA_ID Level:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">raidLevelCombo</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="raidLevelCombo"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">raidStoreFiltered</property> <signal name="changed" handler="on_value_changed" swapped="no"/> <child> <object class="GtkCellRendererText" id="raidLevelRenderer"> <property name="ellipsize">end</property> </object> <attributes> <attribute name="markup">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> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </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="updateBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">end</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkButton" id="applyButton"> <property name="label" translatable="yes">_Update Settings</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="valign">start</property> <property name="margin_top">30</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_update_settings_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Note: The settings you make on this screen will not be applied until you click on the main menu's 'Begin Installation' button.</property> <property name="justify">right</property> <property name="wrap">True</property> <property name="width_chars">39</property> <property name="max_width_chars">39</property> <property name="xalign">1</property> <attributes> <attribute name="font-desc" value="Cantarell Italic 10"/> </attributes> </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">2</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <placeholder/> </child> <child> <object class="GtkBox" id="encryptedDeviceBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="box6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="encryptedDeviceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Selected Device</property> <attributes> <attribute name="font-desc" value="Cantarell Bold 10"/> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="encryptedDeviceDescriptionLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Device description</property> <attributes> <attribute name="font-desc" value="Cantarell Italic 10"/> <attribute name="style" value="italic"/> </attributes> </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">0</property> </packing> </child> <child> <object class="GtkSeparator" id="separator2"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLabel" id="unlockLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">This device is encrypted and cannot be read without a valid passphrase. You may unlock it below.</property> <property name="wrap">True</property> <attributes> <attribute name="font-desc" value="Cantarell 11"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkBox" id="box7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="passphraseLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Encrypted">_Passphrase:</property> <property name="use_underline">True</property> <attributes> <attribute name="font-desc" value="Cantarell 11"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="passphraseEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> <signal name="activate" handler="on_unlock_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="unlockButton"> <property name="label" translatable="yes" context="GUI|Custom Partitioning|Encrypted">_Unlock</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_unlock_clicked" swapped="no"/> </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">3</property> </packing> </child> </object> <packing> <property name="position">2</property> </packing> </child> <child type="tab"> <placeholder/> </child> <child> <object class="GtkBox" id="uneditableDeviceBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="box17"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="uneditableDeviceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Selected Device</property> <attributes> <attribute name="font-desc" value="Cantarell Bold 10"/> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="uneditableDeviceDescriptionLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Device description</property> <attributes> <attribute name="font-desc" value="Cantarell Italic 10"/> <attribute name="style" value="italic"/> </attributes> </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">0</property> </packing> </child> <child> <object class="GtkSeparator" id="separator3"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLabel" id="uneditableDeviceOptionsLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">This device cannot be edited directly. You can remove it or select a different device.</property> <property name="wrap">True</property> <attributes> <attribute name="font-desc" value="Cantarell 11"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="position">3</property> </packing> </child> <child type="tab"> <placeholder/> </child> <child> <object class="GtkBox" id="incompleteDeviceBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkBox" id="box5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="incompleteDeviceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Selected Device</property> <attributes> <attribute name="font-desc" value="Cantarell Bold 10"/> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.2"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="incompleteDeviceDescriptionLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Device description</property> <attributes> <attribute name="font-desc" value="Cantarell Italic 10"/> <attribute name="style" value="italic"/> </attributes> </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">0</property> </packing> </child> <child> <object class="GtkSeparator" id="separator4"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLabel" id="incompleteDeviceOptionsLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="wrap">True</property> <property name="yalign">0.43000000715255737</property> <attributes> <attribute name="font-desc" value="Cantarell 11"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="position">4</property> </packing> </child> <child type="tab"> <placeholder/> </child> </object> </child> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> <property name="height">2</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="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_bottom">6</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkViewport" id="availableSpaceViewport"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkBox" id="availableSpaceBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">AVAILABLE SPACE</property> <property name="xalign">0</property> <attributes> <attribute name="scale" value="0.83333333333329995"/> <attribute name="foreground" value="#ffffffffffff"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="availableSpaceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.3999999999999999"/> <attribute name="foreground" value="#ffffffffffff"/> </attributes> </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="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkViewport" id="totalSpaceViewport"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkBox" id="totalSpaceBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">TOTAL SPACE</property> <property name="xalign">0</property> <attributes> <attribute name="scale" value="0.83333333333329995"/> <attribute name="foreground" value="#ffffffffffff"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="totalSpaceLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="yalign">0.47999998927116394</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.3999999999999999"/> <attribute name="foreground" value="#ffffffffffff"/> </attributes> </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="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="resetButton"> <property name="label" translatable="yes" context="GUI|Custom Partitioning">_Reset All</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="valign">start</property> <property name="hexpand">True</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_reset_clicked" swapped="no"/> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkButton" id="summary_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">start</property> <property name="relief">none</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <property name="xalign">0</property> <signal name="clicked" handler="on_summary_clicked" swapped="no"/> <child> <object class="GtkLabel" id="summary_label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" context="GUI|Custom Partitioning">%d _storage devices selected</property> <property name="use_underline">True</property> <attributes> <attribute name="underline" value="True"/> <attribute name="foreground" value="#00000000ffff"/> </attributes> </object> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> <property name="width">2</property> </packing> </child> <child> <placeholder/> </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> </object> </interface>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件