On Tue, 2010-02-02 at 02:23 +0000, [email protected] wrote: > Peter Clifton wrote: > > either of the following patches make any difference? > > http://git.gpleda.org/?p=gaf.git;a=commitdiff_plain;h=5d130060e694cfd3b3be177f1fae4a576728ff25 > > or > > http://git.gpleda.org/?p=gaf.git;a=commitdiff_plain;h=620ee00b6211b04c75e9cadffe5547ce4ed1ca8b > > Yay! It seems to me, that the second one worked. > Best regards.
Both have gone upstream (and will be in 1.6.1), but I'm actually quite surprised that the first patch wasn't able to resolve the problem. It seems the attempt at setting LC_NUMERIC to "C" or "POSIX" at gschem start-up is not working on your system. This also has other implications for the smooth operation of gEDA on your system. If this is failing, you will probably find that printing (and postscript output) is broken, because that is similarly affected by "123,10" being emitted instead of "123.10" for decimals. Do you have any further clues as to which gtk-theme settings caused the issue? Is it a standard theme I could try here, for example? Do you have any custom gtkrc files? Could you post the output of: locale locale -a Does running "LC_NUMERIC=C gschem" provide a fix when running "gschem" on its own is broken? Best regards, Peter C. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

