You are not logged in.
Hello, my gnome-terminal is not launching on a new install.
This is the error I am getting:
# Locale not supported by C library.
# Using the fallback 'C' locale.
# Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached.cat /etc/locale.conf
LANG="en_US.UTF-8"grep -ve ^# /etc/locale.gen
en_US.UTF-8 UTF-8locale -a
C
C.UTF-8
en_US.utf8
POSIXlocalectl
System Locale: LANG=en_US.UTF-8
VC Keymap: it
X11 Layout: (unset) locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=es_ES.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=es_ES.UTF-8
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT=es_ES.UTF-8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=Last edited by InvisibleRasta (2023-01-17 06:53:33)
Offline
Can we see
systemctl --user --no-p show-environmentAlso share which desktop you are using and exactly how you are starting it.
EDIT: typo.
Last edited by Head_on_a_Stick (2023-01-17 07:18:19)
Jin, Jîyan, Azadî
Offline
You have multiple es_ES locale references but no locale generated for them, you might want to be doing so.
Last edited by V1del (2023-01-17 07:46:04)
Offline
If the use of es_ES.UTF-8 is desired, you'll have to generate that locale.
gnome-terminal's behavior is rather peculiar, but normal (by gnome standards)
Edit: F5…
Last edited by seth (2023-01-17 07:54:32)
Online