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 45
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/org/ayatana/indicator/session/backendmock/" id="org.ayatana.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>
|