I got file conflicts for vmware-workstation managed files too. After manual checks I thought they were some icons and libraries (with version specified), and installed with pacman -U --overwrite \*
. It turned out to break vmware-workstation:
[AppLoader] Fallback to use all shipped libraries.
[AppLoader] Fail to load the library. /usr/lib/vmware/lib/libvmware.so/libvmware.so: undefined symbol: _ZTIN3lui12dlgFirstTime12DlgFirstTimeE
I don't think there is a simple fix
Pinned Comments
richardjs commented on 2022-05-04 19:02 (UTC) (edited on 2023-11-29 19:23 (UTC) by richardjs)
Notes for 12.0.1-2 [edit: applicable to 12.0.5-1]:
You need to download the VMware-Remote-Console .bundle from https://www.vmware.com/go/download-vmrc and place it in the same directory as the PKGBUILD.
vmware-keymaps has been made an optional dependency. vmrc will run fine without it, although I imagine how well it works may depend on your keyboard setup. Making it an optional dependency removes the problem of conflicting files between vmware packages, but also lets those who don't need it ignore it.