Unable to use correctly Powerline with xterm

fontsunicodexterm

I am trying to set up Powerline in my xterm. Im running ArchLinux.
I have followed the steps from here and I am at this point here:
enter image description here
So basicaly it works but I just cannot make the arrows appear. This has something to do with the fonts, but I have installed PowerlineSymbols as described in the link above. How can I make the symbols display correctly in xterm?

Best Answer

I struggled with this also for a while. What help with me was installing this:

https://github.com/powerline/fonts

And adding the line

XTerm*faceName: DejaVu Sans Mono for Powerline 

into ~/.Xresources.

After that:

xrdb ~/.Xresources

And then reopening xterm.

Related Question