Created
October 3, 2012 22:33
-
-
Save r-martins/3830323 to your computer and use it in GitHub Desktop.
Resolvendo problema de Ç (cedilha) No Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alguns programas (que usam GTK) no Ubuntu nao funcionam a Ç cedilha com ' + c. | |
Pra resolver: | |
Problem with cedilla: | |
After many versions of Ubuntu assigning accented c (“ć”) instead of c with a cedilla (“ç”) when typing ‘ + c in deadkeys keyboard layouts, since Ubuntu 11.10 GTK changed the default in an U.S. English locale back to the cedilla. However, non-GTK applications (e.g., Skype) still have the old behavior. To fix them, edit as root the file /usr/share/X11/locale/en_US.UTF-8/Compose and change all instances of ć with ç, and all instances of Ć with Ç. | |
You might need to repeat this operation from time to time, when you upgrade your system and it takes the configuration files back to their original contents. | |
Fonte: http://disi.unitn.it/~vitorsouza/linux/ubuntu-12-04-precise-pangolin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am facing this situation on ubuntu 18.04 lts, I installed the distro using
English US
configuration and for using accentuations I manually switched toEnglish US, intl., with dead keys
and it was working fine at the beginning but suddenly it messed up.