This happens when the compositor that wayvnc attaches to does not support the virtual pointer wayland protocol extension.
Can you paste the result of the following command? You might need to run "apt install wayland-utils" first.
Can you paste the result of the following command? You might need to run "apt install wayland-utils" first.
Code:
echo /var/run/user/*/wayland-* | tr ' ' '\n' | grep -v '.lock$' | while read disp; do echo DISPLAY: $disp; WAYLAND_DISPLAY=$disp wayland-info; echo; done
Statistics: Posted by any1 — Wed May 08, 2024 5:26 pm