I'm using Ubuntu 20.04.4 LTS with the US Intl. keyboard layout, but when I type '
, then c
, I'm now getting a ć
instead of the regular ç
. How can I fix this?
Asked
Active
Viewed 1,447 times
6

Diogo Eichert
- 221
-
See also https://askubuntu.com/questions/363115/how-to-type-latin-small-letter-c-with-cedilla?noredirect=1&lq=1 – vanadium Mar 27 '22 at 09:37
1 Answers
5
Found the solution in another forum/website:
Append this line to the file /etc/environment
using the command sudo gedit /etc/environment
:
export GTK_IM_MODULE=cedilla
Log in again. Cedilla now works as expected: '
+ c

kdarras
- 185
Diogo Eichert
- 221
-
I'm on 23.04 and this workaround did not worked for me.
Previously, on 18.04 I had no trouble creating cedilha with ' + c
– Fabio Malagoli Panico Sep 25 '23 at 14:14