File: org.ayatana.indicator.session.backendmock.gschema.xml

package info (click to toggle)
ayatana-indicator-session 22.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,820 kB
  • sloc: ansic: 4,872; cpp: 2,828; xml: 2,063; sh: 31; makefile: 23
file content (45 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download | duplicates (4)
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>