如果出現錯誤
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