VMware中的Manjaro启用剪贴版,网上查到的文档普遍是这样的(甚至官网的文档也是这样介绍的)
sudo pacman -S open-vm-tools
sudo pacman -S gtkmm3
sudo reboot
然后,发现,剪贴板确实可以用了,但是,仅限于从主机和虚拟机之间复制粘贴一些文本内容,如果是一个文件的话,则无法复制,在虚拟机中的提示是:
There is nothing on the clipboard to paste.
正确的做法是:
sudo systemctl enable vmware-vmblock-fuse
sudo reboot
Leave a Comment