dots-hyprland
dots-hyprland copied to clipboard
[Issue] odd line when opeing terminal
- I have read the Usage and Troubleshooting pages of the wiki: https://end-4.github.io/dots-hyprland-wiki/en/i-i/03troubleshooting/
- I have made sure that both my config and system packages are up to date
- Linux distro: arch
The issue
issue when opening a new terminal from hyprland this line appears above the prompt
warning: 'C' is not a UTF-8 locale, using 'C.UTF-8' instead
when i open foot from an existing terminal it doesn't appear
it does the same when setting shell to bash in foot.ini
Logs
locale -a:
C
C.utf8
en_US.utf8
POSIX
cat locale.conf
LANG=en_US.UTF-8
locale
LANG=en_US.UTF-8
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=
For me locale -a gives:
C
C.utf8
en_US.utf8
POSIX
zh_CN.utf8
And I can't reproduce your error when open zsh or fish. So it may not be the problem.
The problem may be that something in your shell (fish, bash or zsh) config requires a UTF-8 locale.
i haven't touched the fish or bash or foot configs i just ran the install script from the repo after a fresh arch install then rebooted a few times
mv .config/fish/config.fish .config/fish/config.fish.bak
im not sure whats causing it but i dont think its fish
Did you solve this problem? I got this warning since today's boot and the only issue I found is this one.
Closing due to inactivity and it seems not related to this repo.