From 8dcd19c97d62c76ddb0c5d88c71e6ed721b53ff4 Mon Sep 17 00:00:00 2001 From: hujinyang Date: Tue, 23 Dec 2025 05:55:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a768e73..11ccce3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ PyQt6 ``` 在服务器图形化界面,搜索Config Editor点击即可使用 +(若部署成功,点击config-editor图标无响应,则考虑是不是服务器缺少qt需要的图表光标展示组件x11,执行安装 sudo apt install -y libxcb-cursor0 libxcb-xinerama0 libxcb-randr0 libxcb-xfixes0 libxcb-shape0 libxcb-keysyms1 libxcb-image0 libxcb-icccm4 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libxkbcommon0) 卸载程序