This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.boxes.gschema.xml is in gnome-boxes 3.28.1-1.

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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<schemalist gettext-domain="gnome-boxes">

  <enum id="org.gnome.boxes.view-type">
    <value nick="icon-view" value="1"/>
    <value nick="list-view" value="2"/>
  </enum>

  <schema id="org.gnome.boxes" path="/org/gnome/boxes/" gettext-domain="gnome-boxes">

    <key name="collections" type="as">
      <summary>Collections</summary>
      <description>
        The list of boxes collections
      </description>
      <default l10n="messages">[ 'Work', 'Research', 'Gaming' ]</default>
    </key>

    <key name="screenshot-interval" type="i">
      <summary>Screenshot interval</summary>
      <description>
        The interval in seconds between screenshot updates
      </description>
      <default>5</default>
    </key>

    <key name='view' enum='org.gnome.boxes.view-type'>
      <default>'icon-view'</default>
    </key>

    <key name="window-size" type="ai">
      <default>[768, 600]</default>
      <summary>Window size</summary>
      <description>
        Window size (width and height)
      </description>
    </key>
    <key name="window-position" type="ai">
      <default>[]</default>
      <summary>Window position</summary>
      <description>
        Window position (x and y)
      </description>
    </key>
    <key name="window-maximized" type="b">
      <default>true</default>
      <summary>Window maximized</summary>
      <description>
        Window maximized state
      </description>
    </key>

    <key name="shared-folders" type="s">
      <default>""</default>
      <summary>Shared folders</summary>
      <description>Variant array of shared folders’ names and path mapping</description>
    </key>

  </schema>
</schemalist>