from–https://www.cnblogs.com/asclepius/p/13833259.html
A : 安装open-vm-tools
————
参考:
https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
1.安装VMware Tools
pacman -S open-vm-tools open-vm-tools-modules
2.安装gtkmm
pacman -S gtkmm
3.修复Tools中的60秒BUG
nano /usr/lib/systemd/system/vmtoolsd.service
在[service]项的后面增加一行 KillSignal=SIGKILL
4.使vmware tools开机自启动
cat /proc/version > /etc/arch-release
systemctl start vmtoolsd
systemctl enable vmtoolsd
B:安装vmware tools
—————————
Quickest Start (The easiest way)
$ git clone https://github.com/rasa/vmware-tools-patches.git $ cd vmware-tools-patches $ ./patched-open-vm-tools.sh
The above script has been provided which generally should always work, automatically invoking commands described in the following section “Quick Start”
To update and re-patch later, remove the vmware-tools-patches
subdirectory with the previous download and re-run the script.
如果使用i3桌面
在i3.config 配置自启动
vmware tools
1 | exec –no-startup-id vmware-user |
open-vm-tools
1 | exec -–no-startup-id vmware-user-suid-wrapper |
参考:https://jorge.fbarr.net/2016/12/12/vmware-i3-and-multiple-monitors/