This file is indexed.

/usr/share/glib-2.0/schemas/org.ubuntubudgie.visualspace.gschema.xml is in budgie-desktop-environment 0.9.9.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
    <schema path="/org/ubuntubudgie/visualspace/"
            id="org.ubuntubudgie.visualspace">
        <key type="b" name="show-visual">
            <summary>Set visualization</summary>
            <description>Whether to use visualization when switching workspaces</description>
            <default>true</default>
        </key>
        <key type="i" name="min-nworkspaces">
            <summary>Set minimum number of workspaces</summary>
            <description>The minimum number of workspaces that should be available</description>
	    <range min="1" max="12"/>
            <default>4</default>
        </key>
    </schema>
</schemalist>