Bug 130249

Summary: printing from flphoto is broken again with SuSE Linux 10.0 (it worked with 9.3)
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Herbert Fukerider <herbert.fukerider>
Component: PrintingAssignee: Marcus Meissner <meissner>
Status: RESOLVED FIXED QA Contact: Johannes Meixner <jsmeix>
Severity: Normal    
Priority: P5 - None    
Version: Stable Snapshot 2   
Target Milestone: ---   
Hardware: 32bit   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Herbert Fukerider 2005-10-24 11:39:31 UTC
---printer-error-----------------------------------------------  
ERROR: undefined  
OFFENDING COMMAND: 101,0  
---diff ps-file <10.0 >9.3-------------------------------------  
< 101,0 838,0 translate  
< 3,930 3,930 scale  
---  
> 101.0 838.0 translate  
> 3.930 3.930 scale 
---conclusion--------------------------------------------------  
ps-file containes "," instead of "." as decimal character 
at least for translate and scale values. The First translate value 
101,0 causes the printer-error.  
If I chance the decimal characters from "," to "." by hand,  
I can print the 10.0 generated ps-file without error.
Comment 1 Johannes Meixner 2005-10-24 14:13:12 UTC
Reassing it to flphoto maintainer.

Marcus,
it seems the flphoto PostScript output has localized decimal point.
Comment 2 Marcus Meissner 2005-10-24 15:19:22 UTC
there was nothbing changed.

this is a localization problem... try running

LANG=en_US flphoto

the labels will be in english then but you will be able to print.

I will try to submit a bug to upsrteam
Comment 3 Marcus Meissner 2005-10-24 15:24:33 UTC
http://www.fltk.org:80/applications/str.php?L1053
Comment 4 Marcus Meissner 2005-12-01 13:58:24 UTC
[STR Active]

Hmm, the locale must be getting set somehow in a third-party library, as
flphoto never calls setlocale() and thus should always be getting the
POSIX locale semantics for number formatting...

Can you attach a copy of your config.log file along with any patches you
are using and I'll see if I can duplicate things here...

Link: http://www.fltk.org/str.php?L1053
Version: -current
Comment 5 Marcus Meissner 2006-01-20 22:44:05 UTC
i did not find this library :(
Comment 6 Marcus Meissner 2007-01-18 12:32:39 UTC
seems to work in opensuse 10.2 with flphoto now.