UOS统信系统 - WindTerm使用

x33g5p2x  于2022-08-17 转载在 其他  
字(0.9k)|赞(0)|评价(0)|浏览(1578)

1. 下载、使用

官方地址: https://github.com/kingToolbox/WindTerm

下载地址: https://github.com/kingToolbox/WindTerm/releases

2 报错解决

QT使用不了

异常

报错信息: qt . qpa . plugin : Could not load the Qt platform plugin " xcb " in " even though it was found .this application failed to start because no Qt platform plugin could be initialized. Reinstalling the applicat
on may fix this problem
Available platform plugins are : eglfs linuxfb minimal , minimalegl offscreen vnc , xcb

解决方案

我参考解决此问题的视频教程: https://www.bilibili.com/video/av459767242/?vd_source=51d7462b34b751e72deaaf86c1720bd5

  1. # ============不想看详细报错直接忽略=这一步骤=====================
  2. # qt报错信息太少,不够详细可以添加这一行参数 --
  3. vim ~/.bashrc
  4. # ~/.bashrc文件末尾添加的内容
  5. export QT_DEBUG_PLUGINS=1
  6. # 使得~/.bashrc文件新配置生效,这样qt报错的话信息会更详细 - -- 不想看详细报错直接忽略
  7. source ~/.bashrc
  8. # =================================
  9. # 论坛解决方案:
  10. https://bugreports.qt.io/browse/QTBUG-88688
  11. # 修复安装包下载
  12. https://packages.debian.org/bullseye/amd64/libxcb-util1/download
  13. # 修复安装包下载
  14. http://mirrors.ustc.edu.cn/debian/pool/main/x/xcb-util/

已经好上述的东西,直接启动windterm就可以正常使用了

相关文章