본문 바로가기

.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

 

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.