On Wed, Jun 11, 2003 at 10:33:11AM +0300, Michael Sternberg wrote:
>
> Hello
>
> >From some reason in some applications (for example Sylpheed,
> Evolution) fonts are looking wrong. I.e. after each letter I
> see a small black square.
Are those programs gtk1.2 programs or gtk2 programs?
Use ldd ('ldd /path/to/binary |grep gtk') to find out.
>
> Mandrake 9.1, problem is both in KDE 3.1.2 and in Gnome 2.2.0.
>
> I suspect that the problem lies in my locale setting, so I tried
> to start them with LC=C - did not help. Here is output of my locale:
> LANG=en_US.UTF-8
The value of LANG is not exactly relevant, as most of the LC_ values are
overriden explicitly. Wierd settings. Delete or rem-out unnecessary lines
from /etc/sysconfig/i18n
> LC_CTYPE=en_US.UTF-8
Try playing with this one. Try he_IL and he_IL.UTF-8 . I figure those
legacy gtk1.2 programs will want he_IL .
> LC_NUMERIC=he_IL.UTF-8
> LC_TIME=en_US.UTF-8
> LC_COLLATE=en_US.UTF-8
> LC_MONETARY=he_IL.UTF-8
> LC_MESSAGES=en_US.UTF-8
Regarding the messages: also check the value of LANGUAGE
echo $LANGUAGE
If it is defined it overrides LC_MESSAGES (and allows a number of
languages to be defined)
> LC_PAPER=he_IL.UTF-8
> LC_NAME=he_IL.UTF-8
> LC_ADDRESS=he_IL.UTF-8
> LC_TELEPHONE=he_IL.UTF-8
> LC_MEASUREMENT=he_IL.UTF-8
> LC_IDENTIFICATION=he_IL.UTF-8
> LC_ALL=
--
Tzafrir Cohen +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED] +---------------------------+
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]