chatbox
chatbox copied to clipboard
[Feature] Linux上的中文输入问题及deb包安装版本启动失败问题。
我在Linux上安装了这个工具,系统信息如下:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic
发现有如下问题:
- 基于 AppImage 直接使用,发现不能输入中文。
- 基于deb包进行安装,发现不能启动,错误如下:
$ chatbox
chatbox: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Debian bookworm 也有這個問題, libssl1.1似乎是老版本, 新系統是libssl3.0 解決方法: @hongyi-zhao
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
这个问题在最新版本已经修复,试试最新版本 https://github.com/Bin-Huang/chatbox/releases