Re: Where is COLORTERM set?
Rich Shepard <[email protected]>
| Newsgroups | gmane.linux.slackware |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 26 Dec 2011, TuxaneMedia - Sarl Burro-net wrote: > I don't know if you have your answer already, Jens, Yes, I do. It turned out that COLORTERM was not the issue. Instead, the issue was setting the locale. I would 'export LANG=en_US.UTF8' at the command line and in ~/.bash_profile (and ~/.bashrc, too, out of desparation) but it made no difference. Each time I logged in LANG (and other environment variables other than LC_COLLATION) returned to 'en_US'. A bit more Web searching lead me to the Slackware portion of linuxquestions.org and that taught me there's /etc/profile.d/lang.sh. I uncommented 'LANG=en_US.UTF8' there, logged out and then back in. Now the UTF-8 test file properly displays and locale shows LANG=en_US.UTF8. > ... if not please look at this : > http://forums.opensuse.org/english/get-technical-help-here/how-faq-forums/unreviewed-how-faq/459826-setting-term-xfce-terminal-bug-description-workaround.html It's interesting that they do not discuss rxvt/urxvt which is the terminal I use. :-) Thanks very much, Rich