Hello, I'm new to the forum (but playing openxcom quite some time) and start already with an (minor) issue (tried to add one to github but issues seems disabled?):
middle mouse button scrolling is not working for me if I use "on-button scrolling" (maybe an libinput issue
https://wayland.freedesktop.org/libinput/doc/latest/scrolling.html#on-button-scrolling)
not working
mv@mv-pc:~$ xinput list-props "Logitech USB Optical Mouse"
Device 'Logitech USB Optical Mouse':
...
libinput Scroll Methods Available (284): 0, 0, 1
libinput Scroll Method Enabled (285): 0, 0, 1
libinput Scroll Method Enabled Default (286): 0, 0, 1
...
working:
mv@mv-pc:~$ xinput list-props "Logitech USB Optical Mouse"
Device 'Logitech USB Optical Mouse':
...
libinput Scroll Methods Available (284): 0, 0, 1
libinput Scroll Method Enabled (285): 0, 0, 0
libinput Scroll Method Enabled Default (286): 0, 0, 1
...
maybe there's a way to fix this? (except from disabling button scrolling)
best regards,