cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.65k stars 102 forks source link

Prefer USB keyboard and screen coordinate pointing devices #747

Closed edigaryev closed 3 months ago

edigaryev commented 3 months ago

It seems that the experimental VNC server uses a different code path and only considers the first input device in list, which causes the VNC to not process any input on macOS Monterey guests.

Tested on UniversalMac_12.6.1_21G217_Restore.ipsw, resolves https://github.com/cirruslabs/packer-plugin-tart/issues/128.

I've also checked that the previous/next page gesture works on macOS Sonoma guests in Safari.

Needs fixes from https://github.com/cirruslabs/tart/pull/746 for the build to succeed.