Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle right click and touch pad gesture in mac books #66

Closed
anjannath opened this issue May 12, 2022 · 2 comments · Fixed by #202
Closed

handle right click and touch pad gesture in mac books #66

anjannath opened this issue May 12, 2022 · 2 comments · Fixed by #202
Labels
enhancement New feature or request not possible atm Not possible at the moment

Comments

@anjannath
Copy link

Hi, thanks for this amazing tools, i am using tart to test some isolated build of c++ programs locally, and found that i wasn't able to send a right click using the usual two-finger click in the vm.

@fkorotkov fkorotkov added the enhancement New feature or request label May 12, 2022
@fkorotkov
Copy link
Contributor

I'm glad your are liking Tart!

Similar to #14 it's not possible at the moment from the builtin UI because VZVirtualMachineView that is provided by Apple is not supporting it.

As a workaround you can use VNC and connect via Screen Sharing application. For that you need to run tart run --no-graphics VM-NAME and then in a separate terminal you can run tart ip --wait VM-NAME to get a local IP address to use in for screen sharing.

Note that if you are using one of our images then Screen Sharing is already configured and username/password for authentication is admin/admin. If you are building your own virtual machine from scratch don't forget to follow our recommended setup to enable screen sharing.

@fkorotkov fkorotkov added the not possible atm Not possible at the moment label May 12, 2022
@fkorotkov
Copy link
Contributor

With Tart 0.6.0 the above workaround can be simplified to tart run --vnc VM-NAME.

fkorotkov added a commit that referenced this issue Aug 26, 2022
fkorotkov added a commit that referenced this issue Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not possible atm Not possible at the moment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants