IT/리눅스 2025. 9. 15.
우분투 - mobaxterm 에서 xwindow 응용에서 한글키 입력 오류 해결
.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 -drxfi https://forum.manjaro.org/t/autostarting-ibus-daemon/14448/6 Autostarting ibus daemonthe best: ? not sure: bashrc is called every time you open terminal and a “window” in terminal.forum.manjaro...
