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,931
  • 3
  • 21
  • 34
Jan
  • 319

1 Answers1

41

To install the GTK2 and GTK3 modules:

sudo apt-get install appmenu-gtk2-module appmenu-gtk3-module
  • 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