This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.latexila.gschema.xml is in latexila-data 2.10.1-0ubuntu1.

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
205
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/latexila/" id="org.gnome.latexila">
    <child schema="org.gnome.latexila.preferences" name="preferences"/>
    <child schema="org.gnome.latexila.state" name="state"/>
  </schema>

  <schema path="/org/gnome/latexila/preferences/" id="org.gnome.latexila.preferences" gettext-domain="latexila">
    <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 path="/org/gnome/latexila/preferences/editor/" id="org.gnome.latexila.preferences.editor" gettext-domain="latexila">
    <key type="b" name="use-default-font">
      <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 type="s" name="editor-font">
      <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 type="s" name="scheme">
      <default>'tango'</default>
      <summary>Style Scheme</summary>
      <description>The ID of a GtkSourceView Style Scheme used to color the text.</description>
    </key>
    <key type="b" name="create-backup-copy">
      <default>true</default>
      <summary>Create Backup Copies</summary>
      <description>Whether LaTeXila should create backup copies for the files it saves.</description>
    </key>
    <key type="b" name="auto-save">
      <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 type="u" name="auto-save-interval">
      <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 type="b" name="reopen-files">
      <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 type="u" name="tabs-size">
      <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 type="b" name="insert-spaces">
      <default>true</default>
      <summary>Insert spaces</summary>
      <description>Whether LaTeXila should insert spaces instead of tabs.</description>
    </key>
    <key type="b" name="forget-no-tabs">
      <default>true</default>
      <summary>Forget lack of tabulations</summary>
      <description>Forget you are not using tabulations.</description>
    </key>
    <key type="b" name="display-line-numbers">
      <default>false</default>
      <summary>Display Line Numbers</summary>
      <description>Whether LaTeXila should display line numbers in the editing area.</description>
    </key>
    <key type="b" name="highlight-current-line">
      <default>true</default>
      <summary>Highlight Current Line</summary>
      <description>Whether LaTeXila should highlight the current line.</description>
    </key>
    <key type="b" name="bracket-matching">
      <default>true</default>
      <summary>Highlight Matching Brackets</summary>
      <description>Whether LaTeXila should highlight matching brackets.</description>
    </key>
    <key type="b" name="spell-checking">
      <default>false</default>
      <summary>Spell checking</summary>
    </key>
  </schema>

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

  <schema path="/org/gnome/latexila/preferences/latex/" id="org.gnome.latexila.preferences.latex" gettext-domain="latexila">
    <key type="b" name="interactive-completion">
      <default>true</default>
      <summary>Interactive completion</summary>
      <description>Automatically show LaTeX commands proposals</description>
    </key>
    <key type="u" name="interactive-completion-num">
      <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 type="b" name="no-confirm-clean">
      <default>false</default>
      <summary>No confirmation when cleaning-up</summary>
    </key>
    <key type="b" name="automatic-clean">
      <default>false</default>
      <summary>Automatic clean-up</summary>
      <description>Automatically clean-up files after close. no-confirm-clean must be true.</description>
    </key>
    <key type="s" name="clean-extensions">
      <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 type="ai" name="enabled-default-build-tools">
      <default>[]</default>
      <summary>Enabled default build tools</summary>
      <description>The list of the default build tools that are enabled</description>
    </key>
    <key type="ai" name="disabled-default-build-tools">
      <default>[]</default>
      <summary>Disabled default build tools</summary>
      <description>The list of the default build tools that are disabled</description>
    </key>
  </schema>

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

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

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