debauchee / barrier

Open-source KVM software
Other
27.39k stars 1.51k forks source link

Mouse cursor becomes invisible on client side #1992

Open chengnay opened 10 months ago

chengnay commented 10 months ago

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 10 months ago

I have got the same proble in windows(use for service) and linux(use for client).

Pascal-exe commented 10 months ago

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 7 months ago

Had the same issue with a Windows Server and Ubuntu 22.04 Client.

Looks like a wayland issue - I fixed it by using Xorg.

Arch and Ubuntu, fixed the issue for me as awell

ben272 commented 7 months ago

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 7 months ago

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).