Menu

BoolFund / Blog: Recent posts

v0.9.0在Linux Mint 22.3运行失败的解决方案

【报错信息】
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确保务必安装,一般会正常运行。

Posted by riverbird 2026-04-30
MongoDB Logo MongoDB