[cups.general] lexmark 1000 - no output on ubuntu

Klaus nospam at gr7.com
Tue May 15 08:02:24 PDT 2007


Till Kamppeter schrieb:
> Can you add a line
> 
> $ENV{LC_ALL} = "C";
> 
> directly after the first line of /usr/bin/foomatic-rip?
> 
> Does this help?
> 
Line added:
#!/usr/bin/perl
# The above Perl path may vary on your system; fix it!!! -*- perl -*-
$ENV{LC_ALL} = "C";
use strict;
use POSIX;
use Cwd;
....

Error log:
....
D [15/May/2007:16:22:55 +0200] [Job 71] perl: warning: Setting locale 
failed.
D [15/May/2007:16:22:55 +0200] [Job 71] perl: warning: Please check that 
your locale settings:
D [15/May/2007:16:22:55 +0200] [Job 71] LANGUAGE = (unset),
D [15/May/2007:16:22:55 +0200] [Job 71] LC_ALL = (unset),
D [15/May/2007:16:22:55 +0200] [Job 71] LANG = "es_ES"
D [15/May/2007:16:22:55 +0200] [Job 71] are supported and installed on 
your system.
D [15/May/2007:16:22:55 +0200] [Job 71] perl: warning: Falling back to 
the standard locale ("C").
....

Looking around to find the loginscript I had a look at
..xsession-errors
and found the following (its much longer ...)

....
** (gnome-printer-view:15703): CRITICAL **: 
gnome_cups_request_new_for_printer: assertion 
`gnome_cups_printer_get_attributes_initialized (printer)' failed

** (gnome-printer-view:15703): WARNING **: Neither request nor output_fd set
warning - incompatible stripping characters and condition:
SFX ô oncharse ónchate onchar
warning - incompatible stripping characters and condition:
....

Regards, Klaus

PD: Where can I find the place where locales are set? I can't find a 
login-script.




More information about the cups mailing list