mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #2015] Connection Ubuntu 22 - Windows 11 not working #1473
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#1473
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 @LucasLevrouw on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2015
What happened?
I'm using a Ubuntu 22 machine as the server, and a Windows 11 machine as the client.
I disabled "Enable SSL" on both machines.
When I connect on the client, I get the messages
NOTE: accepted client connectionandNOTE: client "client-name" has connected on the server. AndINFO: connection established,server status: activeon the client. When I copy-paste something, I seeINFO: screen "client-name" grabbed clipboard 0 from "server-name"
INFO: screen "client-name" grabbed clipboard 1 from "server-name"
INFO: screen "client-name" updated clipboard 0
INFO: screen "client-name" updated clipboard 1
However, I cannot move my mouse pointer from one display to the other. Also the copy-paste does not work.
When I turn on the DEBUG2 logging, and when moving the mouse pointer to the edge of the screen, I see the following messages on the server
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
On Windows: .exe installer
On Ubuntu: via apt
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Windows 11 (23H2)
Ubuntu 22.04.4 LTS
Relevant log output
No response
Any other information
No response
@shouryacoded commented on GitHub (Feb 24, 2024):
I had a similar issue, it seems that given how unmaintained the project is, it does not work when using wayland, try again after switching to Xorg in the login screen and it should work as expected.
@ylluminate commented on GitHub (Feb 26, 2024):
Be sure to take this to the living (forked) project: https://github.com/input-leap/input-leap
@LucasLevrouw commented on GitHub (Feb 28, 2024):
This works, thanks!