Fcitx5: Difference between revisions
imported>Tamiyo better organized |
imported>Tamiyo add troublshooting steps for wm |
||
Line 15: | Line 15: | ||
== Troubleshooting == | == Troubleshooting == | ||
Installing fcitx5 using <code>environment.systemPackages</code> can interfere with | === Add-ons Not Detected === | ||
Installing fcitx5 using <code>environment.systemPackages</code> can interfere with add-on detection. | |||
=== Fcitx5 Doesn't Start When Using WM === | |||
As of NixOS 23.11 <code>i18n.inputMethod.enabled</code> no longer creates systemd services for fcitx5. Instead it relies on XDG autostart files. If using a Window Manager (WM), such as [[Sway]], you may need to add <code>services.xserver.desktopManager.runXdgAutoStartIfNone</code> to your NixOS configuration. | |||
See the [https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11 NixOS 23.11 Release Notes] for more information. | |||
[[Category:Applications]] | [[Category:Applications]] |