This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.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
 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/apps/gnumeric/functionselector/" id="org.gnome.gnumeric.functionselector" gettext-domain="gnumeric">
    <key type="as" name="recentfunctions">
      <default>[]</default>
      <summary>List of recently used functions.</summary>
      <description>The function selector keeps a list of recently used functions. This is that list.</description>
    </key>
    <key type="i" name="num-of-recent">
      <default>12</default>
      <summary>Maximum Length of Recently Used Functions List</summary>
      <description>The function selector keeps a list of recently used functions. This is the maximum length of that list.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/autocorrect/" id="org.gnome.gnumeric.autocorrect" gettext-domain="gnumeric">
    <key type="b" name="init-caps">
      <default>true</default>
      <summary>Autocorrect initial caps</summary>
      <description>Autocorrect initial caps</description>
    </key>
     <key type="as" name="init-caps-list">
      <default>[]</default>
      <summary>Autocorrect initial caps</summary>
      <description>Autocorrect initial caps</description>
    </key>
   <key type="b" name="first-letter">
      <default>true</default>
      <summary>List of Init Caps Exceptions</summary>
      <description>The autocorrect engine does not correct the initial caps for words in this list.</description>
    </key>
    <key type="as" name="first-letter-list">
      <default>[]</default>
      <summary>List of First Letter Exception</summary>
      <description>The autocorrect engine does not correct the first letter for words in this list.</description>
    </key>
    <key type="b" name="names-of-days">
      <default>true</default>
      <summary>Autocorrect names of days</summary>
      <description>Autocorrect names of days</description>
    </key>
    <key type="b" name="replace">
      <default>true</default>
      <summary>Autocorrect replace</summary>
      <description>Autocorrect replace</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/plugins/" id="org.gnome.gnumeric.plugins" gettext-domain="gnumeric">
    <key type="b" name="activate-new">
      <default>true</default>
      <summary>Activate New Plugins</summary>
      <description>This variable determines whether to activate every new encountered plugin.</description>
    </key>
    <key type="as" name="active">
      <default>[]</default>
      <summary>List of Active Plugins.</summary>
      <description>This list contains all plugins that are supposed to be automatically activated.</description>
    </key>
    <key type="as" name="known">
      <default>[]</default>
      <summary>List of Known Plugins.</summary>
      <description>This list contains all known plugins.</description>
    </key>
    <key type="as" name="file-states">
      <default>[]</default>
      <summary>List of Plugin File States.</summary>
      <description>This list contains all plugin file states.</description>
    </key>
    <key type="as" name="extra-dirs">
      <default>[]</default>
      <summary>List of Extra Plugin Directories.</summary>
      <description>This list contains all extra directories containing plugins.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/autoformat/" id="org.gnome.gnumeric.autoformat" gettext-domain="gnumeric">
    <key type="as" name="extra-dirs">
      <default>[]</default>
      <summary>List of Extra Autoformat Directories.</summary>
      <description>This list contains all extra directories containing autoformat templates.</description>
    </key>
    <key type="s" name="sys-dir">
      <default>'autoformat-templates'</default>
      <summary>System Directory for Autoformats</summary>
      <description>This directory contains the pre-installed autoformat templates.</description>
    </key>
    <key type="s" name="usr-dir">
      <default>'autoformat-templates'</default>
      <summary>User Directory for Autoformats</summary>
      <description>The main directory for user specific autoformat templates.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/printsetup/" id="org.gnome.gnumeric.printsetup" gettext-domain="gnumeric">
    <key type="b" name="all-sheets">
      <default>false</default>
      <summary>Apply print-setup to all sheets</summary>
      <description>This value determines whether by default the print set-up dialog applies to all sheets simultaneously.</description>
    </key>
    <key type="as" name="gtk-setting">
      <default>[]</default>
      <summary>GTKPrintSetting</summary>
      <description>The configuration of GTKPrintSetting. Do not edit this variable.</description>
    </key>
    <key type="as" name="header">
      <default>['','&amp;\[TAB\]','']</default>
      <summary>Page Header</summary>
      <description>The default page header for new documents that can be modified using the page setup dialog.</description>
    </key>
    <key type="as" name="footer">
      <default>['','Page &amp;\[PAGE\]','']</default>
      <summary>Page Footer</summary>
      <description>The default page footer for new documents that can be modified using the page setup dialog.</description>
    </key>
    <key type="d" name="hf-font-size">
      <default>10</default>
      <summary>Default Header/Footer Font Size</summary>
      <description>The default font size for headers and footers.</description>
    </key>
    <key type="s" name="hf-font-name">
      <default>'Sans'</default>
      <summary>Default header/footer font name</summary>
      <description>The default font name for headers and footers.</description>
    </key>
    <key type="b" name="hf-font-bold">
      <default>false</default>
      <summary>The default header/footer font is bold.</summary>
      <description>This value determines whether the default font for headers and footers is bold.</description>
    </key>
    <key type="b" name="hf-font-italic">
      <default>false</default>
      <summary>The default header/footer font is italic.</summary>
      <description>This value determines whether the default font for headers and footers is italic.</description>
    </key>
    <key type="b" name="center-horizontally">
      <default>false</default>
      <summary>Default Horizontal Centering</summary>
      <description>This value determines whether the default setting in the Print Setup dialog is to center pages horizontally.</description>
    </key>
    <key type="b" name="center-vertically">
      <default>false</default>
      <summary>Default Vertical Centering</summary>
      <description>This value determines whether the default setting in the Print Setup dialog is to center pages vertically.</description>
    </key>
    <key type="b" name="print-grid-lines">
      <default>false</default>
      <summary>Default Grid Line Printing</summary>
      <description>This value determines the default setting in the Print Setup dialog whether print grid lines. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="b" name="print-even-if-only-styles">
      <default>false</default>
      <summary>Default Print Cells with Only Styles</summary>
      <description>This value determines the default setting in the Print Setup dialog whether to print empty but formatted cells. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="b" name="print-black-n-white">
      <default>false</default>
      <summary>Default Black and White Printing</summary>
      <description>This value determines the default setting in the Print Setup dialog whether to print in only black and white. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="b" name="print-titles">
      <default>false</default>
      <summary>Default Title Printing</summary>
      <description>This value determines the default setting in the Print Setup dialog whether to print row and column headers. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="b" name="across-then-down">
      <default>false</default>
      <summary>Default Print Direction</summary>
      <description>This value determines the default setting in the Print Setup dialog whether to print first right then down. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="b" name="scale-percentage">
      <default>true</default>
      <summary>Default Scale Type</summary>
      <description>This value determines the default setting in the Print Setup dialog whether to scale pages by a given percentage. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="scale-percentage-value">
      <default>100</default>
      <summary>Default Scale Percentage</summary>
      <description>This value gives the percentage by which to scale each printed page. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="i" name="scale-width">
      <default>0</default>
      <summary>Default Scaling Width</summary>
      <description>This value determines the maximum number of pages that make up the width of a printout of the current sheet. The sheet will be reduced to fit within this width. This value can be changed in the Page Setup dialog.</description>
    </key>
    <key type="i" name="scale-height">
      <default>0</default>
      <summary>Default Scaling Height</summary>
      <description>This value determines the maximum number of pages that make up the height of a printout of the current sheet. The sheet will be reduced to fit within this height. This value can be changed in the Page Setup dialog.</description>
    </key>
    <key type="s" name="repeat-top">
      <default>''</default>
      <summary>Default Repeated Top Region</summary>
      <description>This string gives the default region to be repeated at the top of each printed sheet. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="s" name="repeat-left">
      <default>''</default>
      <summary>Default Repeated Left Region</summary>
      <description>This string gives the default region to be repeated at the left of each printed sheet. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="s" name="preferred-unit">
      <default>'mm'</default>
      <summary>Preferred Display Unit</summary>
      <description>This string gives the default unit to be used in the page setup dialog.</description>
    </key>
    <key type="d" name="margin-top">
      <default>120</default>
      <summary>Default Top Margin</summary>
      <description>This value gives the default number of points from the top of a page to the start of the body. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="margin-bottom">
      <default>120</default>
      <summary>Default Bottom Margin</summary>
      <description>This value gives the default number of points from the bottom of a page to the end of the body. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="margin-gtk-bottom">
      <default>72</default>
      <summary>Default Bottom Outside Margin</summary>
      <description>This value gives the default number of points from the bottom of a page to the end of the footer. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="margin-gtk-top">
      <default>72</default>
      <summary>Default Top Outside Margin</summary>
      <description>This value gives the default number of points from the top of a page to the top of the header. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="margin-gtk-left">
      <default>72</default>
      <summary>Default Left Margin</summary>
      <description>This value gives the default number of points from the left of a page to the left of the body. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="d" name="margin-gtk-right">
      <default>72</default>
      <summary>Default Bottom Margin</summary>
      <description>This value gives the default number of points from the right of a page to the right of the body. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="s" name="paper">
      <default>''</default>
      <summary>Paper</summary>
      <description>This is the default paper specification. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="i" name="paper-orientation">
      <default>0</default>
      <summary>Paper orientation</summary>
      <description>This is the default paper orientation. Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="as" name="hf-left">
      <default>[]</default>
      <summary>Header/Footer Format (Left Portion)</summary>
      <description>Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="as" name="hf-middle">
      <default>[]</default>
      <summary>Header/Footer Format (Middle Portion)</summary>
      <description>Please use the Print Setup dialog to edit this value.</description>
    </key>
    <key type="as" name="hf-right">
      <default>[]</default>
      <summary>Header/Footer Format (Right Portion)</summary>
      <description>Please use the Print Setup dialog to edit this value.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/dialogs/rs/" id="org.gnome.gnumeric.dialogs.rs" gettext-domain="gnumeric">
    <key type="b" name="unfocused">
      <default>false</default>
      <summary>Allow Unfocused Range Selections</summary>
      <description>Some dialogs contain only a single entry field that allows range selections in the workbook. Setting this variable to TRUE directs selections to this entry even if the entry does not have keyboard focus.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/stf/" id="org.gnome.gnumeric.stf" gettext-domain="gnumeric">
    <child schema="org.gnome.gnumeric.stf.export" name="export"/>
  </schema>
  <schema path="/apps/gnumeric/stf/export/" id="org.gnome.gnumeric.stf.export" gettext-domain="gnumeric">
    <key type="s" name="stringindicator">
      <default>'"'</default>
      <summary>Text Export String Indicator</summary>
      <description>Please use the Text Export dialog to edit this value.</description>
    </key>
    <key type="s" name="separator">
      <default>','</default>
      <summary>Text Export Field Separator</summary>
      <description>Please use the Text Export dialog to edit this value.</description>
    </key>
    <key type="s" name="terminator">
      <default>'&#10;'</default>
      <summary>Text Export Record Terminator</summary>
      <description>Please use the Text Export dialog to edit this value.</description>
    </key>
  </schema>
  <schema path="/apps/gnumeric/searchreplace/" id="org.gnome.gnumeric.searchreplace" gettext-domain="gnumeric">
    <key type="b" name="ignore-case">
      <default>true</default>
      <summary>Search &amp; Replace Ignores Case</summary>
      <description>Search &amp; Replace ignores case as default</description>
    </key>
    <key type="b" name="preserve-case">
      <default>false</default>
      <summary>Search &amp; Replace Preserves Case</summary>
      <description>Search &amp; Replace preserves case as default</description>
    </key>
    <key type="b" name="query">
      <default>false</default>
      <summary>Search &amp; Replace Poses Query</summary>
      <description>Search &amp; Replace poses query before each change as default</description>
    </key>
    <key type="b" name="whole-words-only">
      <default>false</default>
      <summary>Search &amp; Replace Whole Words Only</summary>
      <description>Search &amp; Replace replaces whole words only as default</description>
    </key>
    <key type="i" name="scope">
      <default>0</default>
      <summary>Search &amp; Replace Scope</summary>
      <description>This is the default scope of Search &amp; Replace. 0: entire workbook; 1: current sheet; 2: range</description>
    </key>
    <key type="b" name="change-cell-strings">
      <default>true</default>
      <summary>Search &amp; Replace Changes Strings</summary>
      <description>Search &amp; Replace changes cells containing strings as default</description>
    </key>
    <key type="b" name="change-cell-expressions">
      <default>true</default>
      <summary>Search &amp; Replace Changes Expressions</summary>
      <description>Search &amp; Replace changes cells containing expressions as default</description>
    </key>
    <key type="b" name="change-cell-other">
      <default>true</default>
      <summary>Search &amp; Replace Changes Other Values</summary>
      <description>Search &amp; Replace changes cells containing other values as default</description>
    </key>
    <key type="b" name="change-comments">
      <default>false</default>
      <summary>Search &amp; Replace Changes Comments</summary>
      <description>Search &amp; Replace changes comments as default</description>
    </key>
    <key type="b" name="search-results">
      <default>true</default>
      <summary>Search searches in results</summary>
      <description>Search searches in results as default</description>
    </key>
    <key type="b" name="keep-strings">
      <default>true</default>
      <summary>Search &amp; Replace Keeps Strings as Strings</summary>
      <description>Search &amp; Replace keeps strings as strings even if they look like numbers as default</description>
    </key>
    <key type="i" name="regex">
      <default>0</default>
      <summary>Search &amp; Replace Search Type</summary>
      <description>This value determines the input type for Search &amp; Replace. 0: text; 1: regular expression; 2: number</description>
    </key>
    <key type="b" name="columnmajor">
      <default>true</default>
      <summary>Search &amp; Replace Column Major</summary>
      <description>Search &amp; Replace proceeds in column major order as default</description>
    </key>
    <key type="i" name="error-behaviour">
      <default>0</default>
      <summary>Search &amp; Replace Error Behavior</summary>
      <description>This is the default error behavior of Search &amp; Replace indicated by an integer from 0 to 4.</description>
    </key>
  </schema>
</schemalist>