Fcitx5: Difference between revisions

Merrkry (talk | contribs)
Add workaround for SVG themes.
Merrkry (talk | contribs)
m Formatting typo.
 
Line 77: Line 77:


=== SVG Themes Broken ===
=== 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">
Themes using SVG format might not be rendered correctly. You need to introduce <code>librsvg</code>. The easiest way to do so is<syntaxhighlight lang="nix">
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
</syntaxhighlight>See also [https://github.com/NixOS/nixpkgs/pull/451267][https://github.com/NixOS/nixpkgs/pull/428697].
</syntaxhighlight>See also [https://github.com/NixOS/nixpkgs/pull/451267][https://github.com/NixOS/nixpkgs/pull/428697].