2023-05-27 23:58:24 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcSystemPanel" parent="CcPanel">
|
2023-06-27 20:57:01 +05:30
|
|
|
<child type="child">
|
2023-05-27 23:58:24 +05:30
|
|
|
<object class="AdwNavigationView" id="navigation">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwNavigationPage">
|
|
|
|
<property name="title" translatable="yes">System</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
2023-06-27 20:57:01 +05:30
|
|
|
<object class="AdwHeaderBar"/>
|
2023-05-27 23:58:24 +05:30
|
|
|
</child>
|
|
|
|
|
|
|
|
<property name="content">
|
2023-06-27 20:57:01 +05:30
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
|
|
|
<child>
|
2024-03-20 12:16:13 +01:00
|
|
|
<object class="CcListRow" id="region_row">
|
2023-06-27 20:57:01 +05:30
|
|
|
<property name="title" translatable="yes">_Region &amp; Language</property>
|
2023-12-01 14:32:18 +01:00
|
|
|
<property name="subtitle" translatable="yes">System language and localization</property>
|
2023-06-27 20:57:01 +05:30
|
|
|
<property name="icon-name">org.gnome.Settings-region-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
2024-03-20 12:16:13 +01:00
|
|
|
<signal name="activated" handler="on_page_activated"/>
|
2023-06-27 20:57:01 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-08-16 02:03:55 +05:30
|
|
|
<child>
|
2024-03-20 12:16:13 +01:00
|
|
|
<object class="CcListRow" id="datetime_row">
|
2023-08-16 02:03:55 +05:30
|
|
|
<property name="title" translatable="yes">_Date &amp; Time</property>
|
2023-12-01 14:32:18 +01:00
|
|
|
<property name="subtitle" translatable="yes">Time zone and clock settings</property>
|
2023-08-16 02:03:55 +05:30
|
|
|
<property name="icon-name">org.gnome.Settings-time-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
2024-03-20 12:16:13 +01:00
|
|
|
<signal name="activated" handler="on_page_activated"/>
|
2023-08-16 02:03:55 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-10-17 13:33:59 +02:00
|
|
|
<child>
|
2024-03-20 12:16:13 +01:00
|
|
|
<object class="CcListRow" id="users_row">
|
2024-01-19 01:23:00 -03:00
|
|
|
<property name="title" translatable="yes">_Users</property>
|
2023-10-17 13:33:59 +02:00
|
|
|
<property name="subtitle" translatable="yes">Add and remove accounts, change password</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-users-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
2024-03-20 12:16:13 +01:00
|
|
|
<signal name="activated" handler="on_page_activated"/>
|
2023-10-17 13:33:59 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-10-10 15:26:41 +02:00
|
|
|
<child>
|
2024-03-20 12:16:13 +01:00
|
|
|
<object class="CcListRow" id="remote_desktop_row">
|
2024-01-19 01:23:00 -03:00
|
|
|
<property name="title" translatable="yes">R_emote Desktop</property>
|
2023-12-01 14:32:18 +01:00
|
|
|
<property name="subtitle" translatable="yes">Allow this device to be used remotely</property>
|
2024-02-09 15:17:33 -03:30
|
|
|
<property name="icon-name">org.gnome.Settings-remote-desktop-symbolic</property>
|
2023-10-10 15:26:41 +02:00
|
|
|
<property name="show-arrow">True</property>
|
2024-03-20 12:16:13 +01:00
|
|
|
<signal name="activated" handler="on_page_activated"/>
|
2023-10-10 15:26:41 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-10-17 13:33:59 +02:00
|
|
|
|
2024-01-30 14:12:34 +01:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
2024-02-20 18:53:53 -03:00
|
|
|
<property name="title" translatable="yes">Se_cure Shell</property>
|
2024-01-30 14:12:34 +01:00
|
|
|
<property name="subtitle" translatable="yes">SSH network access</property>
|
|
|
|
<property name="icon-name">utilities-terminal-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<signal name="activated" handler="on_secure_shell_row_clicked" object="CcSystemPanel" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-10-10 16:17:30 +02:00
|
|
|
<child>
|
2024-03-20 12:16:13 +01:00
|
|
|
<object class="CcListRow" id="about_row">
|
2024-01-19 01:23:00 -03:00
|
|
|
<property name="title" translatable="yes">_About</property>
|
2023-12-01 14:32:18 +01:00
|
|
|
<property name="subtitle" translatable="yes">Hardware details and software versions</property>
|
2024-02-09 15:17:33 -03:30
|
|
|
<property name="icon-name">org.gnome.Settings-about-symbolic</property>
|
2023-10-10 16:17:30 +02:00
|
|
|
<property name="show-arrow">True</property>
|
2024-03-20 12:16:13 +01:00
|
|
|
<signal name="activated" handler="on_page_activated"/>
|
2023-10-10 16:17:30 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-10-10 15:26:41 +02:00
|
|
|
|
2023-06-27 20:57:01 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
2024-02-19 11:40:31 +01:00
|
|
|
<child>
|
|
|
|
<!-- Software Updates -->
|
|
|
|
<object class="AdwPreferencesGroup" id="software_updates_group">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="activatable">True</property>
|
2024-02-20 18:53:53 -03:00
|
|
|
<property name="title" translatable="yes">S_oftware Updates</property>
|
2024-02-20 10:18:09 +01:00
|
|
|
<property name="icon-name">update-symbolic</property>
|
2024-02-19 11:40:31 +01:00
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<signal name="activated" handler="cc_system_page_open_software_update" swapped="yes"/>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">adw-external-link-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-06-27 20:57:01 +05:30
|
|
|
</object>
|
2023-05-27 23:58:24 +05:30
|
|
|
</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|