diff --git a/common/modules/mount.conf b/common/modules/mount.conf index 155dca1..2e9ca68 100644 --- a/common/modules/mount.conf +++ b/common/modules/mount.conf @@ -18,6 +18,9 @@ extraMounts: fs: efivarfs mountPoint: /sys/firmware/efi/efivars efi: true + - device: /run/systemd/resolve + mountPoint: /run/systemd/resolve + options: [ bind ] mountOptions: - filesystem: default diff --git a/debian/changelog b/debian/changelog index 3762605..f70cc53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +calamares-settings-ubuntu (1:22.10.11) kinetic; urgency=medium + + * Tackled edge case for if libreoffice-help-$LOCALE doesn't exist but + libreoffice-l10n-$LOCALE does exist (required for LibreOffice + localization to work with languages like Icelandic) + + -- Aaron Rainbolt Fri, 05 Aug 2022 13:19:50 -0500 + +calamares-settings-ubuntu (1:22.10.10) kinetic; urgency=medium + + * Fixed LibreOffice localization bug (LP: #1970270). + + -- Aaron Rainbolt Mon, 25 Jul 2022 23:47:11 -0500 + calamares-settings-ubuntu (1:22.10.9) kinetic; urgency=medium * Remove remaining conflicting ubuntustudio files existing in common diff --git a/lubuntu/modules/packages.conf b/lubuntu/modules/packages.conf index 8be1e16..f127898 100644 --- a/lubuntu/modules/packages.conf +++ b/lubuntu/modules/packages.conf @@ -12,3 +12,4 @@ operations: - language-pack-$LOCALE - hunspell-$LOCALE - libreoffice-help-$LOCALE + - libreoffice-l10n-$LOCALE diff --git a/ubuntustudio/modules/packages.conf b/ubuntustudio/modules/packages.conf index d1c980f..d94c009 100644 --- a/ubuntustudio/modules/packages.conf +++ b/ubuntustudio/modules/packages.conf @@ -11,3 +11,4 @@ operations: - language-pack-$LOCALE - hunspell-$LOCALE - libreoffice-help-$LOCALE + - libreoffice-l10n-$LOCALE