diff --git a/debian/changelog b/debian/changelog index 48a0882..8c76932 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/lubuntu/modules/packages.conf b/lubuntu/modules/packages.conf index f127898..9c8c808 100644 --- a/lubuntu/modules/packages.conf +++ b/lubuntu/modules/packages.conf @@ -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 diff --git a/ubuntustudio/modules/packages.conf b/ubuntustudio/modules/packages.conf index d94c009..6d6cb05 100644 --- a/ubuntustudio/modules/packages.conf +++ b/ubuntustudio/modules/packages.conf @@ -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