LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Vmware doesn't start properly with ubuntu 16.04 (https://www.linuxquestions.org/questions/linux-software-2/vmware-doesnt-start-properly-with-ubuntu-16-04-a-4175586151/)

dr_berta 08-03-2016 03:08 AM

Vmware doesn't start properly with ubuntu 16.04
 
Hi,
after the upgrade from ubuntu 14.04 to 16.04, my vmware workstation 10 was no longer working. I found some issues with the new kernel and tried to fix them. Now, after some fixes, it starts only using the following script:
Code:

#!/bin/bash

exec /usr/lib/vmware/bin/launcher.sh /usr/lib/vmware/lib /usr/lib/vmware/bin/vmware /usr/lib/vmware/libconf

exit

One issue is still open: the following message sent by GTK:
Code:

Gtk-Message: Failed to load module "unity-gtk-module": /usr/lib/x86_64-linux-gnu/libgtk-3.so.0: undefined symbol: g_action_group_action_added

(vmware-unity-helper:14615): Gtk-WARNING **: Impossible to find the theme engine in module_path: «murrine»,

The murrine theme has been installed with the command:
Code:

sudo apt-get install murrine-themes
I have installed also the GTK2-murrine-theme

Is there anybody having some ideas about how to solve this issue?
Thanks


All times are GMT -5. The time now is 02:55 AM.