This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.peripherals-keyboard.gschema.xml is in mate-desktop-common 1.6.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-desktop">
  <enum id="org.mate.peripherals-keyboard.NumLockState">
    <value value="0" nick="off"/>
    <value value="1" nick="on"/>
    <value value="2" nick="unknown"/>
  </enum>
  <schema path="/org/mate/desktop/peripherals/keyboard/" id="org.mate.peripherals-keyboard">
    <key type="b" name="repeat">
      <default>true</default>
    </key>
    <key type="b" name="click">
      <default>true</default>
    </key>
    <key type="i" name="rate">
      <default>30</default>
    </key>
    <key type="i" name="delay">
      <default>500</default>
    </key>
    <key type="i" name="click-volume">
      <default>0</default>
    </key>
    <key type="s" name="bell-mode">
      <default>'on'</default>
      <description>possible values are "on", "off", and "custom".</description>
    </key>
    <key type="i" name="bell-pitch">
      <default>400</default>
    </key>
    <key type="i" name="bell-duration">
      <default>100</default>
    </key>
    <key type="s" name="bell-custom-file">
      <default>''</default>
      <summary>Keyboard Bell Custom Filename</summary>
      <description>File name of the bell sound to be played.</description>
    </key>
    <key type="b" name="remember-numlock-state">
      <default>true</default>
      <summary>Remember NumLock state</summary>
      <description>When set to true, MATE will remember the state of the NumLock LED between sessions.</description>
    </key>
    <key name="numlock-state" enum="org.mate.peripherals-keyboard.NumLockState">
      <default>'unknown'</default>
      <summary>NumLock state</summary>
      <description>The remembered state of the NumLock LED.</description>
    </key>
  </schema>
</schemalist>