Notifications
Clear all
특징
처음 리눅스 접하는 사람에게 익숙한 UI
가벼움, 대신 데스크탑환경에 없는게 많음.
개인적으로 wine에서 Windows어플을 실행할 목적으로 사용했음.
특이사항
1. 기본네트워크를 connman.service 사용
그래서 /etc/network/interfaces 가 작동 안함
개인적으로 connman.service를 좋아하지 않음. 그래서,
systemctl stop connman.service
systemctl disable connman.service
를 하고, /etc/network/interfaces를 활성화
2. chrome 관련
크롬은 예전부터 root 계정설치를 허용하지 않음 (요즘은 모르겠음)
설치 시, fonts-liberation 패키지 의존성 있음 (apt install fonts-liberation)
설치 후, chrome를 기본브라우저로 사용하라는 메세지가 나옴.
/etc/xdg/lxqt/session.conf에서 BROWSER항목 삭제.
3. 한글환경
한글폰트 설치 (apt install fonts-naver-d2coding)
로케일설정 (dpkg-reconfigure locales)
한글입력기 설치 (apt install ibus ibus-hangul)
한글입력기 설정 (테스트결과 한/영 키 정상 작동)
This topic was modified 9개월 전 2 times by 양부장
Topic starter
게시됨 : 04/11/2021 1:30 오후