问题描述
我大家.
我在使用 VMWare Virtual 时遇到问题.我使用了 Lubuntu LXDE 15.10.虽然我已经完成安装 VMware-tools,但我无法复制和粘贴.我可以调整窗口大小并启用共享文件夹,但我无法将文本从主机复制并粘贴到 VM 计算机.我试过了:
I have a trouble with VMWare Virtual. I used Lubuntu LXDE 15.10. I can't copy and paste although I have completed install VMware-tools. I can resize windows and enable shared folder but I can't copy and paste text from host to VM computer.I have tried:
1:重新安装 VMWare 工具
1: Reinstall VMWare tool
2:完全按照这个答案一步一步来:复制并粘贴VMWare 不工作
2: Follow Exactly step by step from this answer: Copy and paste in VMWare doesn't work
但这些解决方案不起作用,
but those solutions doesn't work,
有人得到小费吗?
谢谢
推荐答案
我最近遇到了同样的问题.在我基于 Debian 的 Linux 客户机系统上,我了解到不再建议将 VMware Tools 用于 Linux.相反,我必须安装以下软件包:
I had the same issue recently.On my Debian-based Linux Guest System, I've learned, that VMware Tools are no longer recommended for Linux. Instead, I had to install the following packages:
sudo apt-get install open-vm-tools open-vm-tools-desktop
请注意,单独的 open-vm-tools 将即调整显示大小,但(至少在我的情况下)无法提供复制粘贴功能,因为它与 x 服务器相关.然而,这随后被包含在 open-vm-tools-desktop 中.如果要安装多个软件包,则取决于您的 Linux 发行版.
Please note, that open-vm-tools alone will i.e. adjust display size, but (at least in my case) was not able to provide copy-paste-functionality, as it is x-server-related. This was then however included in open-vm-tools-desktop. It depends on you linux distribution, if there are more than one package to install.
来源:https://github.com/vmware/open-vm-tools
是否会继续支持 VMware Tools 和 OSP?
VMware Tools 将继续在商业许可下提供.Linux 推荐使用 open-vm-toolsopen-vm-tools 可用的发行版.VMware 不会为可使用 open-vm-tools 的操作系统提供 OSP."
VMware Tools will continue to be available under a commercial license. It is recommended that open-vm-tools be used for the Linux distributions where open-vm-tools is available. VMware will not provide OSPs for operating systems where open-vm-tools is available."
这篇关于Vmware 12:无法在主机和虚拟计算机之间复制粘贴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!