BoolFund Blog
Funds have risks, and investments must be made cautiously.
Brought to you by:
riverbird
【报错信息】
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
The application failed to start because no Qt platform plugin could be initialized.
【解决方案】
sudo apt-get update
sudo apt-get install libxcb-xinerama0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxkbcommon-x11-0 libxcb-cursor0 libxcb-shape0 libxcb-xfixes0 libxcb-sync1 libxcb-shm0 libxcb-util1 libgl1-mesa-glx libxrender1
尤其是libxcb-cursor0确保务必安装,一般会正常运行。