2023-06-03 12:51:21 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcPrivacyPanel" parent="CcPanel">
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="AdwNavigationPage">
|
|
|
|
<property name="title" translatable="yes">Privacy & Security</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
|
|
|
|
<child type="top">
|
|
|
|
<object class="AdwHeaderBar"/>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<property name="content">
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<property name="title" translatable="yes">System</property>
|
2023-06-03 12:51:21 +02:00
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Screen Lock</property>
|
|
|
|
<property name="subtitle" translatable="yes">Automatic screen lock</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-screen-lock-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'screenlock'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow" id="location_row">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">_Location</property>
|
|
|
|
<property name="subtitle" translatable="yes">Control access to your location</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-location-access-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'location'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-06-03 12:51:21 +02:00
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_File History &amp; Trash</property>
|
|
|
|
<property name="subtitle" translatable="yes">Remove saved data and files</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-trash-file-history-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'usage'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Diagnostics</property>
|
|
|
|
<property name="subtitle" translatable="yes">Automatic problem reporting</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-device-diagnostics-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'diagnostics'</property>
|
|
|
|
<binding name="visible">
|
|
|
|
<lookup name="visible">diagnostics_page</lookup>
|
|
|
|
</binding>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2023-06-03 12:51:21 +02:00
|
|
|
</child>
|
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<property name="title" translatable="yes">Devices</property>
|
|
|
|
|
2023-06-03 12:51:21 +02:00
|
|
|
<child>
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Cameras</property>
|
|
|
|
<property name="subtitle" translatable="yes">Control camera access</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-camera-access-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'camera'</property>
|
2023-08-03 19:16:37 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcListRow" id="bolt_row">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">_Thunderbolt</property>
|
|
|
|
<property name="subtitle" translatable="yes">Manage device access</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-thunderbolt-access-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'thunderbolt'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-06-04 11:23:30 +02:00
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">Device _Security</property>
|
|
|
|
<property name="subtitle" translatable="yes">Hardware security status and information</property>
|
|
|
|
<property name="icon-name">org.gnome.Settings-device-security-symbolic</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'device-security'</property>
|
|
|
|
<binding name="visible">
|
|
|
|
<lookup name="visible">security_page</lookup>
|
|
|
|
</binding>
|
2023-06-03 12:51:21 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-06-03 12:51:21 +02:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
|
2024-04-24 11:26:56 +02:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-06-03 22:38:38 +02:00
|
|
|
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcScreenPage"/>
|
|
|
|
</child>
|
2023-06-04 10:31:11 +02:00
|
|
|
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcCameraPage"/>
|
|
|
|
</child>
|
2023-06-03 23:02:49 +02:00
|
|
|
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcUsagePage"/>
|
|
|
|
</child>
|
2023-06-03 23:13:02 +02:00
|
|
|
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcDiagnosticsPage" id="diagnostics_page"/>
|
|
|
|
</child>
|
2023-06-04 11:23:30 +02:00
|
|
|
|
2024-05-06 15:28:27 +02:00
|
|
|
<child type="subpage">
|
2024-04-24 11:26:56 +02:00
|
|
|
<object class="CcFirmwareSecurityPage" id="security_page"/>
|
|
|
|
</child>
|
2023-06-03 12:51:21 +02:00
|
|
|
</template>
|
|
|
|
</interface>
|