-
Notifications
You must be signed in to change notification settings - Fork 92
Home
Oymate edited this page May 5, 2021
·
1 revision
ibus-avro is Avro phonetic for Linux in IBus
On Ubuntu, and on Debian's testing and unstable releases, Avro phonetic is distributed through the ibus-avro package. To install it, simply do:
sudo apt install ibus-avro
On other Linux distros you can install the dependencies and build/install using the source code in this repository.
-
Open terminal/package manager and install following packages:
git libibus-1.0-dev automake autoconf make gjs ibus
For e.g. Debian 10 "buster"
As root, do:
apt install git libibus-1.0-dev automake autoconf make gjs ibus
For other linux distributions
You'll need all related build tools like automake, autoconf etc... and to run it you need ibus and gjs. Use the list of packages above as guidance, but please note that some packages may have other names.
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!