Skip to content

Instantly share code, notes, and snippets.

@brianstorti
Created May 2, 2011 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianstorti/951712 to your computer and use it in GitHub Desktop.
Save brianstorti/951712 to your computer and use it in GitHub Desktop.
Ubuntu 11.04 ç
For those having trouble with 'ç' on Ubuntu 11.04:
Open gtk.immodules
$ sudo vim /usr/lib/gtk-2.0/2.10.0/gtk.immodules
Edit the following line:
"cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"
add ':en' to the end:
"cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
Restart and 'ç' should be working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment