This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.boxes.gschema.xml is in gnome-boxes 3.8.4-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/boxes/" id="org.gnome.boxes" gettext-domain="gnome-boxes">

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

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

    <key type="i" name="animation-duration">
      <summary>Animation duration</summary>
      <description>The time it takes for transitions and animation, in ms.</description>
      <default>167</default>
    </key>

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

  </schema>
</schemalist>