#libinput quirks fail to load

1 messages · Page 1 of 1 (latest)

drifting fossil
#

I am trying to make a libinput quirk to disable mouse debounce, i put the quirk in /etc/libinput/local-overrides.quirks, but it doens't apply. In libinput list-devices, /etc/libinput/local-overrides.quirks: failed to open file Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device behavior. See https://wayland.freedesktop.org/libinput/doc/1.30.3/device-quirks.html for details. appears in the output. How can I fix this and make the quirk load?

#

This is my local-overrides.quirks file:

MatchUdevType=mouse
ModelBouncingKeys=1```
stone pagoda
#

what's the output of ls -al /etc/libinput?

drifting fossil
stone pagoda
#

yeah so you have /etc/libinput set to only be readable by root

drifting fossil
stone pagoda
#

huh, weird

#

does it work on upstream Fedora Atomic?