fcitx5 在weston里启动失败 #1018
Answered
by
wengxt
guyuming76
asked this question in
Q&A
fcitx5 在weston里启动失败
#1018
-
我在x11下使用x11 backend启动weston, 然后在weston里启动fcitx5不成功,下面链接是通过script 命令获取的输出: 这个可能是啥原因,如何定位到代码? |
Beta Was this translation helpful? Give feedback.
Answered by
wengxt
Apr 18, 2024
Replies: 1 comment 5 replies
-
你怎么在 weston 里启动 fcitx5 的 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这样总而言之是用不了 weston 的输入法支持的。
应该是因为 fcitx5 尝试初始化 wayland 输入法但是并不允许。
请参考 https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#Weston 进行配置,或者禁用 waylandim 。
另外,如果你想要使用已经启动的 fcitx5,推荐 path=/usr/libexec/fcitx5-wayland-launcher 没必要启动一个禁用 dbus 的,而且同时运行两个 fcitx 会同时写入数据,并不好。
https://www.csslayer.info/wordpress/fcitx-dev/fcitx-5-and-multiple-wayland-compositor/