# wyc mount vmware shared directory

#永久改
sudo  nano /etc/fstab
.host:/D       /aenv/win  fuse.vmhgfs-fuse allow_other   0   0

.host:/D/wyc       /aenv/win  fuse.vmhgfs-fuse allow_other   0   0

.host:/C       /aenv/C  fuse.vmhgfs-fuse allow_other   0   0

.host:/proj       /aenv/win  fuse.vmhgfs-fuse allow_other   0   0


# https://zhuanlan.zhihu.com/p/677780893
# 共享文件夹
# 查看共享的符号
vmware-hgfsclient
#D的位置就是共享符号的那些位置
======================================================================================
临时改
vmhgfs-fuse .host:/proj /aenv/win


vmhgfs-fuse .host:/D/proj /aenv/win

vmhgfs-fuse .host:/D /aenv/win

vmhgfs-fuse -o nonempty .host:/D /aenv/win

======================================================================================


cd /aenv/win/wyc/projects/CLionProjects/plantSunCat/0_linux_pro
./do

export QT_DEBUG_PLUGINS=1

export QT_QPA_PLATFORM_PLUGIN_PATH=./plugins/platforms


Got keys from plugin meta data ("xcb")
Cannot load library /aenv/ttt/aa_4/home/wyc/platforms/libqxcb.so: (/lib64/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine22lockedAlphaMapForGlyphEj6QFixedNS_11GlyphFormatERK10QTransformP6QPoint, version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)
QLibraryPrivate::loadPlugin failed on "/aenv/ttt/aa_4/home/wyc/platforms/libqxcb.so" : "Cannot load library /aenv/ttt/aa_4/home/wyc/platforms/libqxcb.so: (/lib64/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine22lockedAlphaMapForGlyphEj6QFixedNS_11GlyphFormatERK10QTransformP6QPoint, version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
