安装vmtools
1.首先安装open-vm-tools和open-vm-tools-desktop两个包
2.其次在虚拟机settings页面options分页找到Guest Isolation,开启Enable drag and drop和Enable copy and paste
3.虚拟机内linux桌面需要用x.org启动而不是Wayland(貌似还未支持)
设置Xorg为default display server(optional)
gdm设置
修改gdm的config
sudo vim /etc/gdm3/custom.conf
将WaylandEnable
这一行取消注释来关闭Wayland
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false