Skip to content

Powerline font issue

wordpress meta

title: 'Powerline Font Issue'
date: '2019-03-21T20:42:29-05:00'
status: publish
permalink: /powerline-font-issue
author: admin
excerpt: ''
type: post
id: 1332
category:
    - Uncategorized
tag: []
post_format: []

I am using Powerline in my terminals and had an issue with the font. After messing with it I realize I was using a font that has not been patched for Powerline. I changed the gnome-terminal font from "Fira Mono Regular"
to "DejaVu Sans Mono Book" and it worked.

My steps on Pop! OS which is an Ubuntu 18.10 flavor.

``` # apt install powerline $  rrosso  ~  tail .bashrc # Powerline if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then source /usr/share/powerline/bindings/bash/powerline.sh fi ````

Note you may need to regenrate the font cache or restart X