mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-12 05:20:27 +01:00
Double mouse cursor - QEMU & MacOS #549
Reference in New Issue
Block a user
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 @lskdfx on GitHub (Nov 20, 2023).
i have a double mouse cursor, one from qemu and one from macos. it is getting annoying to use with it. they aren't the same speed, but after a second or so, they overlap. I am using WSL2. The command I have used for macos is:
docker run -it
--device /dev/kvm
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist'
sickcodes/docker-osx:monterey
@lskdfx commented on GitHub (Nov 20, 2023):
nevermind - i hadn't done the windows setup at that time