fcwu / docker-ubuntu-vnc-desktop

A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Apache License 2.0
3.91k stars 1.42k forks source link

-multiptr is not working properly #284

Open vipul4work opened 2 years ago

vipul4work commented 2 years ago

Support X11VNC_ARGS now

docker pull dorowu/ubuntu-desktop-lxde-vnc:latest
docker run -e X11VNC_ARGS=-multiptr ...

After using the -multiptr option, the local cursor disables, and there is a static cursor in the middle of the desktop, I am using the latest version of the docker, can you tell me if I am missing something, maybe some other parameter that goes along with multiptr ?

Originally posted by @vipul4work in https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/101#issuecomment-1124573490