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.

4

1 Answer

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.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy