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.

This commit is contained in:
Simon Quigley 2023-03-07 13:15:28 -07:00
parent 65f9659b10
commit fb0c5f7457
3 changed files with 12 additions and 2 deletions

8
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -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