Reboot for gnome-terminal locale setting --- how?

Dear support,
In a private rosject… what does reboot mean for rosject? restart rosject didn’t seem to work…
Error:
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Process org.gnome.Terminal exited with status 8

  1. didn’t work
    add LANG=en_US.UTF-8 to /etc/default/locale
2) needs a reboot
sudo apt-get install gnome-terminal
sudo locale-gen --purge
sudo dpkg-reconfigure locales
reboot

Please advise
-R

Hi @kalkimann,

the web shells run inside a docker container.

A possible way of restarting the container is killing all processes.

You can achieve that with the command below:

sudo killall -u user

In any case, I don’t understand the need to install gnome-terminal since you already have the web shells.

Could you tell us what exactly you are trying to achieve?