This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.peripherals.gschema.xml is in cinnamon-settings-daemon 3.2.1-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/settings-daemon/peripherals/" id="org.cinnamon.settings-daemon.peripherals" gettext-domain="cinnamon-settings-daemon">
    <child schema="org.cinnamon.settings-daemon.peripherals.smartcard" name="smartcard"/>
    <child schema="org.cinnamon.settings-daemon.peripherals.touchpad" name="touchpad"/>
    <child schema="org.cinnamon.settings-daemon.peripherals.keyboard" name="keyboard"/>
    <child schema="org.cinnamon.settings-daemon.peripherals.mouse" name="mouse"/>
    <child schema="org.cinnamon.settings-daemon.peripherals.touchscreen" name="touchscreen"/>
    <child schema="org.cinnamon.settings-daemon.peripherals.input-devices" name="input-devices"/>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/smartcard/" id="org.cinnamon.settings-daemon.peripherals.smartcard" gettext-domain="cinnamon-settings-daemon">
    <key name="removal-action" enum="org.cinnamon.settings-daemon.CsdSmartcardRemovalAction">
      <default>'none'</default>
      <summary>Smartcard removal action</summary>
      <description>Set this to one of "none", "lock-screen", or "force-logout". The action will get performed when the smartcard used for log in is removed.</description>
    </key>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/touchpad/" id="org.cinnamon.settings-daemon.peripherals.touchpad" gettext-domain="cinnamon-settings-daemon">
    <key type="b" name="disable-while-typing">
      <default>true</default>
      <summary>Disable touchpad while typing</summary>
      <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</description>
    </key>
    <key type="b" name="vertical-edge-scrolling">
      <default>true</default>
      <summary/>
      <description/>
    </key>
    <key type="b" name="horizontal-edge-scrolling">
      <default>false</default>
      <summary/>
      <description/>
    </key>
    <key type="b" name="vertical-two-finger-scrolling">
      <default>true</default>
      <summary/>
      <description/>
    </key>
    <key type="b" name="horizontal-two-finger-scrolling">
      <default>false</default>
      <summary/>
      <description/>
    </key>
    <key type="b" name="tap-to-click">
      <default>true</default>
      <summary>Enable mouse clicks with touchpad</summary>
      <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
    </key>
    <key type="i" name="two-finger-click">
      <default>3</default>
      <summary>Enabled two-finger button-click emulation</summary>
      <description>0 through 3, 0 is inactive, 1-3 is button for two-finger click to emulate.</description>
    </key>
    <key type="i" name="three-finger-click">
      <default>2</default>
      <summary>Enable three-finger button-click emulation</summary>
      <description>0 through 3, 0 is inactive, 1-3 is button for three-finger click to emulate.</description>
    </key>
    <key type="b" name="touchpad-enabled">
      <default>true</default>
      <summary>Enable touchpad</summary>
      <description>Set this to TRUE to enable all touchpads.</description>
    </key>
    <key name="left-handed" enum="org.cinnamon.settings-daemon.CsdTouchpadHandedness">
      <default>'mouse'</default>
      <summary>Touchpad button orientation</summary>
      <description>Swap left and right mouse buttons for left-handed mice with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</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="b" name="natural-scroll">
      <default>true</default>
      <summary>Natural scrolling</summary>
      <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description>
    </key>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/keyboard/" id="org.cinnamon.settings-daemon.peripherals.keyboard" gettext-domain="cinnamon-settings-daemon">
    <key type="b" name="repeat">
      <default>true</default>
    </key>
    <key type="b" name="click">
      <default>true</default>
    </key>
    <key type="u" name="repeat-interval">
      <default>30</default>
      <summary>Key Repeat Interval</summary>
      <description>Delay between repeats in milliseconds.</description>
    </key>
    <key type="u" name="delay">
      <default>500</default>
      <summary>Initial Key Repeat Delay</summary>
      <description>Initial key repeat delay in milliseconds.</description>
    </key>
    <key type="i" name="click-volume">
      <default>0</default>
    </key>
    <key name="bell-mode" enum="org.cinnamon.settings-daemon.CsdBellMode">
      <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, GNOME will remember the state of the NumLock LED between sessions.</description>
    </key>
    <key name="numlock-state" enum="org.cinnamon.settings-daemon.CsdNumLockState">
      <default>'unknown'</default>
      <summary>NumLock state</summary>
      <description>The remembered state of the NumLock LED.</description>
    </key>
    <key name="input-sources-switcher" enum="org.cinnamon.settings-daemon.CsdInputSourcesSwitcher">
      <default>'off'</default>
      <summary>Modifiers-only input sources switcher shortcut</summary>
    </key>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/mouse/" id="org.cinnamon.settings-daemon.peripherals.mouse" gettext-domain="cinnamon-settings-daemon">
    <key type="b" name="locate-pointer">
      <default>false</default>
      <summary>Highlights the current location of the pointer when the Control key is pressed and released.</summary>
    </key>
    <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="d" name="motion-acceleration">
      <default>-1</default>
      <summary>Motion Acceleration</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="double-click">
      <default>400</default>
      <summary>Double click time</summary>
      <description>Length of a double click in milliseconds.</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="b" name="middle-button-enabled">
      <default>true</default>
      <summary>Middle button emulation</summary>
      <description>Enables middle mouse button emulation through simultaneous left and right button click.</description>
    </key>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/touchscreen/" id="org.cinnamon.settings-daemon.peripherals.touchscreen" gettext-domain="cinnamon-settings-daemon">
    <key type="b" name="orientation-lock">
      <default>false</default>
      <summary>Whether the tablet's orientation is locked, or rotated automatically.</summary>
    </key>
  </schema>
  <schema path="/org/cinnamon/settings-daemon/peripherals/input-devices/" id="org.cinnamon.settings-daemon.peripherals.input-devices" gettext-domain="cinnamon-settings-daemon">
    <key type="s" name="hotplug-command">
      <default>''</default>
      <summary>Device hotplug custom command</summary>
      <description>Command to be run when a device is added or removed.</description>
    </key>
  </schema>
</schemalist>