This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.todo.background.gschema.xml is in gnome-todo-common 3.28.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-todo">
    <schema id="org.gnome.todo.plugins.background" path="/org/gnome/todo/plugins/background/">
        <key name="run-on-startup" type="b">
            <default>false</default>
            <summary>Run To Do on startup</summary>
            <description>Whether GNOME To Do should run on startup</description>
        </key>
        <key name="show-notifications" type="b">
            <default>true</default>
            <summary>Show notifications on startup</summary>
            <description>Whether GNOME To Do should show notifications or not</description>
        </key>
    </schema>
</schemalist>