|
|
|
|
@ -271,7 +271,20 @@
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.pan-left-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="StartupAppsList"/>
|
|
|
|
|
<object class="GtkListStore" id="StartupAppsList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Autostart -->
|
|
|
|
|
<column type="gboolean"/>
|
|
|
|
|
<!-- column-name App -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name Group -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name Description -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name CanDelete -->
|
|
|
|
|
<column type="gboolean"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="StartupList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Autostart -->
|
|
|
|
|
@ -774,6 +787,7 @@ agreement</property>
|
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
<property name="tab-pos">left</property>
|
|
|
|
|
<property name="show-tabs">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -5250,7 +5264,7 @@ agreement</property>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Startup</property>
|
|
|
|
|
<property name="label" translatable="yes">Autorun of application</property>
|
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
|
<attributes>
|
|
|
|
|
@ -5270,7 +5284,7 @@ agreement</property>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Configuring startup services</property>
|
|
|
|
|
<property name="label" translatable="yes">Configuring autorun application</property>
|
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
|
<attributes>
|
|
|
|
|
@ -5340,7 +5354,7 @@ agreement</property>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Autostart</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle" id="StartupChosenCell1"/>
|
|
|
|
|
<object class="GtkCellRendererToggle" id="StartupAppsChosenCell"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
@ -5349,7 +5363,7 @@ agreement</property>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Unit</property>
|
|
|
|
|
<property name="title" translatable="yes">Application</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
@ -5360,7 +5374,7 @@ agreement</property>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Service</property>
|
|
|
|
|
<property name="title" translatable="yes">Group</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
@ -7414,6 +7428,13 @@ or continue working in the environment, booted from the Live image.</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">1</property>
|
|
|
|
|
<property name="has-entry">True</property>
|
|
|
|
|
<child internal-child="entry">
|
|
|
|
|
<object class="GtkEntry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
@ -8090,6 +8111,13 @@ or continue working in the environment, booted from the Live image.</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">1</property>
|
|
|
|
|
<property name="has-entry">True</property>
|
|
|
|
|
<child internal-child="entry">
|
|
|
|
|
<object class="GtkEntry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
@ -8718,6 +8746,13 @@ or continue working in the environment, booted from the Live image.</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">1</property>
|
|
|
|
|
<property name="has-entry">True</property>
|
|
|
|
|
<child internal-child="entry">
|
|
|
|
|
<object class="GtkEntry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
@ -11654,6 +11689,13 @@ separately into the selected partition.</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">1</property>
|
|
|
|
|
<property name="has-entry">True</property>
|
|
|
|
|
<child internal-child="entry">
|
|
|
|
|
<object class="GtkEntry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
@ -12393,6 +12435,13 @@ separately into the selected partition.</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">1</property>
|
|
|
|
|
<property name="has-entry">True</property>
|
|
|
|
|
<child internal-child="entry">
|
|
|
|
|
<object class="GtkEntry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
|