Zesko
7
gnome-terminal
can not start in Gnome.
journalctl shows the error:
systemd[1311]: Failed to start GNOME Terminal Server.
It looks like that LANG=C
in /etc/locale.conf
breaks some apps.
Solution:
- Restore the old files
/etc/locale.conf
and /etc/locale.gen
or edit them manually.
- Rebuild locales
sudo locale-gen
- Reboot
- It works for me
If you need more info:
Please correct me if I’m wrong.
2 Likes