Bug 250057

Summary: GPL Ghostscript 8.71: Set UseCIEColor for UseDeviceIndependentColor to work properly.
Product: [Applications] okular Reporter: Manuel López-Ibáñez <lopezibanez>
Component: PS backendAssignee: Okular developers <okular-devel>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: NOR    
Version: 0.10.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Manuel López-Ibáñez 2010-09-03 18:37:00 UTC
Version:           0.10.2 (using KDE 4.4.2) 
OS:                Linux

okular gives the warning when seeing some postscript files. From a similar bug in ubuntu.

Till Kamppeter  wrote 20 minutes ago:  	  #3

The originally reported bug here is not a problem of Ghostscript, but of how the /usr/bin/epstopdf script calls Ghostscript. The script is part of texlive-font-utils, moving ...

Sorry for closing the bug, I confused it with the warning being issued during the print workflow. In the print workflow I have fixed the problem by calling Ghostscript with "-dColorConversionStrategy=/LeaveColorUnchanged" instead of "-dUseDeviceIndependentColor", At least in the print workflow one can do so as the pre-filter for turning incoming PostScript to PDF is not supposed to do color corrections.

Till Kamppeter  wrote 18 minutes ago:  	  #4

manu, your problem is probably in the way how okular calls Ghostscript. Please file a new bug in okular.


https://bugs.launchpad.net/ubuntu/+bug/294230

Reproducible: Always




OS: Linux (i686) release 2.6.32-24-generic
Compiler: cc
Comment 1 Pino Toscano 2010-09-03 19:50:50 UTC
Okular does not call Ghostscript on its own, but uses the libspectre library for loading and rendering PostScript documents.
Please report the issue to the bug tracking system of libspectre at https://bugs.freedesktop.org, "libspectre" product.

Thanks.