<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Thanks for your interest! I've proceeded as per your suggestions and, after some tries and errors, I've got my flatpak's LibreOffice installed with only the locales I effectively use (only 4!), instead of ALL locale files -- what, obviously, wasn't necessary and was slowing down LibreOffice -- by means of these commands in Terminal:</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:verdana,sans-serif" class="gmail_default">andre_luiz@MFD:~$ sudo flatpak uninstall org.freedesktop.Platform.Locale//20.08</div><div style="font-family:verdana,sans-serif" class="gmail_default"><br></div><div style="font-family:verdana,sans-serif" class="gmail_default">andre_luiz@MFD:~$ sudo flatpak uninstall org.libreoffice.LibreOffice.Locale</div><div style="font-family:verdana,sans-serif" class="gmail_default"><br></div><div style="font-family:verdana,sans-serif" class="gmail_default">andre_luiz@MFD:~$ sudo flatpak install --subpath=/en --subpath=/pt --subpath=/ja --subpath=/ar flathub org.freedesktop.Platform.Locale//20.08<br><br>andre_luiz@MFD:~$ sudo flatpak install --subpath=/en --subpath=/pt --subpath=/ja --subpath=/ar flathub org.libreoffice.LibreOffice.Locale</div></blockquote><div style="font-family:verdana,sans-serif" class="gmail_default"><br></div><div style="font-family:verdana,sans-serif" class="gmail_default">Actually, I had to use " flatpak install <b>--reinstall</b>" twice, until I find the correct code for Japanese locale (<b>"ja"</b>, instead of "jp"...) and realize there's no subgroup of "pt-br" (for Brazilian Portuguese)...</div><div style="font-family:verdana,sans-serif" class="gmail_default"><br></div><div style="font-family:verdana,sans-serif" class="gmail_default">BUT, unfortunately, that wasn't enough to solve the issue I mentioned in the topic: I'm still getting the error message  "Missing Hyphenation data  Please install the hyphenation package for locale "ar"...</div><div style="font-family:verdana,sans-serif" class="gmail_default"><img src="cid:ii_knvtkvda1" alt="Captura de tela-1.png" width="561" height="50"></div><div style="font-family:verdana,sans-serif" class="gmail_default">Searching in Debian Database, I've not found such a hyphenation package for Arabic available there... I'm afraid there isn't at all... (<a href="https://packages.debian.org/search?searchon=sourcenames&keywords=hyphen-ar">https://packages.debian.org/search?searchon=sourcenames&keywords=hyphen-ar</a>)<br></div><div style="font-family:verdana,sans-serif" class="gmail_default">I'm still just beginning in the learning of Arabic language, and I don't know if hyphenation is actually a common practice; maybe there isn't hyphenation of Arabic texts  ( <a href="https://github.com/w3c/alreq/issues/108">https://github.com/w3c/alreq/issues/108</a>), because the written language has already the so called "<a href="https://en.wikipedia.org/wiki/Kashida">kashida</a>" ...</div><div style="font-family:verdana,sans-serif" class="gmail_default"><br></div><div style="font-family:verdana,sans-serif" class="gmail_default">Anyway, even without solving the very issue yet, it was very enlightening about LibreOffice and flatpak resources! The issue doesn't impeach me of writing in Arabic (I could just set all paragraphs to "no hyphenation" and enable 'justify' ...), but it's always intriguing to look for ways to make the system/application do what <u><i>we want it does</i></u> !..<br></div></div><div><br></div><div><br></div><div><div style="font-family:verdana,sans-serif" class="gmail_default">Kind regards!</div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter., 6 de abr. de 2021 às 04:46, Stephan Bergmann <<a href="mailto:sbergman@redhat.com">sbergman@redhat.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 02/04/2021 15:18, André Luiz Duarte de Queiroz wrote:<br>
> I have LO installed through Flatpak, and it runs fine. But I do have a <br>
> Multilanguage system, including Arabic language (my usual locale is <br>
> Portuguese_BR). I've got recently a warning from LO Writer that "Arabic <br>
> hyphenation package" is missing... I understand the due package would be <br>
> LO' Arabic locale package, "libreoffice-l10n-ar.deb", which isn't hard <br>
> to find at common repositories of my Distro (MX Linux) and/or others, <br>
> although not always the latest version (btw, that's why I chose to <br>
> install LO through Flatpak instead from MX'S Repos!), but I don't know <br>
> how to select and install _locales files_ in Flatpak. How can I install <br>
> this package in particular, and from where?!...<br>
> Can I download a version compatible (7.1.1.2) package <br>
> "libreoffice-l10n-ar.deb" from any repository and use it into my Flatpak <br>
> install?... How?<br>
<br>
I assume you're hit by flatpak, by default, only installing a subset of <br>
locale data (see e.g., <br>
<<a href="https://github.com/flathub/org.libreoffice.LibreOffice/issues/126" rel="noreferrer" target="_blank">https://github.com/flathub/org.libreoffice.LibreOffice/issues/126</a>> "How <br>
to add 'Arabic' User Interface to my flatpak LibreOffice?").  What <br>
should help is something like<br>
<br>
> flatpak install --reinstall org.freedesktop.Platform.Locale//20.08<br>
<br>
and<br>
<br>
> flatpak install --reinstall org.libreoffice.LibreOffice.Locale<br>
<br>
</blockquote></div></div>