Welcome to my blog, hope you enjoy reading
RSS

Monday 25 November 2013

How to use different Languages in ubuntu 12.04

How to use different Languages in ubuntu 12.04 

To get different Languages in ubuntu we need to install ibus-avro.

Installing ibus-avro on Ubuntu 12.04

Open Terminal and enter the following commands one by one.
Step 1: Add ibus-avro repository

sudo add-apt-repository "deb http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_12.04/ ./"

Step 2: Add key

wget -q http://download.opensuse.org/repositories/home:/sarimkhan/xUbuntu_12.04/Release.key -O- | sudo apt-key add -

Step 3: Update package list

sudo apt-get update

Step 4: Install ibus-avro

sudo apt-get install ibus-avro

Using ibus-avro

  •  Run IBus from Dash 


  • To turn on phonetic typing
    • sudo apt-get install m17n-db m17n-contrib ibus-m17n
  • Open IBus Preferences from the top panel icon
  • Go to Input method, select Customize active input methods checkbox
  • 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).

Setting IBus as default input method

  • Run Input Method Switcher (im-switch) from Dash
  • Select IBus
  • Input Method Switcher

  • The following message will be shown. Log out and log in again.




0 comments: