Comment 0 for bug 228077

Revision history for this message
Felipe Figueiredo (philsf) wrote :

Binary package hint: libgtk2.0-0

philsf@philsf-laptop:~$ lsb_release -rd
Description: Ubuntu 8.04
Release: 8.04

philsf@philsf-laptop:~$ apt-cache policy libgtk2.0-0
libgtk2.0-0:
  Installed: 2.12.9-3ubuntu3

One can't use dead keys to input a c+cedilla in en_US (probably other en_* locales). I had this on Gutsy. Now in Hardy, I thought I should report, since it's annoying, and the fix is documented.

Steps to reproduce:
- enable deadkeys
- Open gnome-terminal (or firefox) and enter ' + c

What you should get: ç
What you do get: ć

Fix (got from http://ubuntuforums.org/showthread.php?p=3652628 ):

Edit /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules, and include ":en" in the cedilla line

6c6
< "cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"
---
> "cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"