-
Notifications
You must be signed in to change notification settings - Fork 17
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
Request for clipboard support #1
Comments
I appreciate the idea, but the VZ framework itself does not support this, unfortunately. With some luck, Apple may simply add this to the VZ framework in one of the next macOS releases as this would be really easy for them. In the meantime, it is possible to work around this by writing and installing "guest tools" in the guest OS. One way to do that is to use the virtual socket API to allow communication between the host and guest. So this requires two pieces: the support in |
macOS 13 has introduced clipboard sharing support to the VZ framework, but, unfortunately, this is only intended for Linux guests via the SPICE agent protocol and I'm not aware of any support on macOS guests for this. So we are back to the part where we need to implement guest tools - essentially we need a macOS port of the clipboard part of |
Bad news: quick test suggests that this doesn't work for macOS guests at all. Even though the device
|
Easy workaround is to enable screen sharing in macOS, then connect to the VM and you get clipboard sharing. |
@benford-servicem8 thanks, yes, correct, that's why I am recommending that approach in the README - I pretty much never use the |
First of all a very big "THANK YOU" for creating this wrapper to virtualization framework. In fact, this wrapper has good number of features (including changing of screen resolution, storage size, CPU, memory etc...) that I was not able to find in other commercial applications.
When you get a chance, please look at the possibility of sharing the clipboard from the host mac os to guest mac os.
Thank you so much in advance,
Guru R.
The text was updated successfully, but these errors were encountered: