সাহায্য:Ubuntu 13.10

ডিপথট থেকে

Install Unijoy keyboard

First install ibus, ibus-m17n, m17n-db and other related packages via the following bash command:

sudo apt-get install ibus ibus-m17n m17n-db m17n-contrib ibus-gtk

Now you can check whether unijoy has been installed or not.

dpkg -L m17n-db | grep bn
dpkg -L m17n-contrib | grep bn

Now to show unijoy in the taskbar, inside the language icon, use dconf-tools, first install it and then open the dconf-editor.

sudo apt-get install dconf-tools
dconf-editor

In the editor go input-sources by following the hierarchy shown below:

org -> gnome -> desktop -> input-sources

Finally add this beside english:

('ibus', 'm17n:bn:unijoy')

And of course do not forget to restart.