0

I'm a Brazilian Portuguese native speaker, and, as such, I'm in need of the ç, not ć — which I believe is used in way less popular languages, so why is it the default??? —, so, in the past, I've followed tutorials like these, in order to override this behavior:

Recently, I've restarted learning Korean, and so I installed FCITX to have an input method for their different symbols. However, in FCITX's configuration, it is recommended/required for you to add this to your environment:

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx

which conflicts with the last step in the above mentioned cedilla configuration of:

export GTK_IM_MODULE=cedilla
export QT_IM_MODULE=cedilla

How am I supposed to work around this? Is there a way of overriding FCITX only for cedilla somehow? I think that would probably be the easiest method.

psygo
  • 184
  • 1
  • 10

1 Answers1

0

After going through the process twice once again, this time it's working for some reason.

I suspect FCITX undid my previous configuration, and maybe the files I needed to change again get updated sequentially. I really don't know.

Update: I think this happens every time a core update happens (Arch Linux).

psygo
  • 184
  • 1
  • 10