summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2021-06-18 21:15:47 +0800
committeroxalica <oxalicc@pm.me>2022-04-18 01:14:00 +0800
commit3855e83c49fa2be185c88e56d6c56b40c165b103 (patch)
tree65fa5d589d4221c82228dd187f6854ecbd110f4d /nixos/doc
parent45ba086ea53102019f54fc18583f9b11d8224972 (diff)
downloadnixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar.gz
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar.bz2
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar.lz
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar.xz
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.tar.zst
nixpkgs-3855e83c49fa2be185c88e56d6c56b40c165b103.zip
nixos/fcitx5: remove systemd service via XDG autostart files
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml14
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
2 files changed, 20 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 8c5db066ac4..e798996f4f4 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1809,6 +1809,20 @@
       </listitem>
       <listitem>
         <para>
+          When setting
+          <link linkend="opt-i18n.inputMethod.enabled">i18n.inputMethod.enabled</link>
+          to <literal>fcitx5</literal>, it no longer creates
+          coresponding systemd user services. It now relies on XDG
+          autostart files to start and work properly in your desktop
+          seesions. If your are using only a window manager without a
+          desktop manager, you need to enable
+          <literal>services.xserver.desktopManager.runXdgAutostartIfNone</literal>
+          or using the <literal>dex</literal> package to make
+          <literal>fcitx5</literal> work.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           A new module was added for the Envoy reverse proxy, providing
           the options <literal>services.envoy.enable</literal> and
           <literal>services.envoy.settings</literal>.
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index d29b7f70fff..fa0c3867e97 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -661,6 +661,12 @@ In addition to numerous new and upgraded packages, this release has the followin
   was added in order to automatically run XDG autostart files for sessions without a desktop manager.
   This replaces helpers like the `dex` package.
 
+- When setting [i18n.inputMethod.enabled](#opt-i18n.inputMethod.enabled) to `fcitx5`,
+  it no longer creates coresponding systemd user services.
+  It now relies on XDG autostart files to start and work properly in your desktop seesions.
+  If your are using only a window manager without a desktop manager, you need to enable
+  `services.xserver.desktopManager.runXdgAutostartIfNone` or using the `dex` package to make `fcitx5` work.
+
 - A new module was added for the Envoy reverse proxy, providing the options `services.envoy.enable` and `services.envoy.settings`.
 
 - The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.