After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153723 - Postscript printing in localized environment produces bad postscript
Postscript printing in localized environment produces bad postscript
Status: RESOLVED DUPLICATE of bug 111746
Product: GIMP
Classification: Other
Component: Internationalisation
2.0.x
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-09-25 13:27 UTC by Dag Nygren
Modified: 2004-09-25 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dag Nygren 2004-09-25 13:27:56 UTC
set your LANG variable to something that uses a decimal comma instead 
of a decimal point. 
Print a picture. 
Try to watch the pictore with ie. gs. 
You will find that the resulting postscript is invalid because it will generate a 
decimal numbers with comma instead of point.
Comment 1 Sven Neumann 2004-09-25 13:36:31 UTC
Your version of libgimpprint is outdated.

*** This bug has been marked as a duplicate of 111746 ***
Comment 2 Dag Nygren 2004-09-25 14:33:58 UTC
Thanks, that was it! 
Upgrading from 2.4.5 to 2.4.7 of gimp-print solved the problem.