五、故障排查
常见问题及解决方案
初始化时打印
问题描述:
安装后的初次启动加载会比较慢
解决方案:
初始化时,第一次需要加载所有组件并缓存,后续可正常使用
显卡驱动
报错:
问题描述:
命令行输出1from 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to lload the Qt xcb platform plugin. 2Could not load the Qt platform plugin "xcb" in "" even tkhough it was found. This 3application failed to start because no Qt platform plugiIn could be initialized. 4Reinstalling the application may fix this problem.解决方案:
命令行输入1sudo apt-get update 2sudo apt-get install libxcb-cursor0