Accented letters (dead keys) do not work (i.e. stop being 'dead') if you install a complex writing language
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ibus |
Unknown
|
Unknown
|
|||
ibus (Debian) |
Fix Released
|
Unknown
|
|||
ibus (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Accented letters (dead keys) do not work if you install a complex writing language
Spanish layout uses a two-key press in order to write an accented letter (i.e. you click ´ and then a in order to write á). Now I know these are called dead keys.
Steps to follow:
-Install Ubuntu in a language with dead keys, such as spanish or french
-Add a complex writing language, such as japanese or chinese (this will install ibus)
-Now in some applications (like skype), you will not be able to write á; you will write ´a instead. It's like dead keys stop being dead
Previously, if you installed complex writing (scim) and added spanish to it, you were able to write accented letters, as long as you use the scim "Spanish/European" layout, and not the linux default. Now even that doesn't work
This seems to be the same bug as http://
As a workaround, you can create a script that disables ibus for a problematic application.
Example for skype: Create a file in the path, for example /usr/bin/skype-ibus with the following commands:
#!/bin/bash
unset XMODIFIERS # unsets the environment variable telling apps which XIM module to use
/usr/bin/
description: | updated |
description: | updated |
summary: |
- Accented letters cannot be written on non-gnome apps + Accented letters (dead keys) do not work (i.e. stop being 'dead') if you + install a complex writing language |
affects: | ubuntu → ibus (Ubuntu) |
Changed in ibus (Debian): | |
status: | Unknown → Confirmed |
description: | updated |
description: | updated |
description: | updated |
Changed in ibus (Debian): | |
status: | Confirmed → Fix Released |
Changed in ibus (Debian): | |
status: | Fix Released → Confirmed |
Changed in ibus (Debian): | |
status: | Confirmed → Fix Committed |
Changed in ibus (Debian): | |
status: | Fix Committed → Fix Released |
After seeing the packages, I thought I'd give it a try and install scim-bridge- client- qt 0.4.14-1ubuntu2 to see if Konkeror now behaved correctly, but it didn't work, even after rebooting.
I also installed scim-qtimm 0.9.4-2ubuntu3, but that didn't fix it either, even after rebooting.
Finally, I tried installing skim 1.4.5-4ubuntu3. Still nothing.