2、建立软链接:文件存在只是找不到,建立个软链接就行了。(这里matlab有个大坑,默认使用gtk2的,不要使用gtk3) sudo ln -s /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/libcanberra-gtk-module.so
确保MATLAB在启动时确实显示了"failed to load module 'canberra-gtk-module'"的错误信息。这是解决问题的第一步,确保我们针对的是正确的错误。 检查依赖库: 使用以下命令检查系统是否安装了libcanberra-gtk-module库: bash locate libcanberra-gtk-module.so 如果系统未找到该文件,说明需要安装该库。 安装或修复库...
3、查看文件信息: 1locatelibcanberra2/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh3/usr/lib/libcanberra-0.304/usr/lib/libcanberra-gtk.so5/usr/lib/libcanberra-gtk.so.06/usr/lib/libcanberra-gtk.so.0.1.97/usr/lib/libcanberra-gtk3.so8/usr/lib/libcanberra-gtk3.so.09/usr/lib/li...
安装gtk-2.0+版本的canberra sudo apt-get install libcanberra-gtk-module -y 添加软连接 sudo ln -s /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/libcanberra-gtk-module.so 安装toolbox时对安装目录无操作权限sudo chown -R $LOGNAME: /usr/local/MATLAB/R2021b ...
Gtk-Message: : Failed to load module "pk-gtk-module" This message is informational and has no effect on MATLAB." 3 Comments Show 1 older comment Robert Engon 26 Nov 2020 I tried the work around suggested in the "bug report" from the above link. Did not fix the prob...
$ Gtk-Message: : Failed to load module "pk-gtk-module" MATLAB官方已知bug,(似乎)不影响正常MATLAB运行。解决方法可以参考官方文档 如果你已经成功安装好PTB-3之后,可以在MATLAB命令行中输入PTB指令如 >> help Screen %或者 >> help PsychDemos 出现很多说明...
Failed to load module "canberra-gtk-module" What am I to do? 0 Comments Sign in to comment. Sign in to answer this question.Accepted Answer Toder on 6 Jun 2020 Vote 1 Link This is a known bug but shouldn't affect your ability to use Matlab. See https://www.mathw...
使用locate命令解决matlab2020a的Failed to load module "canberra-gtk-module"的提示信息 2020-10-20 11:24 −... 叕叒双又 0 1647 module load 2019-12-09 10:41 −在init.h 中有如下定义 #define pure_initcall(fn) __define_initcall("0",fn,1)#define core_initcall(fn) __define_initcall(...
Gtk-Message: : Failed to load module "pk-gtk-module" This message is informational and has no effect on MATLAB." 2 Comments Robin T. Byeon 16 Oct 2019 I have the problem with the canberra-gtk-module. The message is more then informational since it causes Matlab failing ...
failed to load module "canberra-gtk-module" failed to load module "gail" failed to load module "atk-bridge" MATLAB can run without these it seems however it seems far slower to do so. I would like to find a solution such that these errors are corrected. ...