Avro phonetic implementation for Linux in IBus.
-
Open terminal/package manager and install following packages:
git libibus-1.0-0 libibus-1.0-dev ibus automake autoconf gjs gir1.2-gjsdbus-1.0 gir1.2-ibus-1.0
For Ubuntu 12.04
sudo apt-get install git ibus libibus-1.0-dev automake autoconf gjs gir1.2-gjsdbus-1.0 gir1.2-ibus-1.0
For other linux distributions
You'll need all related build tools like
automake
,autoconf
etc... and Latest IBus from git compiled with gobject-introspection support enabled. -
Now give the following commands step-by-step:
git clone git://github.com/sarim/ibus-avro.git cd ibus-avro aclocal && autoconf && automake --add-missing ./configure --prefix=/usr sudo make install
- Run IBus (
Applications -> System Tools -> IBus
) from Dash - Open IBus
Preferences
from the top panel icon - Go to
Input method
Select an input method -> Bengali -> Avro
- Now Click
Add
button to add Avro to the list - Now restart IBus from the top panel icon (
Right Click -> Restart
) - Now Press
Ctrl+Space
to toggle between English and Avro (Bengali) - Enjoy Avro Phonetic!
IBus Engine by Sarim Khan [email protected]
Avro JavaScript Phonetic Library by Rifat Nabi
Avro Phonetic Dictionary Search Library by Mehdi Hasan Khan
Licensed under Mozilla Public License 1.1 ("MPL"), an open source/free software license.