.bashrc에 아래 내용을 추가하자.
if [ -n "$DISPLAY" ]; then
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
echo "[DEBUG] ibus-daemon -drx 실행: DISPLAY=$DISPLAY"
ibus-daemon -drx
fi
https://forum.manjaro.org/t/autostarting-ibus-daemon/14448/6
Autostarting ibus daemon
the best: ? not sure: bashrc is called every time you open terminal and a “window” in terminal.
forum.manjaro.org
'IT > 리눅스' 카테고리의 다른 글
csh 스크립트 - 특정 텍스트 라인 패턴에서 숫자 추출하기 예제 (0) | 2025.03.05 |
---|---|
sed 로 # 뒤 문자열 제거하기, 즉 주석 같은 구문 제거 (0) | 2025.02.07 |
쉘스크립트 - echo 로 멀티 라인 문자열 저장하는 방법 EOF (0) | 2025.02.06 |
grep 으로 문자열 검색하기 (0) | 2025.01.22 |
split - 용량 큰 로그 파일, 텍스트 파일 나누기 (0) | 2025.01.22 |