解决“QGtkStyle could not resolve GTK……”问题

筅森魡賤 提交于 2020-01-11 02:29:20

如果出现错误

QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries

或者出现错误

error while loading shared libraries: libgtk-x11-2.0.so.0

可以尝试以下命令

sudo apt-get install libgtk2.0-0

若出现新错误

Failed to load module “canberra-gtk-module”

则可尝试以下命令

sudo apt-get install libcanberra-gtk-module

2019.06.26

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!