mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #148] BUG: stoped working after upgrading to Plasma 6.1.0 #66
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#66
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 @DrYak on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/148
This morning I updated both my workstation and my laptop's Tumbleweed.
New versions:
Plasma: 6.1.0
KDE Framework: 6.3.0
Qt: 6.7.2
In that environment:
The only way to return the control is to SSH into the machine and kill lan-mouse
@aksdb commented on GitHub (Jun 27, 2024):
Same with 6.1.1 here.
@feschber commented on GitHub (Jun 27, 2024):
Ah yeah, I wanted to give an update on this: I originally thought, this would be fixed in plasma 6.1.1 but there turned out to be another issue: Plasma currently does not report barrier ids which I rely on for the libei backend.
You should be able to work around this by compiling with
to disable the libei backend and fallback to layer-shell until it works properly.
Its going to require a workaround or implementation for barrier ids in kwin.
#140
@DrYak commented on GitHub (Jun 27, 2024):
Suggestion: a command line or config file option for individually enabling/disabling protocols?
(so that it would possible to, e.g.,
lan-mouse --disable-libeieven if it is compiled in?)@feschber commented on GitHub (Jun 27, 2024):
Yeah that is probably a good idea. As well as a
--force-backendoption@DrYak commented on GitHub (Jun 27, 2024):
BTW, I've updated my OBS package for Tumbleweed to exclude libei.
(I hope there isn't somewhere some Tumbleweed user who was both relying on my home repo project and happens to run Gnome or wherever libei isn't broken 😅 ).
Of course, I'll revert this once:
@feschber commented on GitHub (Jun 28, 2024):
Duplicate of #140
@feschber commented on GitHub (Jun 29, 2024):
You can revert now :)
@DrYak commented on GitHub (Jul 31, 2024):
Updated my package (after testing locally) to your release 0.9.1 and enabled back compiling libei into it.
Seems to be working nearly(*) all the time! 👍
Speaking about package, once the encryption feature is addressed some time in the future, I'll try to request getting it into the main Tumbleweed repo.
(*): To be honest, I had one single occurrence of this happening on 0.9.1. But I can't reproduce, and one of the two affected machine was a chromebook-like (PineBook Pro) running Manjaro ARM stable with Plasma 6.0, so I suspect this isn't due to libei support and more probably due to the suboptimal Wifi I am currently connecting both machines - e.g. a few dropped packets having left he whole setup in a very weird state. It eventually recovered)
@feschber commented on GitHub (Aug 1, 2024):
Awesome, thank you!