0

Installing latest candidate snap package of Libreoffice (latest/candidate 7.2.4.1) within Ubuntu 20.04.3 LTS doesn't show many languages, e.g. Hebrew

snap 7.2.4.1 - no hebrew enter image description here

When installing the Flatpak version (7.2.4.1) or even the legacy Ubuntu-focal repo version (1:6.4.7-0ubuntu0.20.04.2) Hebrew locale is supported and shown.

Flatpak latest shows Hebrew locale

Please add Hebrew locale to the snap versions.

All the best

Uri

ushabtay
  • 541

1 Answers1

2

Then remove this buggy snap by

sudo snap remove libreoffice --purge

and then install LibreOffice from official PPA using deb-packages:

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice libreoffice-l10n-he
N0rbert
  • 99,918
  • Thank you for the reply, but this is not the point. I know how to install a PPA and a deb package for that matter. I just think this issue should be fixed software-wise. Also, as I clearly wrote - Flatpak app has all locales, including Hebrew. All the best – ushabtay Dec 19 '21 at 10:03