This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml is in gnumeric-common 1.10.17-1ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/apps/gnumeric/plugin/" id="org.gnome.gnumeric.plugin" gettext-domain="gnumeric">
    <child schema="org.gnome.gnumeric.plugin.latex" name="latex"/>
    <child schema="org.gnome.gnumeric.plugin.lpsolve" name="lpsolve"/>
    <child schema="org.gnome.gnumeric.plugin.glpk" name="glpk"/>
  </schema>
  <schema path="/apps/gnumeric/plugin/latex/" id="org.gnome.gnumeric.plugin.latex" gettext-domain="gnumeric">
    <key type="b" name="use-utf8">
      <default>false</default>
      <summary>Use UTF-8 in LaTeX Export</summary>
      <description>This setting determines whether created LaTeX files use UTF-8 (unicode) or ISO-8859-1 (Latin1). To use the UTF-8 files, you must have the ucs LaTeX package installed.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/plugin/lpsolve/" id="org.gnome.gnumeric.plugin.lpsolve" gettext-domain="gnumeric">
    <key type="s" name="lpsolve-path">
      <default>''</default>
      <summary>Full path of lp_solve program to use</summary>
      <description>This is the full path to the lp_solve binary that the lpsolve plugin should use.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/plugin/glpk/" id="org.gnome.gnumeric.plugin.glpk" gettext-domain="gnumeric">
    <key type="s" name="glpsol-path">
      <default>''</default>
      <summary>Full path of glpsol program to use</summary>
      <description>This is the full path to the glpsol binary that the lpsolve plugin should use.</description>
    </key>
  </schema>
</schemalist>