This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.touch.system-settings.gschema.xml is in ubuntu-system-settings 0.3+16.04.20160330-0ubuntu1.

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
32
33
34
35
36
<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>
        <key name="callforwarding-summaries" type="a{ss}">
            <summary>Call forwarding summaries</summary>
            <default>{}</default>
            <description>Mapping of SIM to a call forwarding summary.</description>
        </key>
    </schema>
</schemalist>