mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #149] Can't control from Hyprland Server a Windows Client / Client can control Server #65
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beyertom on GitHub (Jun 28, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/149
Hi all,
i have the following issues with a Hyprland (git rev: b7f42a1e88a5b6c9d2dbdba31e0f35f6a02461e7) lan-mouse Server (most recent git) and Windows Client (Development Build from 2024-06-27).
The Hyprland Client can't control the Windows Client, i cant move the mouse "over" the magic edge.
The other way round it works. The client Mouse can control the server.
(Maybe coincidental) everything worked with an older Version of Hyprland (>= v0.40).
My config:
Server config.toml
Client config.toml
Server debug output:
Thanks for your support!
@feschber commented on GitHub (Jun 28, 2024):
Could you check, if
works on Hyprland?
Hyprland has broken a lot of things removing wlroots code so maybe this is a bug introduces because of that
@beyertom commented on GitHub (Jun 28, 2024):
sorry, stupid question, how do i get out of the test-capture mode again?
edit: strange behavior: when i move in hyprland the mouse to the complete right edge (i have two monitors on the hyprland computer, so on the right monitor the right edge), i cant move the mouse back. Also CTRL+C is not working anymore. I need to switch TTY (ALT+CTRL+F1) and when i switch back the terminal is closed.
edit 2: why right edge? i configured in hyprland server that the Windows Computer is "left of hyprland".
@feschber commented on GitHub (Jun 28, 2024):
ESC releases the mouse (this of course only works if capture works) and then you can CTRL+C in the terminal.
If your mouse is stuck, TTY switching / ssh is probably the best bet.
(should have maybe warned you, sorry about that)
2:
--test-captureshould configure a client on all four sides and report which side the events are coming from@feschber commented on GitHub (Jun 28, 2024):
I will checkout latest hyprland myself real quick
@feschber commented on GitHub (Jun 28, 2024):
Ah wait, I've seen this before, this is a duplicate of #135 (the original issue was fixed)
@feschber commented on GitHub (Jun 28, 2024):
You can use this patch:
https://github.com/hyprwm/Hyprland/issues/6170#issuecomment-2124426896
@beyertom commented on GitHub (Jun 28, 2024):
awesome, thanks so much for the quick support!
@beyertom commented on GitHub (Jun 28, 2024):
works like a charm :-) thanks again
@feschber commented on GitHub (Jun 28, 2024):
No problem! Glad I could help