I am trying to make it possible copying/pasting from the clipboard in a VM, using vnc client. I have a VM with Windows XP, and connecting with RealVNC (copy/paste supported).
I edited my vmx file, adding:
isolation.tools.copy.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"
No success, clipboard copy/paste is not working.
What wrong can it be here?