Ensure the langpacks for GNOME and KDE applications are installed too. This increases the end user install by approximately 25 MB, and saves them the trouble of having to hunt for it later.

ubuntu/lunar
Simon Quigley 1 year ago
parent 65f9659b10
commit fb0c5f7457

8
debian/changelog vendored

@ -1,3 +1,11 @@
calamares-settings-ubuntu (1:23.04.5) UNRELEASED; urgency=medium
* Ensure the langpacks for GNOME and KDE applications are installed too.
This increases the end user install by approximately 25 MB, and saves them
the trouble of having to hunt for it later.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 07 Mar 2023 13:14:13 -0700
calamares-settings-ubuntu (1:23.04.4) lunar; urgency=medium
* Switch from using the lsb_release python module to the distro module, as

@ -5,11 +5,12 @@ operations:
- "^live-*"
- calamares-settings-lubuntu
- calamares
- hunspell-en-us
- zram-config
- cifs-utils
- try_install:
- language-pack-$LOCALE
- language-pack-gnome-$LOCALE
- language-pack-kde-$LOCALE
- hunspell-$LOCALE
- libreoffice-help-$LOCALE
- libreoffice-l10n-$LOCALE

@ -5,10 +5,11 @@ operations:
- "^live-*"
- calamares-settings-ubuntustudio
- calamares
- hunspell-en-us
- cifs-utils
- try_install:
- language-pack-$LOCALE
- language-pack-gnome-$LOCALE
- language-pack-kde-$LOCALE
- hunspell-$LOCALE
- libreoffice-help-$LOCALE
- libreoffice-l10n-$LOCALE

Loading…
Cancel
Save