当前位置:网站首页>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
边栏推荐
- #yyds干货盘点# 面试必刷TOP101:链表中环的入口结点
- Golang - from entry to abandonment
- TypeScript 的组件
- How to identify fake reptiles?
- HTC using official firmware as bottom bag made ROM brush card bag tutorial
- SQL注入 Less38(堆叠注入)
- Input and output optimization
- Drawing process of hand-drawn map of scenic spots
- HTC使用官方固件作为底包制作rom卡刷包教程
- 数据分析(一)——matplotlib
猜你喜欢

Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query

useragent online lookup

Go1.18 upgrade function - Fuzz test from scratch in Go language

Pytest初体验
Dry goods | 10 tips for MySQL add, delete, change query performance optimization

Go mode tidy reports an error go warning “all” matched no packages

网络安全--通过握手包破解WiFi(详细教程)
SQL27 View user details of different age groups

【Acwing】第62场周赛 题解

Daily--Kali opens SSH (detailed tutorial)
随机推荐
SQL注入 Less46(order by后的注入+rand()布尔盲注)
(26) About menu of the top menu of Blender source code analysis
The uniapp applet checks and prompts for updates
Unity-LineRenderer显示一条线
Transfer Learning - Domain Adaptation
支付模块实现
Implementation of a sequence table
Embedded development has no passion, is it normal?
22年8月推广大使额外奖励规则
How to reduce the gap between software design and implementation
[QNX Hypervisor 2.2 User Manual]9.14 set
What is customer profile management?
手写一个简单的web服务器(B/S架构)
LeetCode 第 304 场周赛
SQL注入 Less42(POST型堆叠注入)
Several methods for deleting specified elements in Golang slices
-xms -xmx(information value)
Judging decimal points and rounding of decimal operations in Golang
The old music player WinAmp released version 5.9 RC1: migrated to VS 2019, completely rebuilt, compatible with Win11
How to import a Golang external package and use it?