Fcitx5: Difference between revisions
m Adjust the position of page translation tags |
Add workaround for SVG themes. |
||
| Line 75: | Line 75: | ||
For more details on how to correctly set fcitx5 for different compositors and applications, refer to the [https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland fcitx5 wiki]. | For more details on how to correctly set fcitx5 for different compositors and applications, refer to the [https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland fcitx5 wiki]. | ||
=== SVG Themes Broken === | |||
Themes using SVG format might not be rendered correctly. You need to introduce `librsvg`. The easiest way to do so is<syntaxhighlight lang="nix"> | |||
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; | |||
</syntaxhighlight>See also [https://github.com/NixOS/nixpkgs/pull/451267][https://github.com/NixOS/nixpkgs/pull/428697]. | |||
</translate> | </translate> | ||
[[Category:Applications{{#translation:}}]] | [[Category:Applications{{#translation:}}]] | ||