0

This is reproduced in Ubuntu 14.04, 16.04 and 16.10, when I type "é" in shell or any editor (vi, nano, ...), ubuntu prints "é ".

Could someone explain me how to get rid of this ?

UPDATE :

  • When I say I "reproduce" on different versions of Ubuntu, it's only by opening a terminal on my desktop Ubuntu 16.10, so I guess only this one has the problem.
  • The font is the default font, if I change the font, it doesn't resolve this problem
Tristan
  • 103

1 Answers1

0

Ok I get it.

Since it was related to gnome-terminal only, I tried to reset all gnome-terminal settings.

I passed this command and my gnome terminal was cured :

dconf reset -f /org/gnome/terminal/legacy/profiles:/

source : How to reset the terminal properties and preferences?

Note : the following command did no error but did not work for my problem :

gconftool --recursive-unset /apps/gnome-terminal
Tristan
  • 103