I cannot type áéíóú in Linux Konsole or Kate, but I can do it in VS Code or Google Chrome

1

After an update of Linux Mint KDE 18.2 Sonia, I am having problems with the accented characters.

I cannot write Spanish accents with vowels: áéíóúüÁÉÍÓÚÜin Konsole, Kate, Dolphin and some other programs.

However, that problem does not appear in LibreOffice, Visual Studio Code, Google Chrome or Spyder.

The problem only affects my session. When I start my Linux using another user, the problem does not appear. On both accounts, I do a localeand I get, the same information:

daabank@eredron ~ $ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=es_CO.UTF-8
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=es_CO.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=es_CO.UTF-8
LC_NAME=es_CO.UTF-8
LC_ADDRESS=es_CO.UTF-8
LC_TELEPHONE=es_CO.UTF-8
LC_MEASUREMENT=es_CO.UTF-8
LC_IDENTIFICATION=es_CO.UTF-8
LC_ALL=
daabank@eredron ~ $ 

Also, I performed a sudo dpkg-reconfigure locales without any success.

Some other information is:

daalvarez@eredron ~ $ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="latam"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"

And:

daalvarez@eredron ~ $ setxkbmap -query
rules:      evdev
model:      pc101
layout:     latam
options:    terminate:ctrl_alt_bksp

Any clue on what to do?

Diego Andres Alvarez Marin

Posted 2019-09-26T02:10:55.460

Reputation: 11

1Odd. Compare the settings output from locale with your user versus another user. Chances are you will see different settings. To fix it, you might need to run dpkg-reconfigure locales on your user to reset locale settings. But since I have no deep experience with Linux Mint I cannot recommend that or post that as an answer with confidence. – JakeGould – 2019-09-26T02:15:08.127

I tried what you suggested, without any success :( Please check my updated entry. – Diego Andres Alvarez Marin – 2019-09-26T04:12:45.130

Answers

0

I solved it by writing:

 export QT_IM_MODULE=xim

at the end of my ~/.profile and then rebooting my computer.

Diego Andres Alvarez Marin

Posted 2019-09-26T02:10:55.460

Reputation: 11