This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Nautilus.Sendto.gschema.xml is in nautilus-sendto 3.6.1-2ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/NautilusSendto/" id="org.gnome.Nautilus.Sendto" gettext-domain="nautilus-sendto">
    <key type="s" name="last-medium">
      <default>''</default>
      <summary>Last plugin used to send</summary>
      <description>
        Used to store which plugin was used the last time
        files were sent using nautilus-sendto.
      </description>
    </key>
    <key type="i" name="last-compress">
      <default>0</default>
      <summary>Last type of archive used</summary>
      <description>
        Used to store which type of archive was used the last time
        (0: zip, 1: tar.gz, 2: tar.bz2).
      </description>
    </key>
  </schema>
</schemalist>