기본언어가 영어로 되어있는 상황에서 한글이 제대로 안보이거나 입력이 안될 때 응용가능한...
From Arch Wiki
Launch application with different locale from terminal
For example launch Abiword with Hebrew locale:
$ env LANG=he_IL.UTF-8 abiword &
Launch application with different locale from desktop
Copy the .desktop file to the user home directory so it will take precedence:
$ cp /usr/share/applications/abiword.desktop ~/.local/share/applications/
Edit the Exec
command:
~/.local/share/applications/abiword.desktop
Exec=env LANG=he_IL.UTF-8 abiword %U
'ETCs > Arch Linux' 카테고리의 다른 글
tilda (0) | 2015.05.05 |
---|---|
netctl, NetworkManager (0) | 2015.04.20 |
archey3 (0) | 2015.04.19 |
nabi로 한글쓰기 (0) | 2015.04.19 |
conky, paconky (0) | 2015.04.19 |