~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.lockdown.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="gsettings-desktop-schemas">
 
2
  <schema id="org.gnome.desktop.lockdown" path="/org/gnome/desktop/lockdown/">
 
3
    <key name="disable-command-line" type="b">
 
4
      <default>false</default>
 
5
      <summary>Disable command line</summary>
 
6
      <description>
 
7
        Prevent the user from accessing the terminal or specifying a command 
 
8
        line to be executed. For example, this would disable access to the 
 
9
        panel's "Run Application" dialog.
 
10
      </description>
 
11
    </key>
 
12
    <key name="disable-save-to-disk" type="b">
 
13
      <default>false</default>
 
14
      <summary>Disable saving files to disk</summary>
 
15
      <description>
 
16
        Prevent the user from saving files to disk. For example, this would 
 
17
        disable access to all applications' "Save as" dialogs.
 
18
      </description>
 
19
    </key>
 
20
    <key name="disable-printing" type="b">
 
21
      <default>false</default>
 
22
      <summary>Disable printing</summary>
 
23
      <description>
 
24
        Prevent the user from printing. For example, this would disable access 
 
25
        to all applications' "Print" dialogs.
 
26
      </description>
 
27
    </key>
 
28
    <key name="disable-print-setup" type="b">
 
29
      <default>false</default>
 
30
      <summary>Disable print setup</summary>
 
31
      <description>
 
32
        Prevent the user from modifying print settings. For example, this would 
 
33
        disable access to all applications' "Print Setup" dialogs.
 
34
      </description>
 
35
    </key>
 
36
    <key name="disable-user-switching" type="b">
 
37
      <default>false</default>
 
38
      <summary>Disable user switching</summary>
 
39
      <description>
 
40
        Prevent the user from switching to another account while his session 
 
41
        is active.
 
42
      </description>
 
43
    </key>
 
44
    <key name="disable-lock-screen" type="b">
 
45
      <default>false</default>
 
46
      <summary>Disable lock screen</summary>
 
47
      <description>
 
48
        Prevent the user to lock his screen.
 
49
      </description>
 
50
    </key>
 
51
    <key name="disable-application-handlers" type="b">
 
52
      <default>false</default>
 
53
      <summary>Disable URL and MIME type handlers</summary>
 
54
      <description>
 
55
        Prevent running any URL or MIME type handler applications.
 
56
      </description>
 
57
    </key>
 
58
    <key name="disable-log-out" type="b">
 
59
      <default>false</default>
 
60
      <summary>Disable log out</summary>
 
61
      <description>
 
62
        Prevent the user from logging out.
 
63
      </description>
 
64
    </key>
 
65
    <key name="user-administration-disabled" type="b">
 
66
      <default>false</default>
 
67
      <summary>Disable user administration</summary>
 
68
      <description>
 
69
        Stop the user from modifying user accounts. By default, we allow adding
 
70
        and removing users, as well as changing other users settings.
 
71
      </description>
 
72
    </key>
 
73
  </schema>
 
74
</schemalist>