Ubuntu Pastebin

Paste from jgdx at Mon, 24 Aug 2015 11:20:56 +0000

Download as text
  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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<schemalist>
    <enum id="enum-background-set-last">
        <value nick="home" value="1" />
        <value nick="welcome" value="2" />
    </enum>
    <enum id="enum-unlock-method">
        <value nick="swipe" value="1" />
        <value nick="passcode" value="2" />
        <value nick="password" value="3" />
    </enum>
    <enum id="primary-button-enum">
        <value nick="Left" value="0" />
        <value nick="Middle" value="1" />
        <value nick="Right" value="2" />
    </enum>

    <schema id="com.ubuntu.touch.system-settings" path="/com/ubuntu/touch/system-settings/">
        <key name="background-duplicate" type="b">
            <default>true</default>
            <summary>Use the same background for the welcome screen and the greeter</summary>
            <description>If true, the same background will be used for the welcome ('lock') screen and the background of the home screen. If false, two different backgrounds can be chosen.</description>
        </key>
        <key name="background-set-last" enum="enum-background-set-last">
            <default>"home"</default>
            <description>The most recently changed screen.</description>
        </key>
        <key name="background-previously-set-value" type="s">
            <default>""</default>
            <description>When background-duplicate is 'true', the value to restore the least recently changed screen to.</description>
        </key>
        <key name="storage-sort-by-name" type="b">
            <default>true</default>
            <summary>Whether the applications should be sorted by name.</summary>
            <description>If true the applications are sorted by name, otherwise by disk size.</description>
        </key>

        <key enum="primary-button-enum" name="mouse-primary-button">
            <default>"Left"</default>
            <summary>Primary Mouse Button.</summary>
            <description>The primary mouse button.</description>
        </key>
        <key name="mouse-cursor-speed" type="d">
            <default>0.5</default>
            <summary>Mouse cursor speed.</summary>
            <description>Mouse cursor speed.</description>
        </key>
        <key name="mouse-double-click-speed" type="i">
            <default>100</default>
            <summary>Mouse double click speed.</summary>
            <description>Mouse double click speed in milliseconds.</description>
        </key>
        <key name="mouse-scroll-speed" type="d">
            <default>0.5</default>
            <summary>Mouse scroll speed.</summary>
            <description>Mouse scroll speed.</description>
        </key>
        <key enum="primary-button-enum" name="touchpad-primary-button">
            <default>"Left"</default>
            <summary>Primary Touchpad Button.</summary>
            <description>The primary touchpad button.</description>
        </key>
        <key name="touchpad-cursor-speed" type="d">
            <default>0.5</default>
            <summary>Touchpad cursor speed.</summary>
            <description>Touchpad cursor speed.</description>
        </key>
        <key name="touchpad-double-click-speed" type="i">
            <default>100</default>
            <summary>Touchpad double click speed.</summary>
            <description>Touchpad double click speed in milliseconds.</description>
        </key>
        <key name="touchpad-scroll-speed" type="d">
            <default>0.5</default>
            <summary>Touchpad scroll speed.</summary>
            <description>Touchpad scroll speed.</description>
        </key>
        <key name="touchpad-disable-while-typing" type="b">
            <default>false</default>
            <summary>Ignore Touchpad while typing.</summary>
            <description>Disable touchpad while typing.</description>
        </key>
        <key name="touchpad-tap-to-click" type="b">
            <default>false</default>
            <summary>Tap to click.</summary>
            <description>Touchpad tap to click.</description>
        </key>
        <key name="touchpad-two-finger-scroll" type="b">
            <default>false</default>
            <summary>Two finger scrolling.</summary>
            <description>Touchpad two finger scrolling.</description>
        </key>
        <key name="touchpad-disable-with-mouse" type="b">
            <default>true</default>
            <summary>Ignore touchpad when a mouse is connected.</summary>
            <description>Disable touchpad when a mouse is connected.</description>
        </key>
        <key name="input-sources-current" type="u">
            <default>0</default>
            <summary>Current input source</summary>
            <description>The zero-based index into the input sources list specifying the current one in effect. The value is automatically capped to remain in the range [0, sources_length) as long as the sources list isn't empty.</description>
        </key>
        <key name="input-sources" type="a(ss)">
            <default>[]</default>
            <summary>List of input sources</summary>
            <description>List of input source identifiers available. Each source is specified as a tuple of 2 strings. The first string is the type and can be one of 'xkb' or 'ibus'. For 'xkb' sources the second string is 'xkb_layout+xkb_variant' or just 'xkb_layout' if a XKB variant isn't needed. For 'ibus' sources the second string is the IBus engine name. An empty list means that the X server's current XKB layout and variant won't be touched and IBus won't be used.</description>
        </key>
        <key name="input-sources-show-all" type="b">
            <default>false</default>
            <summary>Show all installed input sources</summary>
            <description>Makes all installed input sources available for choosing in System Settings.</description>
        </key>
        <key name="input-sources-per-window" type="b">
            <default>false</default>
            <summary>Use different input sources for each window</summary>
            <description>When enabled, input sources get attached to the currently focused window when activated.</description>
        </key>
        <key name="cursor-blink" type="b">
            <default>true</default>
            <summary>Cursor Blink</summary>
            <description>Whether the cursor should blink.</description>
        </key>
        <key name="cursor-blink-time" type="i">
            <range min="100" max="2500"/>
            <default>1200</default>
            <summary>Cursor Blink Time</summary>
            <description>Length of the cursor blink cycle, in milliseconds.</description>
        </key>
        <key name="cursor-blink-timeout" type="i">
            <range min="1" max="2147483647"/>
            <default>10</default>
            <summary>Cursor Blink Timeout</summary>
            <description>Time after which the cursor stops blinking, in seconds.</description>
        </key>
        <key name="keyboard-repeat" type="b">
            <default>true</default>
        </key>
        <key name="keyboard-repeat-interval" type="u">
            <default>30</default>
            <summary>Key Repeat Interval</summary>
            <description>Delay between repeats in milliseconds.</description>
        </key>
        <key name="keyboard-delay" type="u">
            <default>500</default>
            <summary>Initial Key Repeat Delay</summary>
            <description>Initial key repeat delay in milliseconds.</description>
        </key>
    </schema>
</schemalist>
Download as text