VMware Workstation 10 & gtk2 Errors - rharmonson/richtech GitHub Wiki

#VMware Workstation 10 & gtk2 Errors

##Error When executing the vmware workstation bundle, the following gtk2 errors are displayed:

Extracting VMware Installer...done.
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory

##Fix Create a gtk2 configuration file and reload libraries.

# echo "/usr/lib64/gtk-2.0/modules" > /etc/ld.so.conf.d/gtk2.conf
# ldconfig

##Done The installer should run without gtk2 errors.