This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.system-monitor.gschema.xml is in mate-system-monitor 1.8.0+dfsg1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/mate/system-monitor/" id="org.mate.system-monitor" gettext-domain="mate-system-monitor">
    <key type="i" name="width">
      <default>440</default>
      <summary>Main Window width</summary>
    </key>
    <key type="i" name="height">
      <default>495</default>
      <summary>Main Window height</summary>
    </key>
    <key type="b" name="show-tree">
      <default>false</default>
      <summary>Show process dependencies in tree form</summary>
    </key>
    <key type="b" name="solaris-mode">
      <default>false</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. Else it operates in 'Irix mode'.</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">
      <default>3000</default>
      <summary>Time in milliseconds between updates of the process view</summary>
    </key>
    <key type="i" name="graph-update-interval">
      <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 filesystems should be displayed</summary>
      <description>Whether to display information about all filesystems (including types like 'autofs' and 'procfs'). Useful for getting a list of all currently mounted filesystems.</description>
    </key>
    <key type="i" name="disks-interval">
      <default>5000</default>
      <summary>Time in milliseconds between updates of the devices list</summary>
    </key>
    <key type="i" name="view-as">
      <default>1</default>
      <summary>Determines which processes to show by default. 0 is All, 1 is user, and 2 is active</summary>
    </key>
    <key type="i" name="current-tab">
      <default>2</default>
      <summary>Saves the currently viewed tab</summary>
      <description>0 for the System Info, 1 for the processes list, 2 for the resources and 3 for the disks list</description>
    </key>
    <key type="s" name="cpu-color0">
      <default>'#FF6E00'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color1">
      <default>'#CB0C29'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color2">
      <default>'#49A835'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color3">
      <default>'#2D7DB3'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color4">
      <default>'#FF6600'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color5">
      <default>'#6600CC'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color6">
      <default>'#990000'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color7">
      <default>'#000099'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color8">
      <default>'#FFCC00'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color9">
      <default>'#009900'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color10">
      <default>'#CC6600'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color11">
      <default>'#330099'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color12">
      <default>'#CC0066'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color13">
      <default>'#00FFCC'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color14">
      <default>'#FFCC99'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="cpu-color15">
      <default>'#339999'</default>
      <summary>Default graph cpu color</summary>
    </key>
    <key type="s" name="mem-color">
      <default>'#AB1852'</default>
      <summary>Default graph mem 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>'#844798'</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.mate.system-monitor.proctree" name="proctree"/>
    <child schema="org.mate.system-monitor.disktreenew" name="disktreenew"/>
    <child schema="org.mate.system-monitor.memmapstree" name="memmapstree"/>
    <child schema="org.mate.system-monitor.openfilestree" name="openfilestree"/>
  </schema>
  <schema path="/org/mate/system-monitor/proctree/" id="org.mate.system-monitor.proctree" gettext-domain="mate-system-monitor">
    <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>198</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>0</default>
      <summary>Width of process 'owner' column</summary>
    </key>
    <key type="b" name="col-1-visible">
      <default>false</default>
      <summary>Show process 'owner' 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>true</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>0</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 'start time' column</summary>
    </key>
    <key type="b" name="col-10-visible">
      <default>false</default>
      <summary>Show process 'start time' 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>true</default>
      <summary>Show process 'nice' column on startup</summary>
    </key>
    <key type="i" name="col-12-width">
      <default>48</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 'arguments' column</summary>
    </key>
    <key type="b" name="col-14-visible">
      <default>false</default>
      <summary>Show process 'arguments' column on startup</summary>
    </key>
    <key type="i" name="col-15-width">
      <default>48</default>
      <summary>Width of process 'estimated memory usage' column</summary>
    </key>
    <key type="b" name="col-15-visible">
      <default>true</default>
      <summary>Show process 'estimated memory usage' 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>true</default>
      <summary>Show process 'Waiting Channel' column on startup</summary>
    </key>
  </schema>
  <schema path="/org/mate/system-monitor/disktreenew/" id="org.mate.system-monitor.disktreenew" gettext-domain="mate-system-monitor">
    <key type="i" name="sort-col">
      <default>1</default>
      <summary>Process view sort column</summary>
    </key>
    <key type="i" name="sort-order">
      <default>0</default>
      <summary>Process view sort order</summary>
    </key>
    <key type="ai" name="columns-order">
      <default>[ 0 ]</default>
      <summary>Disk view columns order</summary>
    </key>
  </schema>
  <schema path="/org/mate/system-monitor/memmapstree/" id="org.mate.system-monitor.memmapstree" gettext-domain="mate-system-monitor">
    <key type="i" name="sort-col">
      <default>0</default>
      <summary>Process view sort column</summary>
    </key>
    <key type="i" name="sort-order">
      <default>0</default>
      <summary>Process view sort order</summary>
    </key>
  </schema>
  <schema path="/org/mate/system-monitor/openfilestree/" id="org.mate.system-monitor.openfilestree" gettext-domain="mate-system-monitor">
    <key type="i" name="sort-col">
      <default>0</default>
      <summary>Process view sort column</summary>
    </key>
    <key type="i" name="sort-order">
      <default>0</default>
      <summary>Process view sort order</summary>
    </key>
  </schema>
</schemalist>