View

Ubuntu 14.04 설치후 한글관련 몇가지 설정


1. 한글 언어팩 미설치 문제


[시스템 설정] > [언어지원] 클릭으로 설치 마무리.


2. 한/영 전환 문제


# sudo apt-get install dconf-editor
# dconf-editor

org > gnome > desktop > wm > keybindings 선택 후 switch-input-source 항목 ['<Control>space'] -> ['Hangul'] 로 변경


3. 한글 글자 윗부분이 안보이는 문제


나눔 폰트 설치

# sudo apt-get install fonts-nanum*


Unity Tweak Tool 설치 후
[Unity Tweak Tool] -> [Fonts]에서 나눔이나 한글 관련 폰트로 변경


4. Dash ??? 물음표 문제


# sudo add-apt-repository ppa:jincreator/unity
# sudo apt-get update && sudo apt-get upgrade -y


reboot


5. 대시 홈이나 파이어폭스 등에서 한글입력시 ibus 팝업 뜨는 문제


# sudo ibus-setup
"속성 패널 보이기" -> "표시하지 않기"



[출처]

http://www.ubuntu.or.kr/viewtopic.php?p=118822

http://www.ubuntu.or.kr/viewtopic.php?p=118782

반응형
Share Link
reply