Rootserver Sponsor

webtropia"

Donations

Please support your operating system's further development:

donate"
Last edit 2010-09-27 20:58:13 by muchan [ Category correction ]

Additions
System administration

Deletions
System administration


Oldest known version of this page was edited on 2010-09-25 16:48:54 by muchan

Korean Input



1. Fonts Only
#!/bin/bash
#
#  Language-Korean_Font.sh
#  Install following packages
#	ttf-alee
#	ttf-baekmuk

apt-get install ttf-alee ttf-baekmuk


2. Input Method (IBUS) & Fonts
#!/bin/bash
#
#  Language-Korean_Input.sh
#  Korean Fonts & IME: IBUS-Hangul, etc. 
#  Install following packages
#	im-switch
#       ibus-hangle
#       ibus-qt4
#       ibus-gtk
#	ttf-alee
#	ttf-baekmuk
apt-get install im-switch ibus-hangul ibus-qt4 ibus-gtk ttf-alee ttf-baekmuk
# set im-switch to use ibus
im-switch -s ibus


written by muchan


System administration