tmux-config icon indicating copy to clipboard operation
tmux-config copied to clipboard

Weird question marks on the status bar

Open neo4u opened this issue 6 years ago • 3 comments

image

How do I remove this? Also the orange color is a little off-putting. How do I change the color?

neo4u avatar Jul 07 '18 03:07 neo4u

I had this too. I then:

  • installed a Powerline font as indicated in the README
  • ran fc-cache -vf as indicated in the Powerline font install guide
  • restarted my terminal client.

Not sure if all these steps were necessary to solve it, but it helped in my case.

aapit avatar Jul 26 '18 00:07 aapit

I am having this same issue. Could you share your 'locale' settings, aapit? Thanks

DanielRivasMD avatar Mar 30 '19 17:03 DanielRivasMD

Sure, @DanielRivasMD - Running locale gives me:

LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

In a file that I call from .bashrc, I have:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

I don't think I have anything else out of the ordinary. My dotfiles are here if you'd want to check anything else: https://github.com/aapit/dotfiles

Good luck.

aapit avatar Mar 30 '19 18:03 aapit