diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-16 20:00:08 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-11-16 20:00:08 +0000 |
commit | dabf87de02616a4c0ba54b35dc5cbab8ef0187be (patch) | |
tree | e2fe29e0232f247820e47c2f84155eca0c638fec /tests/org.gnome.desktop.lockdown.gschema.xml | |
parent | 1f43c3a642d6e8b6bc42b4bc63f232fb2f35dd6c (diff) | |
parent | 0ad2ca4e77671f8a7279a58f0e477bac0fe6c554 (diff) | |
download | ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.tar.gz ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.tar.bz2 ayatana-indicator-session-dabf87de02616a4c0ba54b35dc5cbab8ef0187be.zip |
Reimplement test-service s.t. we actually test activating the service via dbus. Drop unneeded Xorg baggage. Fixes: https://bugs.launchpad.net/bugs/1074065.
Approved by PS Jenkins bot.
Diffstat (limited to 'tests/org.gnome.desktop.lockdown.gschema.xml')
-rw-r--r-- | tests/org.gnome.desktop.lockdown.gschema.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/org.gnome.desktop.lockdown.gschema.xml b/tests/org.gnome.desktop.lockdown.gschema.xml new file mode 100644 index 0000000..6ccee17 --- /dev/null +++ b/tests/org.gnome.desktop.lockdown.gschema.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="gsettings-desktop-schemas"> + <schema path="/org/gnome/desktop/lockdown/" id="org.gnome.desktop.lockdown"> + <key type="b" name="disable-command-line"> + <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 type="b" name="disable-save-to-disk"> + <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 type="b" name="disable-printing"> + <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 type="b" name="disable-print-setup"> + <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 type="b" name="disable-user-switching"> + <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 type="b" name="disable-lock-screen"> + <default>false</default> + <summary>Disable lock screen</summary> + <description>Prevent the user to lock his screen.</description> + </key> + <key type="b" name="disable-application-handlers"> + <default>false</default> + <summary>Disable URL and MIME type handlers</summary> + <description>Prevent running any URL or MIME type handler applications.</description> + </key> + <key type="b" name="disable-log-out"> + <default>false</default> + <summary>Disable log out</summary> + <description>Prevent the user from logging out.</description> + </key> + </schema> +</schemalist>
\ No newline at end of file |