文件操作 - langsupport.glade
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/anaconda/ui/spokes/langsupport.glade
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.2"/> <requires lib="AnacondaWidgets" version="1.0"/> <object class="GtkListStore" id="languageStore"> <columns> <!-- column-name nativeName --> <column type="gchararray"/> <!-- column-name englishName --> <column type="gchararray"/> <!-- column-name langSetting --> <column type="gchararray"/> </columns> </object> <object class="GtkTreeModelFilter" id="languageStoreFilter"> <property name="child_model">languageStore</property> </object> <object class="GtkListStore" id="localeStore"> <columns> <!-- column-name nativeName --> <column type="gchararray"/> <!-- column-name locale --> <column type="gchararray"/> <!-- column-name selected --> <column type="gboolean"/> <!-- column-name isAdditional --> <column type="gboolean"/> </columns> </object> <object class="AnacondaSpokeWindow" id="langsupportWindow"> <property name="can_focus">False</property> <property name="window_name" translatable="yes">LANGUAGE SUPPORT</property> <signal name="button-clicked" handler="on_back_clicked" swapped="no"/> <child internal-child="main_box"> <object class="GtkBox" id="AnacondaSpokeWindow-main_box1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child internal-child="nav_box"> <object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1"> <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="xalign">0</property> <property name="yalign">0</property> <property name="top_padding">12</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="AnacondaSpokeWindow-action_area1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkLabel" id="selectLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">36</property> <property name="margin_right">36</property> <property name="xalign">0</property> <property name="label" translatable="yes">Select additional language support to be installed:</property> <attributes> <attribute name="font-desc" value="Cantarell 14"/> <attribute name="weight" value="normal"/> <attribute name="scale" value="1"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="mainGrid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">36</property> <property name="margin_right">36</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">24</property> <property name="column_homogeneous">True</property> <child> <object class="GtkScrolledWindow" id="languageWindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">always</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="languageView"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">languageStoreFilter</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> <property name="enable_search">False</property> <property name="search_column">0</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="languageViewSelection"> <signal name="changed" handler="on_lang_selection_changed" swapped="no"/> </object> </child> <child> <object class="GtkTreeViewColumn" id="highlighted"> <property name="title">highlighted</property> <child> <object class="GtkCellRendererPixbuf" id="highlightedRenderer"/> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="nativeName"> <property name="title" translatable="yes">nativeName</property> <property name="expand">True</property> <property name="clickable">True</property> <property name="sort_column_id">0</property> <child> <object class="GtkCellRendererText" id="nativeNameRenderer"> <property name="xalign">0.10000000149011612</property> <property name="font">Cantarell 12</property> </object> <attributes> <attribute name="markup">0</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="englishName"> <property name="title" translatable="yes">englishName</property> <property name="expand">True</property> <property name="clickable">True</property> <property name="sort_column_id">1</property> <child> <object class="GtkCellRendererText" id="englishNameRenderer"> <property name="xalign">0.89999997615814209</property> <property name="font">Cantarell Italic 14</property> <property name="foreground">gray</property> </object> <attributes> <attribute name="text">1</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="langSelectedColumn"> <property name="title" translatable="yes">selected</property> <child> <object class="GtkCellRendererPixbuf" id="langSelectedRenderer"/> </child> </object> </child> </object> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkEntry" id="languageEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">start</property> <property name="invisible_char">●</property> <property name="secondary_icon_name">edit-clear-symbolic</property> <property name="placeholder_text" translatable="yes">Type here to search.</property> <signal name="changed" handler="on_entry_changed" swapped="no"/> <signal name="icon-release" handler="on_clear_icon_clicked" swapped="no"/> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="localeWindow"> <property name="height_request">150</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="hscrollbar_policy">never</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="localeView"> <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">localeStore</property> <property name="headers_visible">False</property> <property name="enable_search">False</property> <property name="search_column">0</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="localeViewSelection"/> </child> <child> <object class="GtkTreeViewColumn" id="checked"> <property name="title" translatable="yes">checked</property> <child> <object class="GtkCellRendererToggle" id="checkedRenderer"> <signal name="toggled" handler="on_locale_toggled" swapped="no"/> </object> <attributes> <attribute name="sensitive">3</attribute> <attribute name="active">2</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="localeNativeName"> <property name="title" translatable="yes">nativeName</property> <property name="expand">True</property> <property name="clickable">True</property> <property name="sort_column_id">0</property> <child> <object class="GtkCellRendererText" id="localeNativeNameRenderer"> <property name="font">Cantarell 12</property> </object> <attributes> <attribute name="markup">0</attribute> </attributes> </child> </object> </child> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</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> <child> <placeholder/> </child> </object> </child> </object> </interface>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件