I am running ubuntu 15.10. I am trying to execute a java GUI program under eclipse that imports a ton of libraries including javafx and google map libraries.
The java program fails to execute and gives the error:
Gtk-Message: Failed to load module "unity-gtk-module"
I have googled the error message " Gtk-Message: Failed to load module "unity-gtk-module" " - but none of the solutions I have found on stackoverflow or through google appear to work for me.
Any ideas on how to diagnose and fix this error?
sudo apt-get-install unity-gtk3-module
fix the problem? If not, tryapt-cache search unity-gtk-module
(which suggests that there is also anunity-gtk2-module
). What program are you trying to run? From where did you obtain it? And have you satisfied its' dependencies? – Elliott Frisch