Gtk-Message: 16:17:51.771: Failed to load module "canberra-gtk-module"

조회 수: 90 (최근 30일)
To whom it may concern,
when I run ./matlab on linux UBUNTU 18.4 LTS an error occours
Gtk-Message: 16:17:51.771: Failed to load module "canberra-gtk-module"
How can I solve this problem?
I hop hearing from you,
Victor
  댓글 수: 3
Chen Wang
Chen Wang 2019년 10월 12일
I have installed everything these answers recommend. However, the problem is still there.

댓글을 달려면 로그인하십시오.

채택된 답변

reincornator
reincornator 2020년 6월 17일
편집: reincornator 2020년 6월 17일
You must install:
sudo apt-get install packagekit-gtk3-module
and
sudo apt-get install libcanberra-gtk-module

추가 답변 (2개)

Jan Studnicka
Jan Studnicka 2019년 10월 16일
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."
  댓글 수: 2
Robin T. Bye
Robin T. Bye 2019년 10월 16일
I have the problem with the canberra-gtk-module.
  1. The message is more then informational since it causes Matlab failing to start and a segmentation fault.
  2. The advice on the Mathworks bug report page replicates similar advice on various internet sites but does not work (same error despite installing the packages relating to the modules).
Jan Studnicka
Jan Studnicka 2019년 10월 16일
Your problem can be caused by something different. In my case this message appears and MATLAB starts normally.
I suggest you contact support:
www.mathworks.com/support/contact_us.html

댓글을 달려면 로그인하십시오.


Brian Zelenke
Brian Zelenke 2020년 5월 23일
On Ubuntu this would be:
export GTK_PATH=/usr/lib/x86_64-linux-gnu/gtk-2.0
On RedHat (RHEL) this would be:
export GTK_PATH=/usr/lib64/gtk-2.0/
  댓글 수: 2
yoshitomo kaneda
yoshitomo kaneda 2021년 4월 28일
Thank you very much !!!
It works for my environment. (CentOS 7.9.2009)
Mark Thomas
Mark Thomas 2021년 7월 30일
This is the only change needed for MATLAB R2020a (Update 1 and Update 6) on CentOS 6.6 [yes, I know!]:
No need to play around with GTK 3.
Just add an /etc/profile.d/gtk2.sh script, setting:
GTK_PATH=/usr/lib64/gtk-2.0
export GTK_PATH
This lets MATLAB find the /usr/lib64/gtk-2.0/modules directory, which holds both modules.
BTW: I found the "R2020a_Update_1_Linux.iso" graphical installer would not run, so had to use ./install -inputFile <name> to do a scripted install. (The GUI opened OK, got to the "Enter File Installation Key" page but would not let me type into the FIK box or press the [Next] button.)
Applying this fix before running ./install might let the graphical installer run, too.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by