This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.mousetweaks.gschema.xml is in mousetweaks 3.12.0-4.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/desktop/a11y/mouse/" id="org.gnome.mousetweaks" gettext-domain="mousetweaks">
    <key name="click-type-window-style" enum="org.gnome.mousetweaks.MtClickTypeWindowStyle">
      <default>'both'</default>
      <summary>Click-type window style</summary>
      <description>Button style of the click-type window.</description>
    </key>
    <key name="click-type-window-orientation" enum="org.gnome.mousetweaks.MtClickTypeWindowOrientation">
      <default>'vertical'</default>
      <summary>Click-type window orientation</summary>
      <description>Orientation of the click-type window.</description>
    </key>
    <key type="s" name="click-type-window-geometry">
      <default>''</default>
      <summary>Click-type window geometry</summary>
      <description>Size and position of the click-type window. The format is a standard X Window System geometry string.</description>
    </key>
  </schema>
</schemalist>