Open
Description
the version of my emacs is 28.1
the following is my configuration
(use-package fcitx
:ensure t
:config
(fcitx-aggressive-setup)
(setq fcitx-use-dbus t)
)
and the error was reported
Warning (fcitx.el): `fcitx-remote' is not avaiable. Please check your fcitx installtion. Disable showing Disable logging
after googling, i found a solution from the post, https://kisaragi-hiu.com/why-fcitx5
here is my final configuration
(use-package fcitx
:ensure t
:config
(setq fcitx-use-dbus nil
fcitx-remote-command "fcitx5-remote")
(fcitx-aggressive-setup))
Metadata
Metadata
Assignees
Labels
No labels