Nyxt on Ubuntu 22.04

Hi, I am following the instructions on the Download page and this step:

./usr/local/bin/nyxt

yields

/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

(process:28954): Gtk-WARNING **: 16:45:17.967: Locale not supported by C library.
	Using the fallback 'C' locale.

however my locale looks like this:

LANG=en_US.UTF-8
LANGUAGE=en_US.utf8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

any idea what could be wrong here?

TIA~!

you can see available locales with locale -a
you probably need to use locale-gen and update-locale as per command line - I'm having a problem with locale and locale-gen in Ubuntu - Ask Ubuntu

1 Like

I have the same message in the shell, but given that it’s not breaking anything, I just ignore it :sweat_smile: