0

The terminal won't open with neither pressing the program icon nor by CTRL+ALT+T.

I've tried

$ sudo apt-get --reinstall install python3-minimal

using the terminal of VS code, but no luck.

BTW - I'm running via VirtualBox 7.0, on a Windows 11 host.

EDIT (solved)

After help from Jos (see comments), I added a line to the file /dev/default/locale:

LANG=en_US.UTF-8

and rebooted.

drC1Ron
  • 101
  • 3
  • What happens when you use the VS code terminal and enter `gnome-terminal`? At least you should see an error message. – Jos Oct 27 '22 at 18:52
  • # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached – drC1Ron Oct 27 '22 at 19:43
  • 1
    Take a look at this question: https://askubuntu.com/questions/608330/problem-with-gnome-terminal-on-gnome-3-12-2 – Jos Oct 27 '22 at 19:52
  • @Jos - thanks. I added "LANG=en_US.UTF-8" at the end of the file /etc/default/locale and rebooted – drC1Ron Oct 27 '22 at 20:09
  • Okay. I'll vote to close this question as a duplicate of the other one. – Jos Oct 27 '22 at 20:11
  • Voted to close as dup of [Problem with "gnome-terminal" on Gnome 3.12.2](https://askubuntu.com/questions/608330/problem-with-gnome-terminal-on-gnome-3-12-2) – Jos Oct 27 '22 at 20:12

0 Answers0