fcitx.el
fcitx.el copied to clipboard
D-Bus 功能不支持 Fcitx5
至少这里的 org.fcitx.Fcitx 得改成 org.fcitx.Fcitx5 ,不然 dbus 找不到对应的 .service 文件。
然而接下来就不知道应该怎么改了,dbus 看起来不认识这个 /inputmethod
https://github.com/cute-jumper/fcitx.el/blob/12dc2638ddd15c8f6cfaecb20e1f428ab2bb5624/fcitx.el#L558-L578
也许可以试试这个 https://github.com/QiangF/imbot
我没有使用 fcitx5,但看起来代码在这里 。你可以阅读一下然后改成相应的字符串来调用。
I submitted a PR: https://github.com/cute-jumper/fcitx.el/pull/58 Can you try it? Thanks