3
1
I recently updated to Fedora 28, and now gnome-terminal
won't start anymore:
[bf@localhost ~]$ gnome-terminal
# 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: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.gnome.Terminal': timed out (service_start_timeout=120000ms)
On searching the internet, it is supposed to do something with the locale, but that looks OK:
[bf@localhost ~]$ localectl
System Locale: LANG=en_GB.utf8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
VC Keymap: us
X11 Layout: us
Now my locale is set to
LANG=en_US.UTF-8
, and there is no langpack for that. – Bart Friederichs – 2018-05-23T07:12:13.727I fiddled with the locale, and with langpacks and it works now. – Bart Friederichs – 2018-05-23T07:29:32.213