question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unsupported locale setting and themes not working

See original GitHub issue

Bug 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 Screenshot

github4

How to reproduce

  1. 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 }
  2. Reload i3 .
  3. 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
3301ncommented, Jul 10, 2021

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.

0reactions
tobi-wan-kenobicommented, Jul 10, 2021

Thanks for your understanding and please feel free to open more issues, if you encounter problems.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found