sudo cp /etc/locale.gen{,.bak}
Configuring the configuration file
echo “en_US.UTF-8 UTF-8” > /etc/locale.gen &&\
echo “zh_TW.UTF-8 UTF-8” >> /etc/locale.gen &&\
echo “zh_TW BIG5” >> /etc/locale.gen
Start to set to environment
/usr/sbin/locale-gen
The package tmux need this settings.
Problem :
gnome-terminal
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8
Solve:
Add above setting will solve this problem.
0 意見:
張貼留言