-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fcitx not detecting the fcitx-anthy plugin #4550
Comments
It looks like the problem might be the following line:
The anthy addon will not be here, so fcitx will not be able to find it. |
sorry, for now you have to set
|
I'm not using NixOS now and English is not my language, |
@iyzsong, thank for the response. I'll try bringing this up on the NixOS mailing list and seeing if I get a response with a good solution. |
Here's the thread on the nix-dev list: http://lists.science.uu.nl/pipermail/nix-dev/2014-October/014675.html |
Have you try
|
FCITXDIR will not work because each plugin will be installed into a different directory. If there was a FCITXPATH environment variable (like PATH) where you could specify multiple FCITXDIRs, then it might be able to be made to would work. I'm thinking the only way to solve this problem on NIXOS is to get rid of the anthy plugin, and change the fcitx package itself so you can enable/disable plugins. The anthy plugin will only be installed if you enable it in the fctix package's config. It will work similarly to how the firefox wrapper package works. |
in nix, every profile is a dir contains all packages symbolic linked in. yes, make a fcitx wrapper with addons will be great. |
The problem with this is that fcitx and fcitx-anthy may not be installed through nix-env. For instance, fcitx may be installed by writing it in But anyway, it seems like an anti-pattern to require the It seems like the only way to do this would be to create a wrapper fcitx package? |
yes, your are right. |
Fixed in #4839. |
@iyzsong, I am having a problem where fcitx is not detecting the anthy plugin.
Looking in my user-profile, it looks like the anki plugin is in lib/fcitx/fcitx-anki.so, and the settings files are all correctly in share/fcitx/*. But for some reasone it seems like fcitx just completely ignores the anki plugin.
Running fcitx with the flags "--enable anthy" or "--enable fcitx-anthy" doesn't produce any strange warning messages. Below is the output of
fcitx-diagnose
, but it doesn't look like there is anything particularly strange in the output. I am wondering how to go about debugging this problem.The text was updated successfully, but these errors were encountered: