mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Mouse changes in Sonoma, makes High Sierra and Mojave mouse not work. #581
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 @sickcodes on GitHub (Apr 9, 2024).
The small change in mouse here:
a208578bf0Option 1 is make Dockerfile.mojave or Dockerfile.high-sierra.
Option 2 is add a slightly dynamic mouse movement selection during the Dockerfile.
If I do the dynamic one, I may as well add another one for CPU flag changes for Sonoma.
@valeriangalliat commented on GitHub (Apr 19, 2024):
Also running into this (Catalina).
If that can help anyone, I worked around it by taking the Launch.sh from the container, reverting the change mentioned above, and mounting that updated file back in the container
Add
-v $PWD/Launch.sh:/home/arch/OSX-KVM/Launch.shto thedocker runcommand