In my Debian Linux terminal some fonts looks like this. But any text editor (i.e leafpad) shows this font correctly. What is the problem?
It looks like you're using a variable width font in your terminal in the first picture. This is why characters are smashed. Terminal prompts should be used only with fixed width fonts (e.g. Monospace, FreeMono, Courier). |
|||||||||||||
|
With the information you provided, I have two guesses:
For the first guess, since you are using a graphical interface, check that the font configuration is correct under System->Preferences->Appearance->Fonts tab and play around the font settings and formats. For the second guess, check the contents of your environmental variables Good luck! |
|||
|
echo $LANG
echo $0
echo -e "\xE2\x98\xA0"
. If you launchuxterm
, does the same problem appear? Also, while it is exemplary to have strong sudo passwords (in your case 24 characters), it is not advisable to save it in clear text in your home directory. – Sebastian yesterday