만자로 버전이 어느 버전대부터인지 모르지만, 설치 시 영어를 선택할 수 없다. 나는 예전부터 os 설치는 영어로 한다. 터미널을 즐겨 사용하였기 때문에 터미널을 통하여 디렉토리에 들어가거나, 혹은 경로 문제를 해결 할 때에 한글 디렉토리가 있으면 그렇게 이상할 수 없다. 또한 putty 같은 프로그램 통해서 접속을 하면 한글이 깨지는 문제도 종종 발생할 수 있다.
그래서 암튼 나는 영어를 선택한다.
그런데 영어로 설치할 수 없네...
그럼 한글을 영어로 고쳐야 하겠다.
Just tested this.
Open /etc/locale.conf and set
LANG=en_US.UTF-8
Uncomment the same in /etc/locale.gen (if not already uncommented) and run
sudo locale-gen
On login screen, select en_US in the bottom right corner.
This seems to work here.
(Not sure, but it might also be necessary to replace de_DE with en_US in ~/.config/user-dirs.locale )
my /etc/locale.conf was already set to
LANG=en_US.UTF-8
my /etc/locale.genwas already uncommented at line:
en_US.UTF-8 UTF-8
sudo locale-gen :
Generating locales...
en_US.UTF-8... done
====> log off and log on (thre was already only english in (bottom right corner) to choos becouse i completyl deleted german before. did not has effect onto the menu titlles.
====> restart computer works. :slight_smile: now everythin is english
암튼 위처럼 하면 고쳐진다고 한다.
중요한 건 , 로그인 창에서 오른 쪽 하단에서 언어을 영어를 선택하는 것이 중요한 것 같다.
참고로 난 manjaro kde를 사용한다.
추가:
위의 방법으로도 안되면 아래를 참조
In System Settings > Locale> Detailed Settings everything is english?
In System Settings > Language Packages does Portuguese show? If so, can you delete it? I have only global and english and can't delete anything there.
Also check under System Settings> Personalization>Regional Settings>Language and see if you need to change that.
Really, this should all be in one place.
ref: www.reddit.com/r/ManjaroLinux/comments/a2i7gj/manjaro_suddenly_changed_the_language/
ref: archived.forum.manjaro.org/t/completly-change-german-to-english/110327/9
'날리지 > 언어' 카테고리의 다른 글
[이클립스] 이클립스 메이븐 레파지토리에 커스텀 라이브러리 install하여 사용하기 (0) | 2021.04.14 |
---|---|
Your python3 install is corrupted. Please fix the '/usr/bin/python3' symlink. Error Solution (0) | 2020.10.05 |
우분투 18 에 docker 설치하기 (0) | 2020.09.14 |
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException (0) | 2020.08.31 |
Eclipse 에서 gradle dependency가 안 보일 때. (0) | 2020.08.28 |