mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #994] Shared keyboard and mouse have almost no functionality on client computer(linux) #793
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#793
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 @Caleb-Biggs on GitHub (Dec 27, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/994
Describe the bug
When moving the mouse from the server computer to the client, both computers register the switch in focus but the mouse doesn't move on the client and the keyboard has some function but can't type.
According to the log(included below) there doesn't seem to be any issues. Something weird is that while I can't type and the mouse on the client doesn't move, when I move to the client the active window comes into focus and the tab button on the keyboard works, though so far nothing else I've tried on the keyboard does. It also successfully updates the clipboard. If I move the shared mouse to the client, then use a mouse plugged into the client to copy something, then move the shared mouse back to the server, I can paste on the server what I copied on the client.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The mouse and keyboard should be fully functional on both machines.
Logs
From starting barrier, moving mouse from server to client, then back
Server:
Client:
Desktop (please complete the following information):
@Caleb-Biggs commented on GitHub (Dec 28, 2020):
I did the same thing as above, but with debug 2 turned on. Here are the logs from starting server and client, moving mouse from server to client, then back to server, then turning off client, then turning off server. Server, Client.
@Caleb-Biggs commented on GitHub (Jan 11, 2021):
Figured it out, one of the computers was running gnome in Wayland, which barrier is incompatible with, so changing it to xorg fixed the issue