Gtk-Message: 10:32:31.466: Failed to load module "canberra-gtk-module"

109 vues (au cours des 30 derniers jours)
Xiao Wang
Xiao Wang le 17 Juil 2019
I installed matlab 2019a with update3 on ubuntu 16.04 64bit. When I run matlab, I got output: Gtk-Message: 10:32:31.466: Failed to load module "canberra-gtk-module".
How to sort this problem.
Thanks in advance.
  4 commentaires
Dean
Dean le 3 Juil 2024
Modifié(e) : Dean le 3 Juil 2024
See comment below -- The response from Angel Palacios-Marin was key.
Michael Levy
Michael Levy le 27 Fév 2025
Modifié(e) : Walter Roberson le 27 Fév 2025
This is not working for me. When I type MATLAB from linux Ubuntu command window, what appears is failed ot load module "canberra-gtk-module" I follow the instructions in
however, in my /lib/x86_64-linux-gnu folder I see gtk-2.0, gtk-3.0, and gtk-4.0 . Which of these am I supposed to use????
Moving on, the answer here is a bit dated and overly specific without explaining how to generalize.
For example, I write export MATLAB_JAVA=/usr/lib/jvm/java-1.21.0-openjdk-amd64
This is because when I try to find where my ---- (I do not know is it is abin file? a run file? execuatable file? nonone tells)
The reason I type that is because from https://stackoverflow.com/questions/5251323/where-can-i-find-the-java-sdk-in-linux-after-installing-it I see that update-java-alternatives -l will tell you which java implementation is the default for your system and where in the filesystem it is installed.
I need help. Please MATLAB help me

Connectez-vous pour commenter.

Réponses (14)

Angel Palacios-Marin
Angel Palacios-Marin le 11 Juin 2022
Modifié(e) : Angel Palacios-Marin le 11 Juin 2022
So the answer is in a terminal excecute the following
sudo apt-get install libcanberra-gtk* libgconf-2-4
sudo ln -s /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/libcanberra-gtk-module.so
The second line will create a link to the module. Matlab works with gtk-2.0 module. For other linux distributions follow this.
Problem solved, at least for me.
  25 commentaires
Hao
Hao le 23 Sep 2024
Worked for MATLAB R2024b, Ubuntu 24.04.
Thank you.
chaoliang
chaoliang le 8 Oct 2024
Worked for matlab 2022b. But we use the command of 'sudo apt-get -y install libcanberra-gtk-module' to install libcanberra-gtk. The second step is important. Don't forget to create link under /usr/lib directory using the command uppon. If the Linux version and related gtk version is different, you should check it under the /usr/lib/*-linux-gnu/gtk-*.

Connectez-vous pour commenter.


Scott Minkin
Scott Minkin le 15 Déc 2019
Modifié(e) : Scott Minkin le 15 Déc 2019
I believe the canberra-gtk-module messages have no detrimental effect on MATLAB and can be ignored, but having said that...
To run MATLAB R2019a or R2019b on Ubuntu 16.04 LTS without the canberra-gtk-message:
You have three environmental variables that need to be set before running matlab
export GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0
export LIBOVERLAY_SCROLLBAR=0
export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules
OR you can run matlab in the bash shell by typing:
$ GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0 LIBOVERLAY_SCROLLBAR=0 GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules /usr/local/MATLAB/R2019a/bin/matlab
----
To run R2019a on Ubuntu 18.04 LTS without the canberra-gtk-message:
You need to install libcanberra-gtk-module and libgconf-2-4
You don't need to set any environmental variables.
----
To run R2019b on Ubuntu 18.04 LTS without the canberra-gtk-message:
you need to install libcanberra-gtk-module
You have one environmental variable that needs to be set before running matlab:
export GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0
OR you can run matlab in the bash shell by typing:
$ GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0 /usr/local/MATLAB/R2019b/bin/matlab
Good luck.
  6 commentaires
ubaidulla
ubaidulla le 10 Mar 2022
This worked for me on ubuntu 20.04; Thank you
Julija Bucar
Julija Bucar le 26 Fév 2023
solution on arch was to export and set GTK_PATH to matlab executable

Connectez-vous pour commenter.


Xiao Wang
Xiao Wang le 18 Juil 2019
I did: sudo apt-get install libcanberra-gtk-module libcanberra-gtk0. But the error message is still there.
  12 commentaires
Tim Divett
Tim Divett le 18 Nov 2021
worked for me, thanks
Savindi
Savindi le 19 Juin 2024
Modifié(e) : Savindi le 19 Juin 2024
Worked for Ubuntu 24.04 LTS with MATLAB R2024a

Connectez-vous pour commenter.


Jan Studnicka
Jan Studnicka le 16 Oct 2019
See bug reports:
"On some Linux distributions, a message appears in the terminal window when starting MATLAB:
Gtk-Message: <timestamp>: Failed to load module "canberra-gtk-module"
and/or
Gtk-Message: <timestamp>: Failed to load module "pk-gtk-module"
This message is informational and has no effect on MATLAB."
  3 commentaires
Robert Eng
Robert Eng le 26 Nov 2020
I tried the work around suggested in the "bug report" from the above link. Did not fix the problem. I can use the matlab as is with the error but irritating to keep the terminal open and running otherwise Matlab closes
Nour
Nour le 11 Août 2022
worked for me, thanks !

Connectez-vous pour commenter.


Frederico Azevedo
Frederico Azevedo le 14 Déc 2019
I had the same error with my R2019b installation in ubuntu 19.10. After I installed the module with "sudo apt install libcanberra-gtk-module -y", if I call matlab from the command line with the cmd "LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0/modules:$LD_LIBRARY_PATH /usr/local/bin/matlab", the error message doesn't appear anymore.
  2 commentaires
Kefan Yu
Kefan Yu le 9 Juin 2021
It works on R2021a Ubuntu20.04.

Connectez-vous pour commenter.


Kehelwala Dewage Gayan Maduranga
Modifié(e) : Kehelwala Dewage Gayan Maduranga le 18 Nov 2020
I am installing matlab R2020b on Ubuntu 18.04 and having this error
Gtk-Message: 17:15:55.104: Failed to load module "canberra-gtk-module"
  8 commentaires
Imad Abied
Imad Abied le 27 Mai 2021
same on Ubuntu 20.04 and Matlab R2021A
Paul Galloux
Paul Galloux le 1 Fév 2022
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0/modules:$LD_LIBRARY_PATH
before to launch matlab or put this line in your .bashrc
solve-it for me ub20.04

Connectez-vous pour commenter.


Chen Wang
Chen Wang le 12 Oct 2019
I have encountered the same problem....
  1 commentaire
Chen Wang
Chen Wang le 12 Oct 2019
I have installed everything but the problem is still there.

Connectez-vous pour commenter.


Chen Wang
Chen Wang le 12 Oct 2019
Finally I solve this problem by change from 2019b to 2019a. The error message disappear. There must be something wrong with 2019b's Linux version.

Alex Pedcenko
Alex Pedcenko le 28 Nov 2019
this is not the "problem"

LeChat
LeChat le 16 Jan 2020
Modifié(e) : LeChat le 16 Jan 2020
It had the same message and then I followed @Scott Minkin recommandation and I still have a message, but a different one:
me@myPC:~$ matlab &
[1] 22115
me@myPC:~$ Gtk-Message: 17:29:07.572: Failed to load module "canberra-gtk-module"
[0116/172911.622390:INFO:context.cpp(159)] Using multi-threaded message loop for Linux
me@myPC:~$ export GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0
[1]+ Done matlab
me@myPC:~$ matlab &
[1] 29896
me@myPC:~$ [0116/173302.576327:INFO:context.cpp(159)] Using multi-threaded message loop for Linux
I then tried this:
me@myPC:~$ sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcanberra-gtk3-module is already the newest version (0.30-7ubuntu1).
libcanberra-gtk-module is already the newest version (0.30-7ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
me@myPC:~$ matlab &
[2] 7532
me@myPC:~$ [0116/173838.654136:INFO:context.cpp(159)] Using multi-threaded message loop for Linux
In both case Matlab 2019b is launched as expected but I am wondering if everything is ok because of the messages I keep having in the Terminal.
I am running Ubuntu 19.10. Thank you for your expertise.
  3 commentaires
Scott Minkin
Scott Minkin le 8 Avr 2020
Not sure why the pk-gtk-module warning is coming up. What is the value of $GTK_MODULES? And can you try blanking it out by setting GTK_MODULES=
GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0 GTK_MODULES= matlab
Good luck.
--Scott
Manuel Mercier
Manuel Mercier le 16 Avr 2020
GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0 GTK_MODULES = matlab
launch Matlab, and display
Failed to load module "pk-gtk-module"
in the console

Connectez-vous pour commenter.


Burcin Arici
Burcin Arici le 9 Avr 2020
I also get the same error message while running
Gtk-Message: 04:38:48.679: Failed to load module "canberra-gtk-module"
for Matlab R2020a on Ubuntu 19.10, it works slower than R2019b but untill now, during running the program, it does not give an another error.

Chase Philport
Chase Philport le 7 Déc 2022
Also having this error with my install

Leonardo
Leonardo le 5 Mar 2025
Had the same problem on EndeavourOS (Arch-based). By looking through yay I saw that libcanberra was actually installed, but running again
yay -S libcanberra
solved the problem apparently. I have been using MATLAB R2024b Revision 5.

Andreas Viborg
Andreas Viborg le 15 Avr 2025
Modifié(e) : Andreas Viborg le 3 Mai 2025
I learned that the two files libgtk-x11-2.0.so.0 supplied in /usr/local/MATLAB/R2019b/bin/glnxa64 are causing this issue. Simply removing them helped me:
cd /usr/local/MATLAB/R2019b/bin/glnxa64
sudo mkdir exclude
sudo mv libg*-x11-2.0.so.0 exclude/
  1 commentaire
Andreas Viborg
Andreas Viborg le 3 Mai 2025
After the above I still got:
Failed to load module "pk-gtk-module"
I found the required libpk-gtk-module file my gtk-3.0 module folder. Copying it to the Matlab folder clears this error message:
sudo cp /usr/lib64/gtk-3.0/modules/libpk-gtk-module.so /usr/local/MATLAB/R2019b/bin/glnxa64/

Connectez-vous pour commenter.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by