This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Logs.gschema.xml is in gnome-logs 3.28.0-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-logs">
  <schema id="org.gnome.Logs" path="/org/gnome/logs/">
    <key name="ignore-warning" type="b">
      <summary>Ignore warning</summary>
      <description>Whether to ignore the warning that says you don’t have sufficient permission to view logs. If ignored, the warning won’t show up again.</description>
      <default>false</default>
    </key>
    <key name="sort-order" enum="org.gnome.Logs.GlSortOrder">
      <summary>How to sort list rows in the event view list</summary>
      <description>Sort list rows in ascending or descending order for the selected type</description>
      <default>'descending-time'</default>
    </key>
  </schema>
</schemalist>