Out of the box, VMware does not work after Ubuntu upgrade.
I found a solution in adding a additional lib to the path enviroment:
After executing these 2 commands:
echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf
sudo ldconfig
VMware was able to start again.