This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.user-interface.gschema.xml is in gsettings-ubuntu-schemas 0.0.5+16.04.20160307-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema path="/com/ubuntu/user-interface/" id="com.ubuntu.user-interface">
        <key type="a{si}" name="scale-factor">
        <summary>Per monitor scale factor</summary>
        <default>{}</default>
        <description>Per monitor scale factor for all user interface components. The values are stored in a dictionary where the keys are IDs of monitors and the values are the scale factors. The scale factors are not the traditional float scale factors that one might expect. Instead they are integers that need to be divided by 8 before being used as regular scale factors. That limits the number of possible scalings applied to the UI without jeopardizing flexibility (there is still enough possible scalings for all devices out there). This limiting allows for better testing since there is now only a finite number of possible scalings. The scale factor also maps directly to the grid units used in the Ubuntu UI Toolkit where one grid unit is exactly equal to 'scale factor' number of pixels.</description>
        </key>
    </schema>
</schemalist>