VMware虚拟机 ubuntu22.04无法与共享粘贴板和拖拽文件的解决方案
VMware虚拟机 ubuntu22.04无法与共享粘贴板和拖拉文件的解决方案
- 卸载VMware tools
- 安装open-vm-tools
- 还无法拖拽文件
卸载VMware tools
确保卸载完vmware-tools
# 进入vmware-tools安装目录/bin
sudo vmware-uninstall-tools.pl
sudo rm -rf /usr/lib/vmware-tools
sudo apt-get autoremove open-vm-tools --purge
安装open-vm-tools
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
还无法拖拽文件
sudo vim /etc/gdm3/custom.conf
#将 #WaylandEnable=true 更改为 WaylandEnable=false
sudo reboot