21

terminal picture

I have already tried :

sudo apt-get install libcanberra-gtk-modul
sudo apt-get install libcanberra-gtk-module:i386
Simon Sudler
  • 3,771
  • 3
  • 20
  • 33
Jan
  • 319
  • 1
  • 2
  • 5

1 Answers1

41

To install the GTK2 and GTK3 modules:

sudo apt-get install appmenu-gtk2-module appmenu-gtk3-module
Marcos Jacoby
  • 541
  • 4
  • 3
  • 1
    When running PyQt5 apps on Ubuntu 19.10 I was getting annoying `Gtk-Message: Failed to load module "appmenu-gtk-module"` warnings. This answer solved it. – RTbecard Jan 25 '20 at 17:43
  • 1
    Same for me in Ubuntu 19.10. To fix `Failed to load module "canberra-gtk-module"` problem just run : `sudo apt-get install --reinstall libcanberra-gtk-module` which I found in https://askubuntu.com/a/732066/534825. – Rochdi Boudjehem Jan 28 '20 at 09:54
  • 1
    This didn't do it for my problem with tusk which displays this when invoked. – sjatkins Feb 16 '21 at 22:07