locale in GhostBSD 11.1 ALPHA1

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
NeverSimple
Posts: 40
Joined: Sun Aug 20, 2017 10:08 am

locale in GhostBSD 11.1 ALPHA1

Post by NeverSimple »

Hello,

Just installed GhostBSD 11.1 ALPHA1. Great job, happy with it, will post soon in general > feedback, after having a little more experience with it.

Can't really see a forum for discussing issues with the alpha/beta versions, so posted here. Should this be in: 'Development Discussions'?

I was having problems with locale settings. Although /etc/login.conf seemed to be correct:

Code: Select all

  :charset=UTF-8:\
  :lang=en_US.UTF-8:
I kept getting:

Code: Select all

LANG=en_US.UTF-8:
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
Looking a bit further it seems that in /etc/profile there is a : where it should be a ; (behind GDM_LANG)

Code: Select all

CHARSET=UTF-8;          export CHARSET
LANG=en_US.UTF-8;       export LANG
GDM_LANG=en_US.UTF-8:   export GDM_LANG
After I changed that, I got:

Code: Select all

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=
Richard
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: locale in GhostBSD 11.1 ALPHA1

Post by ASX »

Hi, welcome and thanks! :)

Your feedback is greatly appreciated, but things like this are better reported on our issue tracker: issues.ghostbsd.org, that's what we look at, for issues to be solved.
Forum posts before or later will be forgotten. ;)
Post Reply