This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.Atril.gschema.xml is in atril 1.20.1-2ubuntu2.

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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<schemalist>

  <enum id="org.mate.Atril.SizingMode">
    <value nick="fit-page" value="0"/>
    <value nick="fit-width" value="1"/>
    <value nick="free" value="2"/>
  </enum>

  <schema id="org.mate.Atril" path="/org/mate/atril/" gettext-domain="atril">
    <key name="override-restrictions" type="b">
      <default>true</default>
      <summary>Override document restrictions</summary>
      <description>Override document restrictions, like restriction to copy or to print.</description>
    </key>
    <key name="auto-reload" type="b">
      <default>true</default>
      <summary>Automatically reload the document</summary>
      <description>Whether the document is automatically reloaded on file change.</description>
    </key>
    <key name="document-directory" type="ms">
      <default>nothing</default>
      <summary>The URI of the directory last used to open or save a document.</summary>
    </key>
    <key name="pictures-directory" type="ms">
      <default>nothing</default>
      <summary>The URI of the directory last used to save a picture.</summary>
    </key>
    <key name="page-cache-size" type="u">
      <default>50</default>
      <summary>Page cache size in MiB</summary>
      <description>The maximum size that will be used to cache rendered pages, limits maximum zoom level.</description>
    </key>
    <key name="show-caret-navigation-message" type="b">
      <default>true</default>
      <summary>Show a dialog to confirm that the user wants to activate the caret navigation.</summary>
    </key>
    <child name="default" schema="org.mate.Atril.Default"/>
  </schema>

  <schema id="org.mate.Atril.Default" path="/org/mate/atril/default/" gettext-domain="atril">
    <key name="show-toolbar" type="b">
      <default>true</default>
    </key>
    <key name="show-sidebar" type="b">
      <default>true</default>
    </key>
    <key name="window-ratio" type="(dd)">
      <default>(0., 0.)</default>
    </key>
    <key name="sizing-mode" enum="org.mate.Atril.SizingMode">
      <default>'fit-width'</default>
    </key>
    <key name="zoom" type="d">
      <default>1.</default>
    </key>
    <key name="inverted-colors" type="b">
      <default>false</default>
    </key>
    <key name="continuous" type="b">
      <default>true</default>
    </key>
    <key name="dual-page" type="b">
      <default>false</default>
    </key>
    <key name="dual-page-odd-left" type="b">
      <default>false</default>
    </key>
    <key name="fullscreen" type="b">
      <default>false</default>
    </key>
    <key name="sidebar-page" type="s">
      <default>'links'</default>
    </key>
    <key name="sidebar-size" type="i">
      <default>132</default>
    </key>
  </schema>

</schemalist>