Ferdinand Schober
Ferdinand Schober
What @DrYak says sums it up pretty well. [wlr-virtual-pointer-unstable](https://wayland.app/protocols/wlr-virtual-pointer-unstable-v1) and [virtual-keyboard-unstable](https://wayland.app/protocols/virtual-keyboard-unstable-v1) are in fact not supported in gamescope, as you can see from the linked pages. When #297 is merged,...
If you want, you could try compiling the PR yourself and set the necessary permissions, as discussed. The layer-shell backend should at least partially work for input capturing, making it...
Yeah this is a regression in 39b79d88a5b05fd357d6397e795ed518d459309a. `axis_descrete` takes tiks, not value120
@selckin could you check, if setting `axis_source` is sufficient for your case? It should technically fix the scrolling regardless.
@selckin you are using niri on both sides, right? I think I will do a partial revert for now and test this myself.
Alright, I'm pretty sure this is a niri bug: https://github.com/YaLTeR/niri/blob/e6f3c538da0c646bda43fcde7ef7dc3b771e0c8b/src/protocols/virtual_pointer.rs#L522 they are directly using the discrete (=steps) value here as the v120. This should be multiplied by 120. I'm going...
https://github.com/YaLTeR/niri/pull/2684
Closing this, as it is now fixed upstream in niri :)
Did you fix this issue? On Windows, LanMouse uses TCP port 5252 to communicate between the frontend (the GTK Window) and the service, because windows does not have unix sockets....
This would technically be possible, but dont expect this to be implemented anytime soon.