mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #793] Mouse cursor hides with Ubuntu and Kali #625
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#625
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 @rios0rios0 on GitHub (Jul 12, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/793
Operating Systems
Server: Ubuntu 18.04.4 LTS (GNOME 3.28.2)
Client: Kali GNU/Linux Rolling (GNOME 3.36.3)
The cursor on the server hides, and on the client doesn't show.
The log on DEBUG2, show some errors like this:
But the messages aren't cleary.
I tried the installation on Kali by the source and tried with the rolling package.
On Ubuntu, I installed the package from snap repositories.
Barrier Version
On Ubuntu: 2.3.2-snapshot-9080ce45
On Kali: 2.3.2-Release-00000000
Steps to reproduce bug
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev libavahi-compat-libdnssd-dev libssl-dev libx11-dev libqt4-dev qtbase5-devOther info
Running with terminal (on Kali), I have this information:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.It can be occur because on Kali 2020.2 doesn't have
libqt4-dev. I installedqt5-default, but it's not solved the problem.@rios0rios0 commented on GitHub (Jul 17, 2020):
Hello there.
This problem is caused by Wayland.
Barrier isn't supported on Wayland yet (work in progress here). I can close this issue, because switching GNOME of Kali to use Xorg, worked fine.
Thank you.