ibus-rime icon indicating copy to clipboard operation
ibus-rime copied to clipboard

librime 版本较低

Open tansongchen opened this issue 11 months ago • 5 comments

最近试图在 Ubuntu 上安装 ibus-rime,发现包含的 librime 版本为 1.7.3,而 librime 本身已达 1.8.5。能否更新本仓库重新打包发布?

tansongchen avatar Sep 08 '23 21:09 tansongchen

我的系统是Ubuntu22.04,可以直接装的,不知道你的系统是什么?

DennisThink avatar Sep 09 '23 00:09 DennisThink

@DennisThink Hi , I am so helpless. I can't enable and deploy ibus-rime after upgrade system from ubuntu20.04 to ubuntu22. I tried to deploy my configuration files on terminal, but it reported that missing shared libraries like below:

rime_deployer --build #
/usr/bin/rime_dict_manager: error while loading shared libraries: libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory

and I found that my libboost_filesystem.so version is 1.74.0, it locates in /usr/lib/x86_64-linux-gnu.

lrwxrwxrwx  1 root root    29 Mar 17  2022 libboost_filesystem.so -> libboost_filesystem.so.1.74.0

how to solve this problem?

YaoLiMuMu avatar Sep 19 '23 10:09 YaoLiMuMu

there are release build on the official website.you can download it and install. I do it this way and I don't have the problem you met.

DennisThink avatar Sep 19 '23 13:09 DennisThink

我的系统是Ubuntu22.04,可以直接装的,不知道你的系统是什么?

我也是 22.04,用 apt 安装后打开配置文件夹,installation.yaml 里写着

rime_version: 1.7.3

希望可以打包一个最新的 1.8.5 版本的发布到 Ubuntu APT

tansongchen avatar Sep 19 '23 14:09 tansongchen

@DennisThink Thank you for your reply. I confused ibus-rime and librime, Now I build and make install librime locally. Then, rime works perfectly.

YaoLiMuMu avatar Sep 19 '23 16:09 YaoLiMuMu