Copy/paste and drag&drop not working in VMware machine with Ubuntu
Solution 1:
I had the same problem and found that this can be fixed by executing the following commands:
sudo apt-get autoremove open-vm-tools
- Install VMware Tools by following the usual method (
Virtual Machine --> Reinstall VMWare Tools
) - Reboot the VM
sudo apt-get install open-vm-tools-desktop
- Reboot the VM, after the reboot copy/paste and drag/drop will work!
Solution 2:
I tried the approach suggested by solution101 above, but it didn't work for me. This is how I solved the problem:
- Open Terminal
sudo apt install open-vm-tools-desktop
- restart the guest operating system
This seems to have fixed the copy-and-paste issue for me.