Unable to type in korean?

38,895

Solution 1

In a terminal type

ibus-setup

click the input method tab, and add Korean - Hangul.

go to System Settings -> Text Entry and add Korean - Hangul

Solution 2

After installing Ubuntu, go to language support. Choose Korean to add language.Then, restart the system and go to "text entry" and choose "korean (hangul)", not just "korean".

Solution 3

Ensure that the package ibus-hangul is installed. You can do it simply with the program synaptics, or you can do

dpkg -l | grep ibus-hangul

If you don't have it, well... install it (again, with synaptics or with the command line:

sudo apt-get install ibus-hangul

Then, in Unity (or Gnome), you should find the program "ibus preferences". On the top, there is a scrolling menu: "Select an input method". Click on it, select Korean, then click on the plus sign to add it. That should be it.

Solution 4

After installing Korean Language Support, you have to restart Ubuntu in order for Korean(Hangul) [with the little goryeo taeguk flag] to show up in the text entry list.

If you go to inputs before you restart, you'll see a Korean option, but it's not hangul. I'm not sure what it does, as it just types in English either way. You have to choose the one with the goryeo taeguk icon [red, blue, and yellow circular logo]

Solution 5

When you're using hangul you might need to type shift+space to switch to korean characters.

To fix this annoying default, look at the ibus preferences in the menu where you add languages to ibus ("Input Method" tab).

Select "Korean - Hangul". (after adding "Korean - Hangul" if you haven't already)

To the right there is a "Preferences" button. Click it.

Checkmark the box "start in hangul mode".

Now you don't need to use extra hot keys to switch to korean characters!

Share:
38,895

Related videos on Youtube

justauser
Author by

justauser

Updated on September 18, 2022

Comments

  • justauser
    justauser over 1 year

    I have just installed Ubuntu 14.04 and tried to type in Korean by adding the Korean language by using the language support and input method switcher. However, I am still unable to type in Korean. I have also installed ibus hangul, but I am unable to see any ibus settings or anything related to ibus in any settings. I have tried switching the language from the top right setting from EN to Ko and I still type in English.

    So how can I type in Korean, did I miss a step or something? Any advice would be greatly appreciated.

  • jAckOdE
    jAckOdE over 9 years
    this should be the answer