欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

This application failed to start because it could not find or load the Qt platform plugin “xcb“.

程序员文章站 2022-03-31 09:37:20
...

BUG:


 This application failed to start because it could not find or load the Qt platform plugin "xcb".

 Reinstalling the application may fix this problem.

 Aborted

解决办法:

$ gedit ~/.bashrc

insert next path at the end of the file

export LD_LIBRARY_PATH=./your/path/Qt5.12.7/5.12.7/gcc_64/lib:$LD_LIBRARY_PATH

$ source ~/.bashrc