Ok just letting you know kiwilex.
The modifications you made on qtpa broke touch inputs for GloHD. I mean they were already broken but that didn't help

.
Anyways I've made two PR
https://github.com/Rain92/qt5-kobo-p...-plugin/pull/8
https://github.com/Rain92/qt5-kobo-p...-plugin/pull/9
It works well on both my GloHD and Libra H2O.
Here's what it does :
- Fix touch inputs for any devices with ABS_MT_TRACKING_ID not starting at 0 (including Kobo GloHD)
- Keeps Sleep Cover events from being spammed when closed (shouldn't have any impact on UMR ?)
- Added failsafe to avoid sending malformed touch input events to Qt
So yeah if your reader doesn't seem to respond to touch inputs,
Please test this and let me know if it fixed / broke your devices.
- Get the new libkobo.so file at https://github.com/Aryetis/qt5-kobo-...KoboGloHDFixed
- Keep the old one somewhere safe and replace it with this one at :
Code:
.adds/qt-linux-5.15-kde-kobo/plugins/platforms
I'm not responsible if because of this your device catch on fire, if you break your toe tomorrow morning, nor for any kind of bad lucks. Be responsible and only do to your device what you understand.
EDIT : fixes are now merged with UMR. Don't bother replacing the libkobo.so file, just get the latest version.