2

After reinstalling Ubuntu 14.04 LTS, I got strange symbols in the terminal:

screenshot of strange symbols shown in terminal.

edited default profile settings.

Some fonts seem to be not correctly installed. What fonts are missing?

Perhaps "Inconsolata" font is the missing one, since I could not find it in the "Character Map". Thus I install this font:

sudo apt-get install fonts-inconsolata
sudo fc-cache -fv

Then I can see "Inconsolata" in "Character Map".

Gnome Character Map.

Nevertheless, I still got the ugly symbols in the terminal. And I've tried using the system fixed width font (Ubuntu Mono). Those "?" symbols were still there. Interestingly, those "?" do not appear in Terminator. Since I installed Powerline Powerline Ubuntu, the problem might come from the Powerline fonts.

Droid sans, Powerline symbols.

Honig
  • 21

1 Answers1

0

In the terminal emulator profile settings, either check the box Use the system fixed width font (red highlight), or select a font, that is currently installed on your system, through the button underneath (green highlight). Close and re-open the terminal emulator.

Gnome Terminal profile settings

I'm not entirely sure, whether this is the (only) reason for the broken font glyphs, but the selection of a non-installed font most likely causes some problem down the road.

David Foerster
  • 36,890
  • 56
  • 97
  • 151