rime / ibus-rime

【中州韻】Rime for Linux/IBus
https://rime.im
GNU General Public License v3.0
718 stars 103 forks source link

librime 版本较低 #168

Open tansongchen opened 10 months ago

tansongchen commented 10 months ago

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

DennisThink commented 10 months ago

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

YaoLiMuMu commented 10 months ago

@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?

DennisThink commented 10 months ago

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.

tansongchen commented 10 months ago

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

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

rime_version: 1.7.3

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

YaoLiMuMu commented 10 months ago

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