/usr/share/glib-2.0/schemas/com.ubuntu.touch.system-settings.gschema.xml is in ubuntu-system-settings 0.1+14.04.20140411-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <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>
<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>
</schema>
</schemalist>
|