|
Bugzilla – Full Text Bug Listing |
| 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: | Printing | Assignee: | 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: | --- |
Reassing it to flphoto maintainer. Marcus, it seems the flphoto PostScript output has localized decimal point. 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 [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 i did not find this library :( seems to work in opensuse 10.2 with flphoto now. |
---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.