mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 22:01:59 -06:00
[GH-ISSUE #134] After upgrade lan mouse version to 0.8.0, Windows side can't access Linux side input #52
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#52
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 @Mzyhe3n6jmFqkYQyFKzFW3kGRGMok8xTYySN4Tm on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/134
Before upgrade to 0.8.0 everything is work perfectly, but after upgrade to 0.8.0 only Linux side can access windows side mouse input, even plug in mouse to linux pc, when access windows side mouse input can't back to linux side.
I've tried to downgrade to 0.7.3 or 0.7.2, but still not working, so i'm thinking maybe is linux upgrade something break lan mouse.
My linux system is fedora 40 KDE Plasma 6.0.4 Wayland, windows version is 26120.670.
Windows side logs:
Linux side logs:
@feschber commented on GitHub (May 18, 2024):
Just to be sure: Did you upgrade both devices and restart the service?
@Mzyhe3n6jmFqkYQyFKzFW3kGRGMok8xTYySN4Tm commented on GitHub (May 18, 2024):
Yes, I did it.
@Vesek commented on GitHub (May 18, 2024):
Same happening here, the Linux PC can control Windows but on Windows the mouse cannot leave the screen.
@neur1n commented on GitHub (May 22, 2024):
Same here.The only version that worked for me (I just started using lan-mouse a couple of weeks ago) on two Windows 11 machines was the prerelease I downloaded on 2024-05-08, but I forgot the commit hash.@feschber commented on GitHub (May 22, 2024):
Thank you, that is very helpful!
@omgcem commented on GitHub (Jun 20, 2024):
I am also experiencing this issue with the release versions on Windows & Wayland (0.8.0).
The cursor is able to enter the windows client but not able to return to the Wayland client.
It is working with the debug version built from source on Windows (although other issues are then present on windows side) and no changes on the Wayland side.
The release version built from source experiences the same issue as the release download.
@feschber commented on GitHub (Jun 20, 2024):
Okay this is interesting. I will hopefully get to take a look this weekend.
@feschber commented on GitHub (Jun 20, 2024):
Could you check if maybe the "barriers" are just on the wrong side? As in the position is set to right but it's actually on the left side?
@omgcem commented on GitHub (Jun 21, 2024):
I retested with the source built release version on windows (also dropped down to just 1 monitor) and was not able to exit the screen from any screen edge despite the left being configured as the barrier to the Wayland client.
Reverting back to the source built debug version allowed me to exit from the left screen edge as expected.
@miroslav-suvada commented on GitHub (Jun 25, 2024):
I am experiencing a similar problem. I am running version 0.8.0 on both Windows 11 and Ubuntu 22.04.
@feschber commented on GitHub (Jun 25, 2024):
now this is a very interesting bug. It looks to me like a compiler bug:
This prints
@feschber commented on GitHub (Jun 25, 2024):
reduced example... very very strange
@feschber commented on GitHub (Jun 25, 2024):
Okay turns out, its actually UB... I should not be using transmute here
@Mzyhe3n6jmFqkYQyFKzFW3kGRGMok8xTYySN4Tm commented on GitHub (Jun 25, 2024):
I have tested the dev build of lan mouse, from windows to linux is fine, but when back to windows the mouse seem to be frozen, and I can't do anything about this.
@feschber commented on GitHub (Jul 2, 2024):
I just squashed another bug with windows.
Please report back if anyone is still having issues now!