diff options
author | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
commit | cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b (patch) | |
tree | f7d8cc0eb9ce11f0915e642aa1a56b3f9f712964 /schemas/org.mate.lockdown.gschema.xml.in | |
parent | afe549d385eeb99f00d15d19298fa25b3bec40e7 (diff) | |
download | mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.tar.bz2 mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'schemas/org.mate.lockdown.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/schemas/org.mate.lockdown.gschema.xml.in b/schemas/org.mate.lockdown.gschema.xml.in new file mode 100644 index 0000000..1517bd1 --- /dev/null +++ b/schemas/org.mate.lockdown.gschema.xml.in @@ -0,0 +1,49 @@ +<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> + <key name="disable-log-out" type="b"> + <default>false</default> + <summary>Disable log out</summary> + <description>Prevent the user from logging out.</description> + </key> + </schema> +</schemalist> |