Software >> OS >> Unix >> Solaris >> 11 >> Desktop >> GNOME >> How to resolve issue of terminal (gnome-terminal) not able to be launched after fresh install

 

most likely reason is that the system LOCALE was not set to UTF-8



## Show current locale

nlsadm get-system-locale


## To list available UTF-8 locales to set

nlsadm list-locale | grep [.]UTF-8


## For example set to en_US.UTF-8

nlsadm set-system-locale en_US.UTF-8


## reboot the server