This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.latexila.gschema.xml is in latexila-data 3.14.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
 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
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<schemalist>
  <schema id="org.gnome.latexila" path="/org/gnome/latexila/">
    <child schema="org.gnome.latexila.preferences" name="preferences" />
    <child schema="org.gnome.latexila.state" name="state" />
  </schema>

  <schema gettext-domain="latexila" id="org.gnome.latexila.preferences" path="/org/gnome/latexila/preferences/">
    <child schema="org.gnome.latexila.preferences.editor" name="editor" />
    <child schema="org.gnome.latexila.preferences.ui" name="ui" />
    <child schema="org.gnome.latexila.preferences.latex" name="latex" />
    <child schema="org.gnome.latexila.preferences.file-browser" name="file-browser" />
  </schema>

  <schema gettext-domain="latexila" id="org.gnome.latexila.preferences.editor" path="/org/gnome/latexila/preferences/editor/">
    <key name="use-default-font" type="b">
      <default>true</default>
      <summary>Use Default Font</summary>
      <description>Whether to use the system's default fixed width font for editing text instead of a font specific to LaTeXila. If this option is turned off, then the font named in the "Editor Font" option will be used instead of the system font.</description>
    </key>
    <key name="editor-font" type="s">
      <default>'Monospace 10'</default>
      <summary>Editor Font</summary>
      <description>A custom font that will be used for the editing area. This will only take effect if the "Use Default Font" option is turned off.</description>
    </key>
    <key name="scheme" type="s">
      <default>'tango'</default>
      <summary>Style Scheme</summary>
      <description>The ID of a GtkSourceView Style Scheme used to color the text.</description>
    </key>
    <key name="create-backup-copy" type="b">
      <default>true</default>
      <summary>Create Backup Copies</summary>
      <description>Whether LaTeXila should create backup copies for the files it saves.</description>
    </key>
    <key name="auto-save" type="b">
      <default>false</default>
      <summary>Autosave</summary>
      <description>Whether LaTeXila should automatically save modified files after a time interval. You can set the time interval with the "Autosave Interval" option.</description>
    </key>
    <key name="auto-save-interval" type="u">
      <range min="1" max="100" />
      <default>10</default>
      <summary>Autosave Interval</summary>
      <description>Number of minutes after which LaTeXila will automatically save modified files. This will only take effect if the "Autosave" option is turned on.</description>
    </key>
    <key name="reopen-files" type="b">
      <default>true</default>
      <summary>Reopen files on startup</summary>
      <description>Whether LaTeXila should reopen the files that was opened the last time.</description>
    </key>
    <key name="tabs-size" type="u">
      <range min="1" max="24" />
      <default>2</default>
      <summary>Tab Size</summary>
      <description>Specifies the number of spaces that should be displayed instead of Tab characters.</description>
    </key>
    <key name="insert-spaces" type="b">
      <default>true</default>
      <summary>Insert spaces</summary>
      <description>Whether LaTeXila should insert spaces instead of tabs.</description>
    </key>
    <key name="forget-no-tabs" type="b">
      <default>true</default>
      <summary>Forget lack of tabulations</summary>
      <description>Forget you are not using tabulations.</description>
    </key>
    <key name="display-line-numbers" type="b">
      <default>false</default>
      <summary>Display Line Numbers</summary>
      <description>Whether LaTeXila should display line numbers in the editing area.</description>
    </key>
    <key name="highlight-current-line" type="b">
      <default>true</default>
      <summary>Highlight Current Line</summary>
      <description>Whether LaTeXila should highlight the current line.</description>
    </key>
    <key name="bracket-matching" type="b">
      <default>true</default>
      <summary>Highlight Matching Brackets</summary>
      <description>Whether LaTeXila should highlight matching brackets.</description>
    </key>
    <key name="spell-checking" type="b">
      <default>false</default>
      <summary>Spell checking</summary>
    </key>
  </schema>

  <schema gettext-domain="latexila" id="org.gnome.latexila.preferences.ui" path="/org/gnome/latexila/preferences/ui/">
    <key name="main-toolbar-visible" type="b">
      <default>true</default>
      <summary>Main toolbar is visible</summary>
      <description>Whether the main toolbar (file open, close, build, ...) should be visible.</description>
    </key>
    <key name="edit-toolbar-visible" type="b">
      <default>true</default>
      <summary>Edit toolbar is visible</summary>
      <description>Whether the edit toolbar (bold, italic, character sizes, ...) should be visible.</description>
    </key>
    <key name="side-panel-visible" type="b">
      <default>true</default>
      <summary>Side panel is Visible</summary>
      <description>Whether the side panel at the left of editing windows should be visible.</description>
    </key>
    <key name="bottom-panel-visible" type="b">
      <default>true</default>
      <summary>Bottom panel is Visible</summary>
      <description>Whether the bottom panel containing the build view should be visible.</description>
    </key>
    <key name="side-panel-component" type="i">
      <default>0</default>
      <summary>Side panel component</summary>
      <description>Side panel's active component. 0: Symbols. 1: File browser. 2: Structure.</description>
    </key>
    <key name="show-build-warnings" type="b">
      <default>true</default>
      <summary>Show build output warnings</summary>
    </key>
    <key name="show-build-badboxes" type="b">
      <default>true</default>
      <summary>Show build output badboxes</summary>
    </key>
  </schema>

  <schema gettext-domain="latexila" id="org.gnome.latexila.preferences.latex" path="/org/gnome/latexila/preferences/latex/">
    <key name="interactive-completion" type="b">
      <default>true</default>
      <summary>Interactive completion</summary>
      <description>Automatically show LaTeX commands proposals</description>
    </key>
    <key name="interactive-completion-num" type="u">
      <range min="0" max="8" />
      <default>2</default>
      <summary>Minimum number of characters for interactive completion</summary>
      <description>Minimum number of characters after "\" for the interactive completion of LaTeX commands</description>
    </key>
    <key name="no-confirm-clean" type="b">
      <default>false</default>
      <summary>No confirmation when cleaning-up</summary>
    </key>
    <key name="automatic-clean" type="b">
      <default>false</default>
      <summary>Automatic clean-up</summary>
      <description>Automatically clean-up files after close. no-confirm-clean must be true.</description>
    </key>
    <key name="clean-extensions" type="s">
      <default>'.aux .blg .bbl .fdb_latexmk .fls .idx .ilg .ind .log .nav .out .snm .synctex.gz .toc'</default>
      <summary>File extensions for the clean-up</summary>
      <description>The list of file extensions for the clean-up, separated by spaces</description>
    </key>
    <key name="enabled-default-build-tools" type="ai">
      <default>[]</default>
      <summary>Enabled default build tools</summary>
      <description>The list of the default build tools that are enabled</description>
    </key>
    <key name="disabled-default-build-tools" type="ai">
      <default>[]</default>
      <summary>Disabled default build tools</summary>
      <description>The list of the default build tools that are disabled</description>
    </key>
  </schema>

  <schema gettext-domain="latexila" id="org.gnome.latexila.preferences.file-browser" path="/org/gnome/latexila/preferences/file-browser/">
    <key name="current-directory" type="s">
      <default>''</default>
      <summary>Current directory</summary>
      <description>URI of the file browser current directory</description>
    </key>
    <key name="show-build-files" type="b">
      <default>false</default>
      <summary>Show build files</summary>
      <description>Show files with an extension present in preferences.latex.clean-extensions.</description>
    </key>
    <key name="show-hidden-files" type="b">
      <default>false</default>
      <summary>Show hidden files</summary>
      <description>Show files beginning with a dot.</description>
    </key>
  </schema>

  <schema id="org.gnome.latexila.state" path="/org/gnome/latexila/state/">
    <child schema="org.gnome.latexila.state.window" name="window" />
  </schema>

  <schema id="org.gnome.latexila.state.window" path="/org/gnome/latexila/state/window/">
    <key name="state" type="i">
      <default>0</default>
    </key>
    <key name="size" type="(ii)">
      <default>(950, 660)</default>
    </key>
    <key name="documents" type="as">
      <default>['']</default>
    </key>
    <key name="side-panel-size" type="i">
      <default>256</default>
    </key>
    <key name="vertical-paned-position" type="i">
      <default>375</default>
    </key>
    <key name="structure-paned-position" type="i">
      <default>100</default>
    </key>
  </schema>
</schemalist>