Fcitx5: Difference between revisions
Prepared the page for translation |
m Formatting typo. |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 61: | Line 61: | ||
Another possibility is that you are calling <code>${pkgs.fcitx5}/bin/fcitx5</code> instead of the patched <code>fcitx5-with-addons</code> (<code>/run/current-system/sw/bin/fcitx5</code>). For example in [[Special:MyLanguage/Hyprland|Hyprland]]: | Another possibility is that you are calling <code>${pkgs.fcitx5}/bin/fcitx5</code> instead of the patched <code>fcitx5-with-addons</code> (<code>/run/current-system/sw/bin/fcitx5</code>). For example in [[Special:MyLanguage/Hyprland|Hyprland]]: | ||
</translate> | |||
# ~/.config/hypr/hyprland.conf | # ~/.config/hypr/hyprland.conf | ||
exec-once=fcitx5 -d # not ${pkgs.fcitx5}/bin/fcitx5 ! | exec-once=fcitx5 -d # not ${pkgs.fcitx5}/bin/fcitx5 ! | ||
<translate> | |||
=== Fcitx5 Doesn't Start When Using WM === | === Fcitx5 Doesn't Start When Using WM === | ||
| Line 73: | 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 <code>librsvg</code>. 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:}}]] | ||