Unsupported locale setting and themes not working
See original GitHub issueBug Report
When i set up the time module as given in the README.md
Description
Affected module: <module name>time Version used: <e.g. latest git, AUR, PIP>latest git
<description> I setup the time and there is an error message in the status bar. Also the default themes are not working, Iam getting the same theme as i3bar ScreenshotHow to reproduce
- Set up this code in my i3 config.
bar { status_command ~/bumblebee-status/bumblebee-status \ -m time \ -p time.format="%H:%M CW %V" -t default }
- Reload i3 .
- Showing error: unsupported locale setting.
When i type locale in terminal i get this output:
LANG=C.UTF-8 LANGUAGE= LC_CTYPE="C.UTF-8" LC_NUMERIC="C.UTF-8" LC_TIME="C.UTF-8" LC_COLLATE="C.UTF-8" LC_MONETARY="C.UTF-8" LC_MESSAGES="C.UTF-8" LC_PAPER="C.UTF-8" LC_NAME="C.UTF-8" LC_ADDRESS="C.UTF-8" LC_TELEPHONE="C.UTF-8" LC_MEASUREMENT="C.UTF-8" LC_IDENTIFICATION="C.UTF-8" LC_ALL=
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Python locale error: unsupported locale setting - Stack Overflow
I had this problem when using inside a Docker container. I solved by installing locales, adding my language to the locale.gen file, executing ......
Read more >How to fix locale.Error: unsupported locale setting in Python
The first two commands set the LC_ALL and LC_CTYPE environment variables, then the third one commits the changes to the system. After running...
Read more >Receiving unsupported locale setting error.
Newer language strings list contain two-letter locale, using it throws "unsupported locale setting" error.
Read more >View topic - setlocale: unsupported locale setting
Now I do not have any trouble with keyboard or so. Everything looks fine, the characters are where they need to be etc....
Read more >Installing a Python module with pip3 throws locale error
1 Answer ... This sets the locale for all categories to the user's default setting (typically specified in the LANG environment variable). If...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for the urgency, It was mostly because of my frustration of not working out of the box. As i was new to i3. I apologize for my message as it is showing just my frustratin. Yes I admire your work. It was just a problem with my system settings that i should have solved myself rather than complaining in this github page. I love your work as it is easy to configure rather than using polybar as i had a tough time using it. Keep going.
Thanks for your understanding and please feel free to open more issues, if you encounter problems.