Bugzilla – Bug 130249
printing from flphoto is broken again with SuSE Linux 10.0 (it worked with 9.3)
Last modified: 2007-01-18 12:32:39 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.
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
http://www.fltk.org:80/applications/str.php?L1053
[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.