This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gedit.plugins.latex.gschema.xml is in gedit-latex-plugin 3.8.0-3build1.

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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <enum id='org.gnome.gedit.plugins.latex.ToolbarMode'>
    <value value='0' nick='normal'/>
    <value value='1' nick='combined'/>
    <value value='2' nick='disabled'/>
  </enum>
  <schema path="/org/gnome/gedit/plugins/latex/" id="org.gnome.gedit.plugins.latex" gettext-domain="gedit-latex">
    <key type="i" name="maximum-bibtex-size">
      <default>500</default>
      <summary>Maximum BibTeX Size</summary>
    </key>
    <key type="i" name="bibtex-outline-grouping">
      <default>1</default>
    </key>
    <key type="b" name="outline-connect-to-editor">
      <default>true</default>
      <summary>Connect Outline to Editor</summary>
    </key>
    <key type="b" name="outline-show-labels">
      <default>false</default>
      <summary>Show Labels in Outline</summary>
    </key>
    <key type="b" name="outline-show-tables">
      <default>true</default>
      <summary>Show Tables in Outline</summary>
    </key>
    <key type="b" name="outline-show-graphics">
      <default>true</default>
      <summary>Show Graphics in Outline</summary>
    </key>
    <key type="b" name="issues-show-warnings">
      <default>true</default>
      <summary>Show Warnings in Issues</summary>
    </key>
    <key type="b" name="issues-show-tasks">
      <default>true</default>
      <summary>Show Tasks in Issues</summary>
    </key>
    <key type="b" name="hide-box-warnings">
      <default>false</default>
      <summary>Hide Box Warnings</summary>
    </key>
   <key name="toolbar-mode" enum="org.gnome.gedit.plugins.latex.ToolbarMode">
      <default>'combined'</default>
      <summary>Show LaTeX Toolbar below (normal), combined with the main toolbar, or disabled</summary>
    </key>
    <key type="s" name="expanded-symbol-groups">
      <default>'Greek,Operators,Arrows,Special'</default>
      <summary>Expanded Symbol Groups</summary>
    </key>
    <key type="s" name="latex-extensions">
      <default>'.tex,.sty,.Rnw'</default>
      <summary>LaTeX Extensions</summary>
    </key>
    <key type="s" name="graphics-extensions">
      <default>'.eps,.pdf,.jpg,.jpeg,.gif,.png'</default>
      <summary>Graphics File Extensions</summary>
    </key>
    <key type="s" name="graphics-paths">
      <default>'.'</default>
      <summary>Paths Relative to .tex File to Look for Graphics</summary>
    </key>
    <key type="s" name="extra-issue-commands">
      <default>'fxnote'</default>
      <summary>Extra LaTeX commands used to mark issues, such as \fxnote{foo}</summary>
    </key>

    <key type="s" name="light-foreground-color">
      <default>'#957d47'</default>
    </key>
    <key type="s" name="error-background-color">
      <default>'#ffdddd'</default>
    </key>
    <key type="s" name="warning-background-color">
      <default>'#ffffcf'</default>
    </key>
    <key type="s" name="template-background-color">
      <default>'#f2f7ff'</default>
    </key>
    <key type="s" name="placeholder-background-color">
      <default>'#d6e4ff'</default>
    </key>
    <key type="s" name="placeholder-foreground-color">
      <default>'#2a66e1'</default>
    </key>

    <key type="s" name="recent-listing-language">
      <default>'Python'</default>
    </key>
    <key type="s" name="recent-bibtex-style">
      <default>'plain'</default>
    </key>

  </schema>
</schemalist>