aboutsummaryrefslogtreecommitdiff
path: root/tests/com.canonical.indicator.session.backendmock.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/com.canonical.indicator.session.backendmock.gschema.xml')
-rw-r--r--tests/com.canonical.indicator.session.backendmock.gschema.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/com.canonical.indicator.session.backendmock.gschema.xml b/tests/com.canonical.indicator.session.backendmock.gschema.xml
deleted file mode 100644
index 79d0c02..0000000
--- a/tests/com.canonical.indicator.session.backendmock.gschema.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist gettext-domain="gsettings-desktop-schemas">
- <schema path="/com/canonical/indicator/session/backendmock/" id="com.canonical.indicator.session.backendmock">
- <key type="s" name="last-command">
- <default>''</default>
- <summary>The last command activated</summary>
- </key>
- <key type="b" name="has-online-account-error">
- <default>false</default>
- <summary>Has online account error</summary>
- </key>
- <key type="b" name="can-hibernate">
- <default>true</default>
- <summary>Is hibernation allowed?</summary>
- </key>
- <key type="b" name="can-suspend">
- <default>true</default>
- <summary>Is suspending allowed?</summary>
- </key>
- <key type="b" name="can-logout">
- <default>true</default>
- <summary>Is logging out allowed?</summary>
- </key>
- <key type="b" name="can-reboot">
- <default>true</default>
- <summary>Is rebooting allowed?</summary>
- </key>
- <key type="b" name="can-lock">
- <default>true</default>
- <summary>Is locking the session allowed?</summary>
- </key>
- <key type="b" name="can-switch-sessions">
- <default>true</default>
- <summary>Is switching sessions allowed?</summary>
- </key>
- <key type="b" name="can-prompt">
- <default>true</default>
- <summary>Do we have a way of prompting for confirmation?</summary>
- </key>
- <key type="b" name="is-live-session">
- <default>false</default>
- <summary>Is this a session running on a live CD?</summary>
- </key>
- </schema>
-</schemalist>