3

The use of dead keys to type accents does not seem to work in any progam. I have physical keyboard MICROSOFT NATURAL (English) and languages installed Portuguese (Brasil) and English (USA). For example typing ' then c , or any accent with the layout 'international with dead keys' leads to a character without accent. Ibus is activated, and deactivating it does not solve the issue.

2 Answers2

1

Lucas Simon's solution worked perfectly in my Lubuntu 18.04.1 .

As I don't normally login as root, I opened an LXTerminal and ran the sudo variant of Lucas Simon's command line:

sudo apt install ibus && ibus-setup --xim

This quickly downloaded & installed some ibus packages, after which all my dead key accents immediately worked as intended - no further steps were needed, and I didn't even need to restart anything.

0

I have the same problem in Lubuntu 17.07. my keyboard is PT_BR ABNT2 layout

Run it:

apt install ibus && ibus-setup --xim

Choose restart keyboard layout. And try again yéééééééééééééah

Zanna
  • 70,465
  • 1
    17.07? What's that? Have you included all the steps here? I've found it less than trivial to set up ibus layouts! – Zanna Oct 06 '17 at 13:00