This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.evolution.gschema.xml is in evolution-common 3.28.1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/evolution/" id="org.gnome.evolution" gettext-domain="evolution">
    <key type="s" name="version">
      <default>''</default>
      <summary>Previous Evolution version</summary>
      <description>The most recently used version of Evolution, expressed as “major.minor.micro”. This is used for data and settings migration from older to newer versions.</description>
    </key>
    <key type="as" name="disabled-eplugins">
      <default>[]</default>
      <summary>List of disabled plugins</summary>
      <description>The list of disabled plugins in Evolution</description>
    </key>
  </schema>

  
  <schema id="org.gnome.evolution.window" gettext-domain="evolution">
    <key type="i" name="x">
      <default>0</default>
      <summary>The window’s X coordinate</summary>
    </key>
    <key type="i" name="y">
      <default>0</default>
      <summary>The window’s Y coordinate</summary>
    </key>
    <key type="i" name="width">
      <default>0</default>
      <summary>The window’s width in pixels</summary>
    </key>
    <key type="i" name="height">
      <default>0</default>
      <summary>The window’s height in pixels</summary>
    </key>
    <key type="b" name="maximized">
      <default>false</default>
      <summary>Whether the window is maximized</summary>
    </key>
  </schema>
</schemalist>