Hello Ed, On Wed, 25 Dec 2019 07:40:23 +0800 Ed Greshko <ed.greshko@xxxxxxxxxxx> wrote: > On 2019-12-25 07:24, Bob Goodwin wrote: > > > > On 2019-12-24 17:56, Ed Greshko wrote: > >> It sounds as if you're not running with the environment variable LC_TIME=C. > >> > >> What does the followng LONG command string return? > >> > >> xx=`pidof thunderbird` ; cat/proc/$xx/environ | grep "LC_TIME=[Cc]" ; echo $? > >> > >> - > > > > . > > > > Well I do have this which I hope runs after rebooted: > > > > [bobg@Workstation-2 ~]$ cat /home/bobg/.bashrc > > # .bashrc > > > > # Source global definitions > > if [ -f /etc/bashrc ]; then > > . /etc/bashrc > > fi > > > > # User specific environment > > if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] > > then > > PATH="$HOME/.local/bin:$HOME/bin:$PATH" > > fi > > export PATH > > > > # Uncomment the following line if you don't like systemctl's auto-paging feature: > > # export SYSTEMD_PAGER= > > > > # User specific aliases and functions > > > > export LC_TYPE="C" > > What is LC_TYPE????? [snip] Exactly what I was wondering. A wrong mix of LC_CTYPE and LC_TIME ? ;-) Regards, -- wwp https://useplaintext.email/
Attachment:
pgpByn4FzbIm4.pgp
Description: OpenPGP digital signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx