Page 2 of 2
Re: salix-fluxbox urxvt
Posted: 12. Dec 2010, 14:26
by ax
I wish it was not a problem due to error compiler flags ... the $var that handles unicode utf in config file is:
Please verify this flag and
for the proper functioning normally is many important:
LC_CTYPE="en_US.utf8"
Set this and let me know if it solves please. Regards.
Re: salix-fluxbox urxvt
Posted: 13. Dec 2010, 15:19
by ikke
Thank you for kind attention.
ax wrote:I wish it was not a problem due to error compiler flags ... the $var that handles unicode utf in config file is:
Kindly tell me where I can find this $var? Where can I find the kernel configuration file?
Code: Select all
~$ locale
LANG=en_US.utf-8
LC_CTYPE="en_US.utf-8"
LC_NUMERIC="en_US.utf-8"
LC_TIME="en_US.utf-8"
LC_COLLATE=C
LC_MONETARY="en_US.utf-8"
LC_MESSAGES="en_US.utf-8"
LC_PAPER="en_US.utf-8"
LC_NAME="en_US.utf-8"
LC_ADDRESS="en_US.utf-8"
LC_TELEPHONE="en_US.utf-8"
LC_MEASUREMENT="en_US.utf-8"
LC_IDENTIFICATION="en_US.utf-8"
LC_ALL=
Hope this helps.
Regards.
Re: salix-fluxbox urxvt
Posted: 13. Dec 2010, 17:16
by ax
Yes, ok, LC_CTYPE="en_US.utf-8" is ok...now download source of rxvt-unicode and use:
Let's see if it solves.
Re: salix-fluxbox urxvt
Posted: 14. Dec 2010, 10:56
by ikke
Did as you instructed.
No changes. Only have the latest version now.= rxvt-unicode-9.10.tar.bz2
Anyway wish to thank you for your efforts.
Re: salix-fluxbox urxvt
Posted: 15. Dec 2010, 12:13
by ikke
Further ...
Have overlooked to let you know that the utf-8 problem occurs only on the x86-64 edition. Apologies.
Have installed also the 32 bit edition. Everything seems OK . The only problem which remains is the horizontal scrolling in urxvt. Is maybe also an .Xdefaults setting?
Regards.
Re: salix-fluxbox urxvt
Posted: 15. Dec 2010, 12:42
by ax
This thing seemed very strange ....
I have the feeling that this is a problem of package lists of x86_64 version ... will check
Yes, but I have not yet understood that you mean by horizontal scrolling ... have you a screen sample taken from an other application?
Re: salix-fluxbox urxvt
Posted: 15. Dec 2010, 12:59
by ikke
ax wrote:TYes, but I have not yet understood that you mean by horizontal scrolling ... have you a screen sample taken from an other application?
This means when you type eg following on the command line
Code: Select all
# echo "long command lines are scrolling horizontally. Which means you do not see the beginning of your command line. How to get 'folding'?'"
You see only the following :
Code: Select all
<inning of your command line. How to get 'folding'?'"
Thank you.