2

Yesterday my PC has been upgraded to Ubuntu 24.04. Earlier there was no problem for using Avro Phonetic in Libre. But after upgradation I cannot type bengali through Avro Phonetic in Libre Writer, though iBus has been installed. However, there is no problem while typing bengali with Avro Phonetic in browser or in Text Editor.

How to fix it?

muru
  • 207,228

1 Answers1

0

This seems to be an issue of the snap app sandboxing.

Remove the snap libreoffice.

sudo snap remove libreoffice

Now, install it from the official Ubuntu repositories

sudo apt install libreoffice

If you want to install the latest version of Libreoffice (without snap), add the Libreoffice Fresh PPA

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt update
sudo apt full-upgrade
sudo apt install --reinstall libreoffice