rime / ibus-rime

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

无法切换或使用 #186

Open theLSA opened 3 months ago

theLSA commented 3 months ago

环境: OS:debian ,桌面:xfce x11

安装过程: sudo apt-get install ibus-rime sudo apt-get install rime-data-double-pinyin 2024-08-03_21-23-48 2024-08-03_20-53-04 2024-08-03_20-54-44

ls -al /usr/share/rime-data有文件

问题:

  1. 无法切换rime输入法,用ctrl+space或者ibus图标切换(图标会卡一阵)都没反应,还是原来的输入法。

  2. .config/ibus/目录无rime文件夹

  3. ibus engine rime失败 (process:11707): IBUS-WARNING **: 08:59:40.493: ibus_bus_call_sync: org.freedesktop.IBus.SetGlobalEngine: GDBus.Error:org.freedesktop.DBus.Error.Failed: Set global engine failed: Timeout was reached Set global engine failed.

  4. 没有rime日志:ls -al /tmp/rime.log ls: cannot access '/tmp/rime.log': No such file or directory

  5. ctrl+~或F4都没反应

尝试过的解决方案: 多次注销重启操作系统 ibus restart和ibus-daemon -drx多次重启输入法 直接新建rime文件夹并且cp -r rime-ice-main/* ~/.config/ibus/rime/

用fcitx+rime也是同样的问题

请问是什么原因?如何排查/解决?

lotem commented 3 months ago

清空 ~/.config/ibus/rime/ 試試看。

theLSA commented 3 months ago

清空 ~/.config/ibus/rime/ 試試看。

清空了只留下rime文件夹,重启ibus,问题依旧,切换不了也用不了

theLSA commented 2 months ago

补充信息: apt安装的librime及其plugin都是1.10(202309)版本。

尝试https://github.com/hchunhui/ibus-rime.AppImage,能正常使用。