목차

Install Manjaro Linux 19 Kyria XFCE

USB ISO 구워서 설치 준비

EFI 파티션

package 저장소 변경

guake 설치

sudo pacman -S guake

XFCE Whisker Menu 단축키 변경

sudo 설정

그놈 서비스 시작시 활성화

ᅟbash 기본 설정

~/.bashrc에 다음 추가

set -o vi
export PATH=/home/kwon37xi/.local/bin:$PATH

Input Method installation

nimf

pamac build nimf
 
# or
git clone https://aur.archlinux.org/nimf.git
makepkg -si

fcitx-hangul

uim

yay 설치

pamac build yay

or

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ..
rm -rf yay

한국어 글꼴 설치

sudo pacman -S noto-fonts-cjk adobe-source-han-sans-kr-fonts ttf-baekmuk
yay -S aur/spoqa-han-sans \
    aur/ttf-d2coding \
    aur/ttf-nanum \
    aur/ttf-nanumgothic_coding \
    aur/ttf-kopub \
    aur/ttf-kopubworld \
    aur/ttf-unfonts-core-ibx \
    aur/ttf-neodgm \
    aur/ttf-ms-fonts

QT5 config

Firefox 설정

Google Chrome 설치

yay -S aur/google-chrome

Manjaro Settings Manager - 만자로 설정 관리자 및 모니터 설정

GVim Editor 설치

sudo pacman -S gvim

xfce4-notifyd 설치

sudo pacman -R notify-osd
systemctl --user start xfce4-notifyd
 
# 설정 조정
xfce4-notifyd-config

듀얼 부팅 일 경우 Windows 파티션 연결

기본 디렉토리 연결

별도 파티션에서 데이터를 저장할 경우에만,

export DATA_HOME=/mnt/data
cd ~
rmdir 공개
ln -s "$DATA_HOME/Public" "공개"
rmdir 다운로드
ln -s "$DATA_HOME/Downloads" "다운로드"
ln -s "$DATA_HOME/Downloads" "Downloads"
rmdir 문서
ln -s "$DATA_HOME/Documents" "문서"
rmdir 비디오
ln -s "$DATA_HOME/Videos" "비디오"
rmdir 사진
ln -s "$DATA_HOME/Pictures" "사진"
rmdir 서식
ln -s "$DATA_HOME/Templates" "서식"
rmdir 음악
ln -s "$DATA_HOME/Music" "음악"

Dropbox / Google Drive

XFCE 설정

Touchpad 설정

PC Speaker 끄기

swappiness 낮추기

grub 부팅 timeout 줄이기

SSD TRIM 활성화

sudo systemctl enable --now fstrim.timer

CPU performance 모드로 변경

systemd 에러 확인

# 에러가 났는지 확인
sudo systemctl --failed
 
# 자세한 메시지 확인
sudo journalctl -p 3 -xb

ntpd 설정

xfce4-screensaver 설정

sudo pacman -R light-locker
sudo pacman -Syu xfce4-screensaver

개발 환경 설정

Troubleshootings

XFCE Error : 이후 다시 발생안함

Failed to execute child process “/usr/lib/xfce4/exo-1/exo-helper-1 (no such file or directory)
sudo pacman -S xfce4-gtk3 
# yes to the following
> thunar-volman-gtk3 and thunar-volman are in conflict. Remove thunar-volman? [y/N]
 
sudo reboot

linux-firmware 특정 버전에서 Intel WiFi Driver 적재 실패

참조