because vmhgfs-fuse is not built,
1 | apt install libfuse-dev |
before compiling open-vm-tools.
following is the autorun scripts, e.g. open-vm-tools are installed in /home/work/vmware/open-vm-tools/open-vm-tools/installed.
-
/etc/xdg/autostart/vmware-user.desktop
1 2 3 4 5 6
[Desktop Entry] Type=Application Encoding=UTF-8 Exec=/home/work/vmware/open-vm-tools/open-vm-tools/installed/bin/vmware-user-suid-wrapper Name=VMware User Agent X-KDE-autostart-phase=1
-
/etc/rc.local
1 2 3 4 5 6 7
#!/bin/bash ( cd /home/work/vmware/open-vm-tools/open-vm-tools/installed/bin/ LD_LIBRARY_PATH=`pwd`/../lib:$LD_LIBRARY_PATH ./vmtoolsd & ./vmhgfs-fuse /mnt/hgfs/ ./vmware-user )
1 2 | chmod +x /etc/rc.local reboot |