This file is indexed.

/usr/share/glib-2.0/schemas/org.mate.peripherals-mouse.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
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-desktop">
  <schema path="/org/mate/desktop/peripherals/mouse/" id="org.mate.peripherals-mouse">
    <key type="b" name="left-handed">
      <default>false</default>
      <summary>Mouse button orientation</summary>
      <description>Swap left and right mouse buttons for left-handed mice.</description>
    </key>
    <key type="b" name="single-click">
      <default>true</default>
      <summary>Single Click</summary>
      <description>Single click to open icons.</description>
    </key>
    <key type="d" name="motion-acceleration">
      <default>-1</default>
      <summary>Single Click</summary>
      <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
    </key>
    <key type="i" name="motion-threshold">
      <default>-1</default>
      <summary>Motion Threshold</summary>
      <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
    </key>
    <key type="i" name="drag-threshold">
      <default>8</default>
      <summary>Drag Threshold</summary>
      <description>Distance before a drag is started.</description>
    </key>
    <key type="i" name="double-click">
      <default>400</default>
      <summary>Double Click Time</summary>
      <description>Length of a double click.</description>
    </key>
    <key type="b" name="locate-pointer">
      <default>false</default>
      <summary>Locate Pointer</summary>
      <description>Highlights the current location of the pointer when the Control key is pressed and released.</description>
    </key>
    <key type="s" name="cursor-font">
      <default>''</default>
      <summary>Cursor font</summary>
      <description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</description>
    </key>
    <key type="s" name="cursor-theme">
      <default>''</default>
      <summary>Cursor theme</summary>
      <description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later.</description>
    </key>
    <key type="i" name="cursor-size">
      <default>18</default>
      <summary>Cursor size</summary>
      <description>Size of the cursor referenced by cursor_theme.</description>
    </key>
  </schema>
</schemalist>