~ci-train-bot/unity8/unity8-ubuntu-zesty-2112

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
46
47
48
49
50
51
52
53
54
55
<schemalist>
  <enum id="usage-mode-enum">
    <value nick="Staged" value="0" />
    <value nick="Windowed" value="1" />
    <value nick="Automatic" value="2" />
  </enum>

  <schema path="/com/canonical/unity8/" id="com.canonical.Unity8" gettext-domain="unity8">
    <key enum="usage-mode-enum" name="usage-mode">
      <default>"Automatic"</default>
      <summary>The usage mode.</summary>
      <description>The usage mode chosen will affect the Window Management behaviour.</description>
    </key>
    <key type="y" name="edge-barrier-sensitivity">
      <default>35</default>
      <range min="1" max="100"/>
      <summary>Sensitivity of screen edge barriers for the mouse pointer.</summary>
      <description>Some UI actions like revealing the launcher or the applications spread are triggered by pushing the mouse pointer against a screen edge. This key defines how much you have to push in order to trigger the associated action.</description>
    </key>
    <key type="u" name="edge-barrier-min-push">
      <default>2</default>
      <summary>Minimum push needed to overcome edge barrier</summary>
      <description>How much you have to push  (in grid units)the mouse against an edge barrier when sensibility is 100.</description>
    </key>
    <key type="u" name="edge-barrier-max-push">
      <default>60</default>
      <summary>Maximum push needed to overcome edge barrier</summary>
      <description>How much you have to push (in grid units) the mouse against an edge barrier when sensibility is 1.</description>
    </key>
    <key type="u" name="edge-drag-width">
      <default>2</default>
      <summary>The width of the edge drag areas</summary>
      <description>How big (in grid units) the edge-drag sensitive area should be.</description>
    </key>
    <key type="b" name="autohide-launcher">
      <default>true</default>
      <summary>Autohide the launcher</summary>
      <description>This will only be applied in windowed mode. In staged mode, the launcher will always hide.</description>
    </key>
    <key type="u" name="launcher-width">
      <default>8</default>
      <range min="6" max="12"/>
      <summary>Width of the launcher in grid units.</summary>
      <description>Changes the width of the launcher in all usage modes.</description>
    </key>
  </schema>

  <schema path="/com/canonical/unity8/greeter/" id="com.canonical.Unity8.Greeter" gettext-domain="unity8">
    <key type="x" name="locked-out-time">
      <default>0</default>
      <summary>When the greeter was last locked.</summary>
      <description>If too many unsuccessful login attempts have been made in a row, the greeter locks you out for a while.  This unix timestamp indicates when you were locked out, so unity8 knows when to let you back in.</description>
    </key>
  </schema>
</schemalist>