This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml is in gnumeric-common 1.12.35-1.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
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/gnumeric/" id="org.gnome.gnumeric" gettext-domain="gnumeric-1.12.35">
    <child schema="org.gnome.gnumeric.undo" name="undo"/>
    <child schema="org.gnome.gnumeric.core" name="core"/>
    <child schema="org.gnome.gnumeric.cut-and-paste" name="cut-and-paste"/>
    
    <key type="s" name="toolbar-style">
      <default>'icons'</default>
      <summary>Toolbar Style</summary>
      <description>Toolbar Style. Valid values are both, both_horiz, icon, and text.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/undo/" id="org.gnome.gnumeric.undo" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="show-sheet-name">
      <default>false</default>
      <summary>Show Sheet Name in Undo List</summary>
      <description>This value determines whether to show the sheet names in the undo and redo lists.</description>
    </key>
    <key type="i" name="size">
      <default>100</default>
      <summary>Maximal Undo Size</summary>
      <description>This value determines the length of the undo chain. Each editing action has a size associate with it, to compare it with the memory requirements of a simple one-cell edit (size of 1). The undo list will be truncated when its total size exceeds this configurable value.</description>
    </key>
    <key type="i" name="maxnum">
      <default>20</default>
      <summary>Number of Undo Items</summary>
      <description>This value determines the maximum number of items in the undo/redo list.</description>
    </key>
    <key type="i" name="max-descriptor-width">
      <default>40</default>
      <summary>Length of the Undo Descriptors</summary>
      <description>This value is indicative of the maximum length of the command descriptors in the undo and redo chains.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/" id="org.gnome.gnumeric.core" gettext-domain="gnumeric-1.12.35">
    <child schema="org.gnome.gnumeric.core.defaultfont" name="defaultfont"/>
    <child schema="org.gnome.gnumeric.core.workbook" name="workbook"/>
    <child schema="org.gnome.gnumeric.core.gui" name="gui"/>
    <child schema="org.gnome.gnumeric.core.xml" name="xml"/>
    <child schema="org.gnome.gnumeric.core.file" name="file"/>
   <child schema="org.gnome.gnumeric.core.sort" name="sort"/>
  </schema>
  <schema path="/org/gnome/gnumeric/core/defaultfont/" id="org.gnome.gnumeric.core.defaultfont" gettext-domain="gnumeric-1.12.35">
    <key type="d" name="size">
      <default>10</default>
      <summary>Default Font Size</summary>
      <description>The default font size for new workbooks.</description>
    </key>
    <key type="s" name="name">
      <default>'Sans'</default>
      <summary>Default font name</summary>
      <description>The default font name for new workbooks.</description>
    </key>
    <key type="b" name="bold">
      <default>false</default>
      <summary>The default font is bold.</summary>
      <description>This value determines whether the default font for a new workbook is bold.</description>
    </key>
    <key type="b" name="italic">
      <default>false</default>
      <summary>The default font is italic.</summary>
      <description>This value determines whether the default font for a new workbook is italic.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/workbook/" id="org.gnome.gnumeric.core.workbook" gettext-domain="gnumeric-1.12.35">
    <key type="i" name="n-sheet">
      <default>3</default>
      <summary>Default Number of Sheets</summary>
      <description>The number of sheets initially created in a new workbook.</description>
    </key>
    <key type="i" name="n-rows">
      <default>65536</default>
      <summary>Default Number of rows in a sheet</summary>
      <description>The number of rows in each sheet. This setting will be used only in a new Gnumeric session.</description>
    </key>
    <key type="i" name="n-cols">
      <default>256</default>
      <summary>Default Number of columns in a sheet</summary>
      <description>The number of columns in each sheet. This setting will be used only in a new Gnumeric session.</description>
    </key>
    <key type="i" name="autosave-time">
      <default>0</default>
      <summary>Autosave frequency</summary>
      <description>The number of seconds between autosaves.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/" id="org.gnome.gnumeric.core.gui" gettext-domain="gnumeric-1.12.35">
    <child schema="org.gnome.gnumeric.core.gui.screen" name="screen"/>
    <child schema="org.gnome.gnumeric.core.gui.toolbars" name="toolbars"/>
    <child schema="org.gnome.gnumeric.core.gui.editing" name="editing"/>
    <child schema="org.gnome.gnumeric.core.gui.window" name="window"/>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/screen/" id="org.gnome.gnumeric.core.gui.screen" gettext-domain="gnumeric-1.12.35">
    <key type="d" name="horizontaldpi">
      <default>96</default>
      <summary>Horizontal DPI</summary>
      <description>Screen resolution in the horizontal direction.</description>
    </key>
    <key type="d" name="verticaldpi">
      <default>96</default>
      <summary>Vertical DPI</summary>
      <description>Screen resolution in the vertical direction.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/toolbars/" id="org.gnome.gnumeric.core.gui.toolbars" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="standard-visible">
      <default>true</default>
      <summary>Standard toolbar visible</summary>
      <description>This variable determines whether the standard toolbar should be visible initially.</description>
    </key>
    <key type="i" name="standard-position">
      <default>2</default>
      <summary>Standard toolbar position</summary>
      <description>This variable determines where the standard toolbar should be shown. 0 is left, 1 is right, 2 is top.</description>
    </key>
    <key type="b" name="format-visible">
      <default>true</default>
      <summary>Format toolbar visible</summary>
      <description>This variable determines whether the format toolbar should be visible initially.</description>
    </key>
    <key type="i" name="format-position">
      <default>2</default>
      <summary>Format toolbar position</summary>
      <description>This variable determines where the format toolbar should be shown. 0 is left, 1 is right, 2 is top.</description>
    </key>
    <key type="b" name="object-visible">
      <default>true</default>
      <summary>Object toolbar visible</summary>
      <description>This variable determines whether the object toolbar should be visible initially.</description>
    </key>
    <key type="i" name="object-position">
      <default>2</default>
      <summary>Object toolbar position</summary>
      <description>This variable determines where the object toolbar should be shown. 0 is left, 1 is right, 2 is top.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/cells/" id="org.gnome.gnumeric.core.gui.cells" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="function-markers">
      <default>false</default>
      <summary>Function Markers</summary>
      <description>This variable determines whether cells containing spreadsheet function are marked.</description>
    </key>
    <key type="b" name="extension-markers">
      <default>false</default>
      <summary>Extension Markers</summary>
      <description>This variable determines whether cells with truncated content are marked.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/editing/" id="org.gnome.gnumeric.core.gui.editing" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="autocomplete">
      <default>true</default>
      <summary>Autocomplete</summary>
      <description>This variable determines whether autocompletion is set on.</description>
    </key>
    <key type="i" name="autocomplete-min-chars">
      <default>3</default>
      <summary>Minimum Number of Characters for Autocompletion</summary>
      <description>This variable determines the minimum number of characters required for autocompletion.</description>
    </key>
    <key type="b" name="function-name-tooltips">
      <default>true</default>
      <summary>Show Function Name Tooltips</summary>
      <description>This variable determines whether to show function name tooltips.</description>
    </key>
    <key type="b" name="function-argument-tooltips">
      <default>true</default>
      <summary>Show Function Argument Tooltips</summary>
      <description>This variable determines whether to show function argument tooltips.</description>
    </key>
    <key type="s" name="enter-moves-dir">
      <default>'down'</default>
      <summary>Enter Direction</summary>
      <description>Which direction pressing Enter will move the edit position.</description>
    </key>
    <key type="i" name="recalclag">
      <default>200</default>
      <summary>Auto Expression Recalculation Lag</summary>
      <description>If `lag' is 0, Gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `lag' allow Gnumeric to accumulate more changes before each recalculation. If `lag' is positive, then whenever a change appears, Gnumeric waits `lag' milliseconds and then recalculates; if more changes appear during that period, they are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of |lag| milliseconds.</description>
    </key>
    <key type="b" name="transitionkeys">
      <default>false</default>
      <summary>Transition Keys</summary>
      <description>This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling. They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/gui/window/" id="org.gnome.gnumeric.core.gui.window" gettext-domain="gnumeric-1.12.35">
    <key type="d" name="x">
      <default>0.75</default>
      <summary>Default Horizontal Window Size</summary>
      <description>This number (between 0.25 and 1.00) gives the horizontal fraction of the screen size covered by the default window.</description>
    </key>
    <key type="d" name="y">
      <default>0.75</default>
      <summary>Default Vertical Window Size</summary>
      <description>This number (between 0.25 and 1.00) gives the vertical fraction of the screen size covered by the default window.</description>
    </key>
    <key type="d" name="zoom">
      <default>1</default>
      <summary>Default Zoom Factor</summary>
      <description>The initial zoom factor for new workbooks.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/xml/" id="org.gnome.gnumeric.core.xml" gettext-domain="gnumeric-1.12.35">
    <key type="i" name="compression-level">
      <default>9</default>
      <summary>Default Compression Level For Gnumeric Files</summary>
      <description>This integer (between 0 and 9) specifies the amount of compression performed by Gnumeric when saving files in the default file format. 0 is minimal compression while 9 is maximal compression.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/file/" id="org.gnome.gnumeric.core.file" gettext-domain="gnumeric-1.12.35">
    <child schema="org.gnome.gnumeric.core.file.save" name="save"/>
  </schema>
  <schema path="/org/gnome/gnumeric/core/file/save/" id="org.gnome.gnumeric.core.file.save" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="single-sheet">
      <default>true</default>
      <summary>Warn When Exporting Into Single Sheet Format</summary>
      <description>Some file formats can contain only a single sheet. This variable determines whether the user will be warned if only a single sheet of a multi-sheet workbook is being saved.</description>
    </key>
    <key type="b" name="def-overwrite">
      <default>false</default>
      <summary>Default To Overwriting Files</summary>
      <description>Before an existing file is being overwritten, Gnumeric will present a warning dialog. Setting this option will make the overwrite button in that dialog the default button.</description>
    </key>
    <key type="as" name="extension-check-disabled">
      <default>[]</default>
      <summary>List of file savers with disabled extension check.</summary>
      <description>This list contains the ids of the file savers for which the extension check is disabled.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/sort/" id="org.gnome.gnumeric.core.sort" gettext-domain="gnumeric-1.12.35">
    <child schema="org.gnome.gnumeric.core.sort.default" name="default"/>
    <child schema="org.gnome.gnumeric.core.sort.dialog" name="dialog"/>
  </schema>
  <schema path="/org/gnome/gnumeric/core/sort/default/" id="org.gnome.gnumeric.core.sort.default" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="by-case">
      <default>false</default>
      <summary>Sort is Case-Sensitive</summary>
      <description>Setting this option will cause the sort buttons on the toolbar to perform a case-sensitive sort and determine the initial state of the case-sensitive checkbox in the sort dialog.</description>
    </key>
    <key type="b" name="retain-formats">
      <default>true</default>
      <summary>Sorting Preserves Formats</summary>
      <description>Setting this option will cause the sort buttons on the toolbar to preserve the cell formats while sorting and determines the initial state of the preserve-formats checkbox in the sort dialog.</description>
    </key>
    <key type="b" name="ascending">
      <default>true</default>
      <summary>Sort Ascending</summary>
      <description>This option determines the initial state of the sort-order button in the sort dialog.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/core/sort/dialog/" id="org.gnome.gnumeric.core.sort.dialog" gettext-domain="gnumeric-1.12.35">
    <key type="i" name="max-initial-clauses">
      <default>10</default>
      <summary>Number of Automatic Clauses</summary>
      <description>When selecting a sort region in the sort dialog, sort clauses are automatically added. This number determines the maximum number of clauses to be added automatically.</description>
    </key>
  </schema>
  <schema path="/org/gnome/gnumeric/cut-and-paste/" id="org.gnome.gnumeric.cut-and-paste" gettext-domain="gnumeric-1.12.35">
    <key type="b" name="prefer-clipboard">
      <default>true</default>
      <summary>Prefer CLIPBOARD over PRIMARY selection</summary>
      <description>When TRUE, Gnumeric will prefer the modern CLIPBOARD selection over the legacy PRIMARY selections. Set to FALSE if you have to deal with older applications, like Xterm or Emacs, which set only the PRIMARY selection.</description>
    </key>
  </schema>
</schemalist>