Suddenly copy/paste stopped working from/to Windows 8 host computer to/from ubuntu virtual machine. Ubuntu restart did not help. I tried command:
sudo apt-get install open-vm-tools
But got report I have newest version. Guest Isolation settings are enabled. What could be the scenario of fixing this problem?
I had the same problem and found that this can be fixed by executing the following commands:
sudo apt-get autoremove open-vm-tools
Virtual Machine --> Reinstall VMWare Tools
)sudo apt-get install open-vm-tools-desktop
I tried the approach suggested by solution101 above, but it didn't work for me. This is how I solved the problem:
sudo apt install open-vm-tools-desktop
This seems to have fixed the copy-and-paste issue for me.
This is copied verbatim from a vmware community forum:
The best and working solution is restarting your VMWare application (Workstation, Fusion, etc.), not the VM itself. (provided, of course, that you have installed the VMWare tools already.)
You can't uncheck the checkboxes while the VM is running; they are disabled. If you do this when the VM is not running, there is no effect (VMWare Workstation 12 Pro).
In my case, somehow the guest start-up job running the VMware User Agent was removed from my xfce session autostart. You need to run
/usr/bin/vmware-user-suid-wrapper
at loginI can see how old this post is, but I noticed something relevant; it wasn't even Ubuntu. Apparently "Shared folders" must be enabled prior to installing
open-vm-tools
- also hadopen-vm-tools-desktop
already installed and nothing worked. Reinstalling both packages does the job, seemingly when shared folder were enabled; this works instantly. Withapt-get
:Or with
dnf
:I'd assume that when enabling "shared folder" before the OS install, it should work out of the box.
In my case in addition to bidirectional button activation, I had to do following steps: On the terminal of guest virtual machine run:
Now on virtual machine's main menu go: "Devices" -> "Insert Guest Additions CD image" -> wait popup to appear -> follow up installation steps -> once it's done go reboot In my case it has resolved copy&paste issue