ibus-avro

Avro Phonetic Bangla typing for Linux

View source on GitHub Report issues About ibus-avro Blog OmicronLab

How to fix Arabic output on Archlinux and Gnome 3.20

There’s a bug thats been popping up on Archlinux where ibus-avro outputs arabic instead of bengali.

But, there’s a simple workaround that fixes the problem.

Fix

sudo vim /usr/share/ibus/component/ibus-avro.xml

from

			<layout>bn</layout>

to

			<layout>us</layout>

That should be it.

If you update ibus-avro again, you might need to make this change again.