Terminal does not open
Issues
Terminal does not open
In your local PuTTY (Windows) or Terminal (macOS, Linux), once connected to the server, try the following.
- Check if
gnome-terminalis in/usr/bin:which gnome-terminal - Check the version of
gnome-terminal:rpm -q gnome-terminal - Verify the
gnome-terminalinstallation:rpm -V gnome-terminal - If you are getting an error message that the environment variable
LANGis not set, you may have mixed settings in the Language and Region section in your local System Preferences. Try matching them, for example English and United States. - Update XQuartz on your Mac.
- Reset the local environment variable
export LIBGL_ALWAYS_INDIRECT=1. - On macOS, open
.zshrcon your local computer (nano ~/.zshrc), add the following lines, save, then close and reopen terminal:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
If any error messages remain, contact the NatMEG core team.
The steps above worked for one user, but it is not 100% certain that this was the solution.