1
<?xml version="1.0" encoding="UTF-8"?>
2
<schemalist gettext-domain="gsettings-desktop-schemas">
3
<schema path="/org/gnome/desktop/lockdown/" id="org.gnome.desktop.lockdown">
4
<key type="b" name="disable-command-line">
5
<default>false</default>
6
<summary>Disable command line</summary>
7
<description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</description>
9
<key type="b" name="disable-save-to-disk">
10
<default>false</default>
11
<summary>Disable saving files to disk</summary>
12
<description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</description>
14
<key type="b" name="disable-printing">
15
<default>false</default>
16
<summary>Disable printing</summary>
17
<description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</description>
19
<key type="b" name="disable-print-setup">
20
<default>false</default>
21
<summary>Disable print setup</summary>
22
<description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</description>
24
<key type="b" name="disable-user-switching">
25
<default>false</default>
26
<summary>Disable user switching</summary>
27
<description>Prevent the user from switching to another account while his session is active.</description>
29
<key type="b" name="disable-lock-screen">
30
<default>false</default>
31
<summary>Disable lock screen</summary>
32
<description>Prevent the user to lock his screen.</description>
34
<key type="b" name="disable-application-handlers">
35
<default>false</default>
36
<summary>Disable URL and MIME type handlers</summary>
37
<description>Prevent running any URL or MIME type handler applications.</description>
39
<key type="b" name="disable-log-out">
40
<default>false</default>
41
<summary>Disable log out</summary>
42
<description>Prevent the user from logging out.</description>
b'\\ No newline at end of file'