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 51403 - Encapsulated Postscript offset error
Encapsulated Postscript offset error
Status: VERIFIED FIXED
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2001-02-26 22:54 UTC by Ferenc Wágner
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ferenc Wágner 2001-02-26 22:54:57 UTC
I think the ps_open function in plug-ins/common/ps.c
has the following bug:

on line 1406 the template string "-c %d %d translate -- " should be
"-c %d %d translate -f " instead, because the -- option supresses
the remaining necessary options.
Comment 1 Raphaël Quinet 2001-04-26 18:14:15 UTC
Re-assigning all Gimp bugs to default component owner (Gimp bugs list)
Comment 2 Sven Neumann 2001-06-19 23:47:36 UTC
I have applied a patch from Peter Kirchgessner that addresses the problem:

2001-06-20  Sven Neumann  <sven@gimp.org>

 * plug-ins/common/ps.c: applied gimp-kirchgessner-010619-0, a patch
   from Peter Kirchgessner that should fix bug #51403.


Closing this bug-report. Please report back if there are still problems.