mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #761] Mouse changes in Sonoma, makes High Sierra and Mojave mouse not work. #580
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#580
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 @sickcodes on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/761
The small change in mouse here: https://github.com/sickcodes/Docker-OSX/pull/758/commits/a208578bf0c8173f7b4f666144f819afde509931
Option 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