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
# ============不想看详细报错直接忽略=这一步骤=====================
# qt报错信息太少,不够详细可以添加这一行参数 --
vim ~/.bashrc
# ~/.bashrc文件末尾添加的内容
export QT_DEBUG_PLUGINS=1
# 使得~/.bashrc文件新配置生效,这样qt报错的话信息会更详细 - -- 不想看详细报错直接忽略
source ~/.bashrc
# =================================
# 论坛解决方案:
https://bugreports.qt.io/browse/QTBUG-88688
# 修复安装包下载
https://packages.debian.org/bullseye/amd64/libxcb-util1/download
# 修复安装包下载
http://mirrors.ustc.edu.cn/debian/pool/main/x/xcb-util/
已经好上述的东西,直接启动windterm就可以正常使用了