about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorkxxt <rsworktech@outlook.com>2023-06-04 19:40:54 +0800
committerkxxt <rsworktech@outlook.com>2024-01-06 08:59:02 +0800
commitd7bccab0bf72b952fde6e17c8da9f606f1e55dd2 (patch)
treed5debec4704a921abf234f214c20243f150174c5 /nixos/doc/manual
parent23b33e39cc33ad034a647ae575e7fa1960179aa7 (diff)
downloadnixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar.gz
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar.bz2
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar.lz
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar.xz
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.tar.zst
nixlib-d7bccab0bf72b952fde6e17c8da9f606f1e55dd2.zip
release-note: change binary name and desktop entry for firefox-*
The executable file names for `firefox-devedition`, `firefox-beta`,
`firefox-esr` now matches their package names, which is consistent with
the`firefox-*-bin` packages.
The desktop entries are also updated
so that you can have multiple editions of firefox in your app launcher.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index d238e92271c5..b30c51d7d7f9 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -80,6 +80,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
   `CONFIG_FILE_NAME` includes `bpf_pinning`, `ematch_map`, `group`, `nl_protos`, `rt_dsfield`, `rt_protos`, `rt_realms`, `rt_scopes`, and `rt_tables`.
 
+- The executable file names for `firefox-devedition`, `firefox-beta`, `firefox-esr` now matches their package names, which is consistent with the `firefox-*-bin` packages. The desktop entries are also updated so that you can have multiple editions of firefox in your app launcher.
+
 - The `systemd.oomd` module behavior is changed as:
 
   - Raise ManagedOOMMemoryPressureLimit from 50% to 80%. This should make systemd-oomd kill things less often, and fix issues like [this](https://pagure.io/fedora-workstation/issue/358).