Xprint on Solaris using "C" locale
Kevin <[email protected]> Sat, 26 Mar 2005 05:36:41 GMT
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | RoadRunner - West |
| Message-ID | <pan.2005.03.26.05.35.13.512428__3575.84741800583$1111815778$gmane$org@aol.com> |
I'm trying to get Mozilla properly configured for my users on Solaris 8. One of the main issues is printing not working. I finally tracked it down to the $LANG variable being set to "C" instead of en_US or something similar. With it set to "C", they see all metric paper sizes, margins, etc., and the printers seem to choke on the jobs. I have tested it on some others that use en_US (8859-1 or similar) and the print jobs work fine. What is the easiest or best way to get all instances of mozilla to use one LANG setting? I've tried putting it into a wrapper script, but Mozilla still seems to ignore it. Mozilla 1.6 Solaris 8 Thanks