You have a problem with Salix? Post here and we'll do what we can to help.
ax
Posts: 66 Joined: 9. Dec 2010, 14:13
Location: Naples
Contact:
Post
by ax » 12. Dec 2010, 14:26
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.
ikke
Posts: 263 Joined: 5. Feb 2010, 22:47
Post
by ikke » 13. Dec 2010, 15:19
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.
ax
Posts: 66 Joined: 9. Dec 2010, 14:13
Location: Naples
Contact:
Post
by ax » 13. Dec 2010, 17:16
Yes, ok, LC_CTYPE="en_US.utf-8" is ok...now download source of rxvt-unicode and use:
Let's see if it solves.
ikke
Posts: 263 Joined: 5. Feb 2010, 22:47
Post
by ikke » 14. Dec 2010, 10:56
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.
ikke
Posts: 263 Joined: 5. Feb 2010, 22:47
Post
by ikke » 15. Dec 2010, 12:13
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.
ax
Posts: 66 Joined: 9. Dec 2010, 14:13
Location: Naples
Contact:
Post
by ax » 15. Dec 2010, 12:42
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?
ikke
Posts: 263 Joined: 5. Feb 2010, 22:47
Post
by ikke » 15. Dec 2010, 12:59
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.