This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml is in gnome-system-monitor 3.18.2-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
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-system-monitor">
  <schema path="/org/gnome/gnome-system-monitor/" id="org.gnome.gnome-system-monitor">
    <key type="(iiii)" name="window-state">
      <default>(700, 500, 50, 50)</default>
      <summary>Main window size and position in the form (width, height, xpos, ypos)</summary>
    </key>

    <key type="b" name="maximized">
      <default>false
      </default>
      <summary>Main Window should open maximized</summary>
    </key>

    <key type="b" name="show-dependencies">
      <default>false
      </default>
      <summary>Show process dependencies in tree form</summary>
    </key>

    <key type="b" name="solaris-mode">
      <default>true
      </default>
      <summary>Solaris mode for CPU percentage</summary>
      <description>If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage is divided by the total number of CPUs. Otherwise, it operates in 'Irix mode'.</description>
    </key>

    <key type="b" name="cpu-stacked-area-chart">
      <default>false
      </default>
      <summary>Show CPU chart as stacked area chart</summary>
      <description>If TRUE, system-monitor shows the CPU chart as a stacked area chart instead of a line chart.</description>
    </key>

    <key type="b" name="smooth-refresh">
      <default>true
      </default>
      <summary>Enable/Disable smooth refresh</summary>
    </key>

    <key type="b" name="kill-dialog">
      <default>true
      </default>
      <summary>Show warning dialog when killing processes</summary>
    </key>

    <key type="i" name="update-interval">
      <range min="1000" max="100000"/>
      <default>3000</default>
      <summary>Time in milliseconds between updates of the process view</summary>
    </key>

    <key type="i" name="graph-update-interval">
      <range min="250" max="100000"/>
      <default>1000</default>
      <summary>Time in milliseconds between updates of the graphs</summary>
    </key>

    <key type="b" name="show-all-fs">
      <default>false
      </default>
      <summary>Whether information about all file systems should be displayed</summary>
      <description>Whether to display information about all file systems (including types like 'autofs' and 'procfs'). Useful for getting a list of all currently mounted file systems.</description>
    </key>

    <key type="i" name="disks-interval">
      <range min="1000" max="100000"/>
      <default>5000</default>
      <summary>Time in milliseconds between updates of the devices list</summary>
    </key>

    <key type="s" name="show-whose-processes">
      <default>'user'</default>
      <choices>
        <choice value="all"/>
        <choice value="user"/>
        <choice value="active"/>
      </choices>
      <summary>Determines which processes to show.</summary>
    </key>

    <key type="s" name="current-tab">
      <choices>
        <choice value="processes"/>
        <choice value="resources"/>
        <choice value="disks"/>
      </choices>
      <default>'processes'</default>
      <summary>Saves the currently viewed tab</summary>
    </key>

    <key type="a(us)" name="cpu-colors">
      <default>[(0,'#FF6E00'),(1,'#CB0C29'),(2,'#49A835'),(3,'#2D7DB3')]
      </default>
      <summary>CPU colors</summary>
      <description>Each entry is in the format (CPU#, Hexadecimal color value)</description>
    </key>

    <key type="s" name="mem-color">
      <default>'#AB1852'
      </default>
      <summary>Default graph memory color</summary>
    </key>

    <key type="s" name="swap-color">
      <default>'#49A835'
      </default>
      <summary>Default graph swap color</summary>
    </key>

    <key type="s" name="net-in-color">
      <default>'#2D7DB3'
      </default>
      <summary>Default graph incoming network traffic color</summary>
    </key>

    <key type="s" name="net-out-color">
      <default>'#EE1D00'
      </default>
      <summary>Default graph outgoing network traffic color</summary>
    </key>

    <key type="b" name="network-in-bits">
      <default>false
      </default>
      <summary>Show network traffic in bits</summary>
    </key>

    <child schema="org.gnome.gnome-system-monitor.proctree" name="proctree"/>
    <child schema="org.gnome.gnome-system-monitor.disktreenew" name="disktreenew"/>
    <child schema="org.gnome.gnome-system-monitor.memmapstree" name="memmapstree"/>
    <child schema="org.gnome.gnome-system-monitor.openfilestree" name="openfilestree"/>
  </schema>

  <schema path="/org/gnome/gnome-system-monitor/proctree/" id="org.gnome.gnome-system-monitor.proctree">
    <key type="i" name="sort-col">
      <default>0
      </default>
      <summary>Process view sort column</summary>
    </key>

    <key type="ai" name="columns-order">
      <default>[ 0 ]
      </default>
      <summary>Process view columns order</summary>
    </key>

    <key type="i" name="sort-order">
      <default>0
      </default>
      <summary>Process view sort order</summary>
    </key>

    <key type="i" name="col-0-width">
      <default>225
      </default>
      <summary>Width of process 'Name' column</summary>
    </key>

    <key type="b" name="col-0-visible">
      <default>true
      </default>
      <summary>Show process 'Name' column on startup</summary>
    </key>

    <key type="i" name="col-1-width">
      <default>98
      </default>
      <summary>Width of process 'User' column</summary>
    </key>

    <key type="b" name="col-1-visible">
      <default>true
      </default>
      <summary>Show process 'User' column on startup</summary>
    </key>

    <key type="i" name="col-2-width">
      <default>37
      </default>
      <summary>Width of process 'Status' column</summary>
    </key>

    <key type="b" name="col-2-visible">
      <default>false
      </default>
      <summary>Show process 'Status' column on startup</summary>
    </key>

    <key type="i" name="col-3-width">
      <default>0
      </default>
      <summary>Width of process 'Virtual Memory' column</summary>
    </key>

    <key type="b" name="col-3-visible">
      <default>false
      </default>
      <summary>Show process 'Virtual Memory' column on startup</summary>
    </key>

    <key type="i" name="col-4-width">
      <default>53
      </default>
      <summary>Width of process 'Resident Memory' column</summary>
    </key>

    <key type="b" name="col-4-visible">
      <default>false
      </default>
      <summary>Show process 'Resident Memory' column on startup</summary>
    </key>

    <key type="i" name="col-5-width">
      <default>0
      </default>
      <summary>Width of process 'Writable Memory' column</summary>
    </key>

    <key type="b" name="col-5-visible">
      <default>false
      </default>
      <summary>Show process 'Writable Memory' column on startup</summary>
    </key>

    <key type="i" name="col-6-width">
      <default>0
      </default>
      <summary>Width of process 'Shared Memory' column</summary>
    </key>

    <key type="b" name="col-6-visible">
      <default>false
      </default>
      <summary>Show process 'Shared Memory' column on startup</summary>
    </key>

    <key type="i" name="col-7-width">
      <default>0
      </default>
      <summary>Width of process 'X Server Memory' column</summary>
    </key>

    <key type="b" name="col-7-visible">
      <default>false
      </default>
      <summary>Show process 'X Server Memory' column on startup</summary>
    </key>

    <key type="i" name="col-8-width">
      <default>71
      </default>
      <summary>Width of process 'CPU %' column</summary>
    </key>

    <key type="b" name="col-8-visible">
      <default>true
      </default>
      <summary>Show process 'CPU %' column on startup</summary>
    </key>

    <key type="i" name="col-9-width">
      <default>50
      </default>
      <summary>Width of process 'CPU Time' column</summary>
    </key>

    <key type="b" name="col-9-visible">
      <default>false
      </default>
      <summary>Show process 'CPU Time' column on startup</summary>
    </key>

    <key type="i" name="col-10-width">
      <default>0
      </default>
      <summary>Width of process 'Started' column</summary>
    </key>

    <key type="b" name="col-10-visible">
      <default>false
      </default>
      <summary>Show process 'Started' column on startup</summary>
    </key>

    <key type="i" name="col-11-width">
      <default>48
      </default>
      <summary>Width of process 'Nice' column</summary>
    </key>

    <key type="b" name="col-11-visible">
      <default>false
      </default>
      <summary>Show process 'Nice' column on startup</summary>
    </key>

    <key type="i" name="col-12-width">
      <default>60
      </default>
      <summary>Width of process 'PID' column</summary>
    </key>

    <key type="b" name="col-12-visible">
      <default>true
      </default>
      <summary>Show process 'PID' column on startup</summary>
    </key>

    <key type="i" name="col-13-width">
      <default>48
      </default>
      <summary>Width of process 'SELinux Security Context' column</summary>
    </key>
    <key type="b" name="col-13-visible">
      <default>false
      </default>
      <summary>Show process 'SELinux Security Context' column on startup</summary>
    </key>

    <key type="i" name="col-14-width">
      <default>48
      </default>
      <summary>Width of process 'Command Line' column</summary>
    </key>

    <key type="b" name="col-14-visible">
      <default>false
      </default>
      <summary>Show process 'Command Line' column on startup</summary>
    </key>

    <key type="i" name="col-15-width">
      <default>80
      </default>
      <summary>Width of process 'Memory' column</summary>
    </key>

    <key type="b" name="col-15-visible">
      <default>true
      </default>
      <summary>Show process 'Memory' column on startup</summary>
    </key>

    <key type="i" name="col-16-width">
      <default>48
      </default>
      <summary>Width of process 'Waiting Channel' column</summary>
    </key>

    <key type="b" name="col-16-visible">
      <default>false
      </default>
      <summary>Show process 'Waiting Channel' column on startup</summary>
    </key>

    <key type="i" name="col-17-width">
      <default>48
      </default>
      <summary>Width of process 'Control Group' column</summary>
    </key>

    <key type="b" name="col-17-visible">
      <default>false
      </default>
      <summary>Show process 'Control Group' column on startup</summary>
    </key>

    <key type="i" name="col-18-width">
      <default>70
      </default>
      <summary>Width of process 'Unit' column</summary>
    </key>

    <key type="b" name="col-18-visible">
      <default>false
      </default>
      <summary>Show process 'Unit' column on startup</summary>
    </key>

    <key type="i" name="col-19-width">
      <default>41
      </default>
      <summary>Width of process 'Session' column</summary>
    </key>

    <key type="b" name="col-19-visible">
      <default>false
      </default>
      <summary>Show process 'Session' column on startup</summary>
    </key>

    <key type="i" name="col-20-width">
      <default>59
      </default>
      <summary>Width of process 'Seat' column</summary>
    </key>

    <key type="b" name="col-20-visible">
      <default>false
      </default>
      <summary>Show process 'Seat' column on startup</summary>
    </key>

    <key type="i" name="col-21-width">
      <default>59
      </default>
      <summary>Width of process 'Owner' column</summary>
    </key>

    <key type="b" name="col-21-visible">
      <default>false
      </default>
      <summary>Show process 'Owner' column on startup</summary>
    </key>

    <key type="i" name="col-22-width">
      <default>100
      </default>
      <summary>Width of process 'Priority' column</summary>
    </key>

    <key type="b" name="col-22-visible">
      <default>true
      </default>
      <summary>Show process 'Priority' column on startup</summary>
    </key>

  </schema>

  <schema path="/org/gnome/gnome-system-monitor/disktreenew/" id="org.gnome.gnome-system-monitor.disktreenew">
    <key type="i" name="sort-col">
      <default>1
      </default>
      <summary>Disk view sort column</summary>
    </key>

    <key type="i" name="sort-order">
      <default>0
      </default>
      <summary>Disk view sort order</summary>
    </key>

    <key type="ai" name="columns-order">
      <default>[ 0 ]
      </default>
      <summary>Disk view columns order</summary>
    </key>
    
    <key type="i" name="col-0-width">
      <default>100
      </default>
      <summary>Width of disk view 'Device' column</summary>
    </key>

    <key type="b" name="col-0-visible">
      <default>true
      </default>
      <summary>Show disk view 'Device' column on startup</summary>
    </key>

    <key type="i" name="col-1-width">
      <default>100
      </default>
      <summary>Width of disk view 'Directory' column</summary>
    </key>

    <key type="b" name="col-1-visible">
      <default>true
      </default>
      <summary>Show disk view 'Directory' column on startup</summary>
    </key>

    <key type="i" name="col-2-width">
      <default>50
      </default>
      <summary>Width of disk view 'Type' column</summary>
    </key>

    <key type="b" name="col-2-visible">
      <default>true
      </default>
      <summary>Show disk view 'Type' column on startup</summary>
    </key>

    <key type="i" name="col-3-width">
      <default>80
      </default>
      <summary>Width of disk view 'Total' column</summary>
    </key>

    <key type="b" name="col-3-visible">
      <default>true
      </default>
      <summary>Show disk view 'Total' column on startup</summary>
    </key>

    <key type="i" name="col-4-width">
      <default>80
      </default>
      <summary>Width of disk view 'Free' column</summary>
    </key>

    <key type="b" name="col-4-visible">
      <default>false
      </default>
      <summary>Show disk view 'Free' column on startup</summary>
    </key>

    <key type="i" name="col-5-width">
      <default>80
      </default>
      <summary>Width of disk view 'Available' column</summary>
    </key>

    <key type="b" name="col-5-visible">
      <default>true
      </default>
      <summary>Show disk view 'Available' column on startup</summary>
    </key>

    <key type="i" name="col-6-width">
      <default>300
      </default>
      <summary>Width of disk view 'Used' column</summary>
    </key>

    <key type="b" name="col-6-visible">
      <default>true
      </default>
      <summary>Show disk view 'Used' column on startup</summary>
    </key>

  </schema>

  <schema path="/org/gnome/gnome-system-monitor/memmapstree/" id="org.gnome.gnome-system-monitor.memmapstree">
    <key type="i" name="sort-col">
      <default>0
      </default>
      <summary>Memory map sort column</summary>
    </key>

    <key type="i" name="sort-order">
      <default>0
      </default>
      <summary>Memory map sort order</summary>
    </key>
  </schema>

  <schema path="/org/gnome/gnome-system-monitor/openfilestree/" id="org.gnome.gnome-system-monitor.openfilestree">
    <key type="i" name="sort-col">
      <default>0
      </default>
      <summary>Open files sort column</summary>
    </key>

    <key type="i" name="sort-order">
      <default>0
      </default>
      <summary>Open files sort order</summary>
    </key>
  </schema>
</schemalist>