当前位置:网站首页>UOS - WindTerm use
UOS - WindTerm use
2022-07-31 22:52:00 【Uh-huh**】
Article table of contents
1. Download, use
Official address: https://github.com/kingToolbox/WindTerm
Download address: https://github.com/kingToolbox/WindTerm/releases



2 error resolution
QT not available
Exception
Error message: 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

Solution
I refer to a video tutorial to solve this problem: https://www.bilibili.com/video/av459767242/?vd_source=51d7462b34b751e72deaaf86c1720bd5
# ============ If you don't want to see the detailed error report, just ignore it = this step=====================# The qt error message is too small and not detailed enough to add this line of parameters -- vim ~/.bashrc# Content added at the end of ~/.bashrc fileexport QT_DEBUG_PLUGINS=1# Make the new configuration of the ~/.bashrc file take effect, so that if qt reports an error, the information will be more detailed -- -- I don't want to see the detailed error report and just ignore itsource ~/.bashrc# ===================================# Forum solution: https://bugreports.qt.io/browse/QTBUG-88688# Repair installation package downloadhttps://packages.debian.org/bullseye/amd64/libxcb-util1/download# Repair installation package downloadhttp://mirrors.ustc.edu.cn/debian/pool/main/x/xcb-util/ 


The above things are ready, just start windterm and it can be used normally
边栏推荐
- Realize serial port receiving data based on STM32 ring queue
- A few permanent free network transmission, convenient and simple (Intranet through tutorials)
- How to import a Golang external package and use it?
- UVM RAL model and built-in seq
- Daily--Kali opens SSH (detailed tutorial)
- Shell常用脚本:Nexus批量上传本地仓库脚本
- 基于simulink的Passive anti-islanding-UVP/OVP and UFP/OFP被动反孤岛模型仿真
- #yyds干货盘点# 面试必刷TOP101:链表中环的入口结点
- Input and output optimization
- useragent online lookup
猜你喜欢

Chapter VII
![[NLP] What is the memory of the model!](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[NLP] What is the memory of the model!

What is customer profile management?

Federated Learning: Multi-source Knowledge Graph Embedding in Federated Scenarios

IDA PRO中汇编结构体识别

基于单片机GSM的防火防盗系统的设计

Flink_CDC construction and simple use

Daily practice——Randomly generate an integer between 1-100 and see how many times you can guess.Requirements: The number of guesses cannot exceed 7 times, and after each guess, it will prompt "bigger"

Realize serial port receiving data based on STM32 ring queue

Memblaze released the first enterprise-grade SSD based on long-lasting particles. What is the new value behind it?
随机推荐
flowable workflow all business concepts
20. Support vector machine - knowledge of mathematical principles
【FPGA教程案例43】图像案例3——通过verilog实现图像sobel边缘提取,通过MATLAB进行辅助验证
The latest masterpiece!Alibaba just released the interview reference guide (Taishan version), I just brushed it for 29 days
Several methods of mysql backup table
Daily--Kali opens SSH (detailed tutorial)
TypeScript 的组件
C#中引用类型的变量做为参数在方法调用时加不加 ref 关键字的不同之处
The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#
iNeuOS industrial Internet operating system, equipment operation and maintenance business and "low-code" form development tools
Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
Unity-LineRenderer显示一条线
[Code Hoof Set Novice Village 600 Questions] Leading to the combination of formulas and programs
网络安全--通过握手包破解WiFi(详细教程)
VOT2021 game introduction
Audio alignment using cross-correlation
[QNX Hypervisor 2.2用户手册]9.16 system
了解下C# 匿名方法
linux view redis version command (linux view mysql version number)
如何导入 Golang 外部包并使用它?