mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1754] big clipboard content makes Linux server keyboard/mouse freeze when pointer moves to Windows client #1296
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1296
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 @davebiffuk on GitHub (Aug 23, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1754
What happened?
The situation can be recovered from by ssh'ing to the Linux server and killing the barrier process. The system tray part of the snap notices it has died and restarts it.
This is 100% reproducible with Ubuntu 18.04 barrier server (barrier 2.4.0-4-gac5a1bfd installed as a "snap") and Windows 10 version 20H2 barrier client (barrier 2.4.0-release-3e0d758b)
Version
v2.4.0
Git commit hash (if applicable)
gac5a1bfd
If applicable, where did you install Barrier from?
Linux server: from snap 2.4.0-4-gac5a1bfd
Windows client: from BarrierSetup-2.4.0-release.exe downloaded from Github
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Linux: Ubuntu 18.04
Windows 10 20H2
Relevant log output
Any other information
No response
@davebiffuk commented on GitHub (Aug 23, 2022):
This is probably the same cause: https://github.com/debauchee/barrier/issues/1248#issuecomment-916411048
@davebiffuk commented on GitHub (Aug 24, 2022):
I enabled debug logging and reproduced this, and the messages on the server side were:
and on the client side:
Is there any further debug info I can provide?
@emisca commented on GitHub (Mar 26, 2024):
I can confirm the same issue, barrier 2.4.0-release-3e0d758b server on MacOS 14.4.1 and client (same version) on Windows 11.
Strangely if I copy in the clipboard the same image on windows, there is no issue, if I do it on the server side (macos) it creates trouble. In any case it seems that only text based clipboard works.
@DerekVeit commented on GitHub (Mar 26, 2024):
This project seems probably abandoned, but there is an actively maintained fork of it called input-leap.
https://github.com/input-leap/input-leap
@emisca commented on GitHub (Mar 27, 2024):
I noticed that after commenting this issue...
For now I've installed the latest build from synergy opensource code which fixes this issue: https://github.com/DEAKSoftware/Synergy-Binaries
Eagerly waiting for some release from input-leap Team :D