原因及解决办法:Failed to load module “canberra-gtk-module“

简介: 原因及解决办法:Failed to load module “canberra-gtk-module“

报错

Gtk-Message: 14:00:08.135: Failed to load module "canberra-gtk-module"

原因

这问题怎么来的?这是因为在编译的机器上链接到这个库,而执行的机器上没有这个库。


解决办法

sudo apt install libcanberra-gtk-module

或者在当前执行机器上,重新编译源码。


有网友提供了centos的办法:

yum list *canberra*
yum install libcanberra-gtk

目录
相关文章
|
6月前
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
|
JavaScript
node_modulesnode-sass npm ERR command failed 解决方法
node_modulesnode-sass npm ERR command failed 解决方法
244 0
打包报错Error: ‘default‘ is not exported by node_modules/qs/lib/index.js
打包报错Error: ‘default‘ is not exported by node_modules/qs/lib/index.js
263 0
|
NoSQL Python
解决gdb报错:Failed to import the site module,No module named '_sysconfigdata_m'
解决gdb报错:Failed to import the site module,No module named '_sysconfigdata_m'
390 0
|
Python
解决办法:ImportError: No module named pycuda.driver
解决办法:ImportError: No module named pycuda.driver
287 0
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
139 0
Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决
Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决
454 0
Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决
成功解决mod = importlib.util.module_from_spec(spec)ImportError: DLL load failed: 找不到指定的程序。
成功解决mod = importlib.util.module_from_spec(spec)ImportError: DLL load failed: 找不到指定的程序。
|
算法框架/工具 计算机视觉 Python
成功解决module = loader.load_module(fullname) ImportError: DLL load failed: 找不到指定的模块。
成功解决module = loader.load_module(fullname) ImportError: DLL load failed: 找不到指定的模块。
成功解决module = loader.load_module(fullname) ImportError: DLL load failed: 找不到指定的模块。
|
Linux
原因及解决办法:Failed to load module “canberra-gtk-module“
原因及解决办法:Failed to load module “canberra-gtk-module“
2899 0