mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #1992] Mouse cursor becomes invisible on client side #1461
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#1461
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 @chengnay on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1992
What happened?
I am experiencing mouse cursor will not visible at some areas on client side.
I can see the task bar being hovered but not the mouse cursor.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
GitHub official release version
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 10
Relevant log output
No response
Any other information
No response
@mydsyc commented on GitHub (Nov 26, 2023):
I have got the same proble in windows(use for service) and linux(use for client).
@Pascal-exe commented on GitHub (Dec 2, 2023):
Had the same issue with a Windows Server and Ubuntu 22.04 Client.
Looks like a wayland issue - I fixed it by using Xorg.
@tim-iman commented on GitHub (Feb 14, 2024):
Arch and Ubuntu, fixed the issue for me as awell
@ben272 commented on GitHub (Mar 5, 2024):
This is a confirmed bug.
Just to add this workaround, steps in images helped and solved the issue.
https://github.com/debauchee/barrier/issues/1638#issuecomment-1099783400
@fam4r commented on GitHub (Mar 11, 2024):
Same problem on moving the cursor from the server Ubuntu 22.04 (X11) to the client ArchLinux (Wayland) machine.
In the client, the original cursor is still there, and the new one "coming" from the server it moves and interacts with the client, but is invisible.
EDIT: both the cursor are fully usable (checked read events in
xev).