Re: Digital clock widget and 24-hour format

2022-03-30 Thread local10
Mar 30, 2022, 19:26 by s...@platonix.com: > You need to export it. When you define an environment variable and do > not export it, it is not passed to sub-processes (like the one > executing the 'locale' command). > I see, thanks for your help.

Re: Digital clock widget and 24-hour format

2022-03-30 Thread Shai Berger
On Wed, 30 Mar 2022 00:54:21 +0200 (CEST) local10 wrote: > > How did you set LC_ALL to "C.UTF-8"? I tried adding LC_ALL="C.UTF-8" > to ~/.bash_profile but that seems to have no effect. > You need to export it. When you define an environment variable and do not export it, it is not passed to

Re: Digital clock widget and 24-hour format

2022-03-29 Thread local10
On Mar 23 2022 at 17:36 by inkbottle...@gmail.com>: > But, I really think LC_ALL="C.UTF-8", is already doing that. > How did you set LC_ALL to "C.UTF-8"? I tried adding LC_ALL="C.UTF-8" to ~/.bash_profile but that seems to have no effect. Thanks, $ cat ~/.bash_proflle LANG=en_US.UTF-8

Re: Digital clock widget and 24-hour format

2022-03-23 Thread chris
On Monday, 21 March 2022 02:46:11 CET local10 wrote: > Mar 20, 2022, 18:59 by inkbottle...@gmail.com: > > I've fixed that issue on my box about 6 month ago, I can't remember how I > > did that exactly. The core of it however was that the `locales` were > > defined in several places, like 2 or 3,

Re: Digital clock widget and 24-hour format

2022-03-20 Thread local10
Mar 20, 2022, 18:59 by inkbottle...@gmail.com: > > I've fixed that issue on my box about 6 month ago, I can't remember how I did > that exactly. The core of it however was that the `locales` were defined in > several places, like 2 or 3, and that one of them was inconsistent with the > others.