Fcitx5: Difference between revisions
Add workaround for SVG themes. |
→Configuration: Set `i18n.inputMethod.fcitx5.ignoreUserConfig = true` even if Home Manager due to https://github.com/nix-community/home-manager/commit/6d1f834ca63700604a96d8c38aa8ac272d95071a |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 44: | Line 44: | ||
# i18n.inputMethod.fcitx5.settings.globalOptions = { }; | # i18n.inputMethod.fcitx5.settings.globalOptions = { }; | ||
# | # Local config at ~/.config/fcitx5 needs to be ignored using the following option. | ||
i18n.inputMethod.fcitx5.ignoreUserConfig = true; | |||
}} | }} | ||
<translate> | <translate> | ||
| Line 77: | Line 77: | ||
=== SVG Themes Broken === | === SVG Themes Broken === | ||
Themes using SVG format might not be rendered correctly. You need to introduce | |||
Themes using SVG format might not be rendered correctly. You need to introduce <code>librsvg</code>. The easiest way to do so is | |||
</translate> | |||
<syntaxhighlight lang="nix"> | |||
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; | programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<translate> | |||
See also [https://github.com/NixOS/nixpkgs/pull/451267][https://github.com/NixOS/nixpkgs/pull/428697]. | |||
</translate> | </translate> | ||
[[Category:Applications{{#translation:}}]] | [[Category:Applications{{#translation:}}]] | ||