Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No bars in terminal emulator #399

Open
LuxLucian opened this issue Feb 25, 2021 · 15 comments
Open

No bars in terminal emulator #399

LuxLucian opened this issue Feb 25, 2021 · 15 comments

Comments

@LuxLucian
Copy link

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.

@LuxLucian
Copy link
Author

I forgot to mention I am using the pulseaudio monitor.

@karlstav
Copy link
Owner

can this be the same as #109 and #121?

I thought I fixed that...

try setting your locale as described in those issues.

@LuxLucian
Copy link
Author

LuxLucian commented Feb 25, 2021 via email

@LuxLucian
Copy link
Author

LC_ALL=en_US.UTF-8 cava
Solved the issue!

@karlstav
Copy link
Owner

that's strange, that bug should have been fixed in d4848c3

@LuxLucian can I ask you what version are you on? cava -v

@apprehensions
Copy link

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

@apprehensions
Copy link

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

@dev-null-undefined
Copy link

Same issue.
LC_ALL=en_US.UTF-8 cava
Solved the issue!
cava -v output is 0.7.3 if so

@karlstav
Copy link
Owner

hi @ThreshMain,

out of curiosity, what is the output of the command locale in your terminal?

I am just trying to recreate this issue.

@ghost
Copy link

ghost commented Jul 5, 2021

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=

@ghost
Copy link

ghost commented Jul 5, 2021

Yep, it was my /etc/locale.conf that didn't exist. I can confirm that it's a locale problem.

@karlstav karlstav closed this as completed Oct 5, 2021
@karlstav karlstav reopened this Apr 4, 2022
@karlstav
Copy link
Owner

karlstav commented Apr 4, 2022

I'll just leave this open until I have a fix or proper description in readme

@ghost
Copy link

ghost commented Apr 8, 2022

LC_ALL=en_US.UTF-8 cava Solved the issue!

just had the same issue, fixed it, ty

@FRutkowski
Copy link

FRutkowski commented Sep 18, 2022

LC_ALL=en_US.UTF-8 cava Solved the issue!
@LuxLucian so much thank you, you solved my problem :D

@docentYT
Copy link

docentYT commented Oct 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants