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