No bars in terminal emulator
LuxLucian opened this issue · 15 comments
Running cava in a terminal (alacritty, xterm, urxvt) shows no bars. The background can be changed, and running it in a TTY shows the bars. I did try the noncurses and raw modes, and I am on Arch.
I forgot to mention I am using the pulseaudio monitor.
LC_ALL=en_US.UTF-8 cava
Solved the issue!
that's strange, that bug should have been fixed in d4848c3
@LuxLucian can I ask you what version are you on? cava -v
LC_ALL=en_US.UTF-8 cava
Solved the issue!
i have the same issue, but this didn't do anything.
cava -v output is 0.7.3 if so
ah nevermind, my locale.conf is configured wrong
make sure you adjust your locale.conf to your liking
LC_MESSAGES=en_US.UTF-8
LANGUAGE=en_US
LANG=en_US.UTF-8
Same issue.
LC_ALL=en_US.UTF-8 cava
Solved the issue!
cava -v output is 0.7.3 if so
hi @ThreshMain,
out of curiosity, what is the output of the command locale
in your terminal?
I am just trying to recreate this issue.
I also have this issue, and LC_ALL=en_US.UTF-8 cava
fixed it. Maybe I'm suffering from the same problem? Here's the output of locale
:
LANG=C
LC_CTYPE=
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=
Yep, it was my /etc/locale.conf that didn't exist. I can confirm that it's a locale problem.
I'll just leave this open until I have a fix or proper description in readme
LC_ALL=en_US.UTF-8 cava Solved the issue!
just had the same issue, fixed it, ty
LC_ALL=en_US.UTF-8 cava Solved the issue!
@LuxLucian so much thank you, you solved my problem :D
LC_ALL=en_US.UTF-8 cava
did not help me. I had the /etc/locale.conf
file. I had to regenerate the locale and set /etc/environment
to
LANG=en_US.utf-8
LC_ALL=en_US.utf-8