<div dir="ltr"><pre><code>I had similar issue:<br>$ gnome-terminal<br>(process:2410): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
</code>Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8<br><br></pre><pre>I was unable to fix it with `dpkg-reconfigure locales` or `localectl`. I noticed that LC_ALL was unset so I added it to /etc/default/locale.<br><br></pre><pre>$ cat /etc/default/locale<br>LANG=en_US.UTF-8<br>LC_ALL=en_US.UTF-8<br><br></pre><pre>Gnome terminal works now (after restart).<br></pre></div>