Gleb Koval

Results 19 comments of Gleb Koval

> I am still sceptical about https://github.com/flxzt/rnote/pull/672 but I'd need to test it further. Messing with gtk's events in the app level seems to be like asking for trouble.. It...

Thanks for pointing me to the other issue, didn't see it before. Definitely seems like the same thing. > The fact that it is actually some touch-pads that emit "invalid"...

I have just looked in a bit more, and I think it should be possible to modify the `Brush` struct to handle multiple states (one for each pen device or...

I have done some work on #666 and I believe my initial approach is doable (as partially demonstrated by the current code). - However, I now realise the issue will...

> The way it was implemented was using different gestures: [GestureStylus](https://gtk-rs.org/gtk4-rs/stable/0.6/docs/gtk4/struct.GestureStylus.html) for stylus input, and two [GestureDrag](https://gtk-rs.org/gtk4-rs/stable/0.6/docs/gtk4/struct.GestureDrag.html). One for touch input configured with [touch-only](https://gtk-rs.org/gtk4-rs/stable/0.6/docs/gtk4/prelude/trait.GestureSingleExt.html#tymethod.set_touch_only) and one configured with [exclusive](https://gtk-rs.org/gtk4-rs/stable/0.6/docs/gtk4/prelude/trait.GestureSingleExt.html#tymethod.set_exclusive) for...

> @cyclane Does the PR [here](https://github.com/flxzt/rnote/pull/672) help solve this issue? This is the only thing that is keeping this usable in Android through Termux-X11. Here are additional details from my...

@digitalsignalperson Yep that's definitely the same issue. Unfortunately it's so inconsistent across linux installations and devices though, that it's difficult to find a proper fix for it.

I am having exactly the same issue with the linux-surface 5.15.5-1 kernel release on Ubuntu 20.04. Has there been any progression on fixes or temporary workarounds? Edit: I have tried...

I just tried downgrading to linux-surface 5.14.16 and this fixes the issue for me so actually it might be a different issue to what you are having.