Displaying 2 results from an estimated 2 matches for "saved_lang".
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
...ed on experiment it seems that the only locale setting in
/etc/sysconfig/i18n that CentOS-6.3 responds to is LANG. I have
looked at /etc/profile.d/lang.sh but my knowledge of terminal settings
and system variables is insufficient to make much sense out of it.
if [ -n "$LANG" ]; then
saved_lang="$LANG"
[ -f "$HOME/.i18n" ] && . "$HOME/.i18n" && sourced=1
LANG="$saved_lang"
unset saved_lang
else
for langfile in /etc/sysconfig/i18n "$HOME/.i18n" ; do
[ -f $langfile ] && . $langfile && s...
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]