mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #165] Sharing make disappear mouse pointer and make unusable the keyboard + have to hard reset pc #70
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#70
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 @dontlookherepls on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/165
Happening between two devices running the latest plasma installment
More precisely:
On my host machine while i put the credential of my client machine logs looks positive, but once i hit, with my mouse pointer, my screen edge suddenly nothing works anymore and I have to hard reset my PC.
@feschber commented on GitHub (Jul 30, 2024):
Are you using the latest version of lan-mouse?
@dontlookherepls commented on GitHub (Jul 30, 2024):
Ok the officials arch repos installed lan-mouse 0.8 something... (even if I updated the whole system 10 min prior to installing the program). Now that problem doesn't persist anymore but I can't manage to make it work anyway.
Edit 2
Maybe this gives more insight on the issue
[2024-07-30T21:33:54Z WARN input_emulation] wlroots backend wayland protocol "wlr-virtual-pointer-unstable-v1" not supported: the requested global was not found in the registry@feschber commented on GitHub (Jul 30, 2024):
Yes, It was just updated today. You can use 0.9.1 from lan-mouse-bin / lan-mouse-git on the AUR until it lands in the official repos.
As for "client not responding, releasing pointer": Make sure to configure both sides i.e. add + activate Device A on device B and vice versa.
This behaviour is confusing and I'm planning to change it (#164)
@dontlookherepls commented on GitHub (Jul 30, 2024):
Thank you now I'm going to it.
@feschber commented on GitHub (Jul 30, 2024):
https://archlinux.org/packages/extra/x86_64/lan-mouse/
Actually, it seems like 0.9.1 already landed in the repos. This should include the fix for plasma 6.1
@dontlookherepls commented on GitHub (Jul 30, 2024):
yep already installed on both devices but the issue persist.
@feschber commented on GitHub (Jul 30, 2024):
I'm not quite sure what you mean? So it still does not work?
Just to be sure: Could you run
killall lan-mouseand run it again on both devices to make sure the new version is actually running?@dontlookherepls commented on GitHub (Jul 30, 2024):
Yeah sorry it's late so my brain read something completely different.
I've performed the command but still:
Should I unistall libei ?
@feschber commented on GitHub (Jul 30, 2024):
No everything is working fine on this end.
Could you show a log from the other device?
@dontlookherepls commented on GitHub (Jul 30, 2024):
Yes give me a couple of minutes for logging with github into the other pc
@feschber commented on GitHub (Jul 30, 2024):
hold on: I think there is something wrong with your dns.
DNS says thinkpad has ip 192.168.1.115 but the events are coming from 192.168.1.127
@dontlookherepls commented on GitHub (Jul 30, 2024):
YES I've noticed right now, turns out that my thinkpad was using my wireless connection
@feschber commented on GitHub (Jul 30, 2024):
You could manually configure the ips with a config like this:
@dontlookherepls commented on GitHub (Jul 30, 2024):
Do I have to make a folder in .config/ ?
@feschber commented on GitHub (Jul 30, 2024):
yeah
@feschber commented on GitHub (Jul 30, 2024):
or fix your dns ^^
@dontlookherepls commented on GitHub (Jul 30, 2024):
Now everything works perfectly. I'll fix asap my dns 😅
PS: Thanks for your time and help !