summaryrefslogtreecommitdiff
path: root/schemas/org.mate.lockdown.gschema.xml.in.in
blob: 8ffd90d311bcf9043acf0f9f11e9272f09721f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.lockdown" path="/org/mate/desktop/lockdown/">
    <key name="disable-command-line" type="b">
      <default>false</default>
      <_summary>Disable command line</_summary>
      <_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>
    </key>
    <key name="disable-save-to-disk" type="b">
      <default>false</default>
      <_summary>Disable saving files to disk</_summary>
      <_description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</_description>
    </key>
    <key name="disable-printing" type="b">
      <default>false</default>
      <_summary>Disable printing</_summary>
      <_description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</_description>
    </key>
    <key name="disable-print-setup" type="b">
      <default>false</default>
      <_summary>Disable print setup</_summary>
      <_description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</_description>
    </key>
    <key name="disable-user-switching" type="b">
      <default>false</default>
      <_summary>Disable user switching</_summary>
      <_description>Prevent the user from switching to another account while his session is active.</_description>
    </key>
    <key name="disable-lock-screen" type="b">
      <default>false</default>
      <_summary>Disable lock screen</_summary>
      <_description>Prevent the user from locking the screen.</_description>
    </key>
    <key name="disable-application-handlers" type="b">
      <default>false</default>
      <_summary>Disable URL and MIME type handlers</_summary>
      <_description>Prevent running any URL or MIME type handler applications.</_description>
    </key>
    <key name="disable-theme-settings" type="b">
      <default>false</default>
      <_summary>Disable theme settings</_summary>
      <_description>Prevent the user from changing theme settings.</_description>
    </key>
  </schema>
</schemalist>