8000 cannot work with fcitx5 · Issue #56 · cute-jumper/fcitx.el · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
cannot work with fcitx5 #56
Open
Open
@tcstory

Description

@tcstory

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0