This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.documents.gschema.xml is in gnome-documents 3.22.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
<schemalist gettext-domain="gnome-documents">
  <schema id="org.gnome.documents" path="/org/gnome/documents/">
    <key name="view-as" enum="org.gnome.Documents.GdMainViewType">
      <default>'icon'</default>
      <summary>View as</summary>
      <description>View as type</description>
    </key>
    <key name="sort-by" enum="org.gnome.Documents.GdMainColumns">
      <default>'mtime'</default>
      <summary>Sort by</summary>
      <description>Sort by type</description>
    </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="night-mode" type="b">
      <default>false</default>
      <summary>Night mode</summary>
      <description>Whether the application is in night mode.</description>
    </key>
  </schema>
</schemalist>