Mailinglist Archive: opensuse-bugs (15082 mails)
| < Previous | Next > |
[Bug 310720] kghostview does not handle zooming correctly
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Sep 2007 08:07:07 -0600 (MDT)
- Message-id: <20070919140707.71B0FCC789@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=310720#c3
Lubos Lunak <llunak@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |llunak@xxxxxxxxxx
AssignedTo|kde-maintainers@xxxxxxx |werner@xxxxxxxxxx
Status|ASSIGNED |NEW
--- Comment #3 from Lubos Lunak <llunak@xxxxxxxxxx> 2007-09-19 08:07:07 MST ---
Ghostview bug probably - gs returns X errors (BadMatch for XGetImage). The
problem exists only if -dMaxBitmap=10000000 is set for ghostview, removing it
from kghostview configuration (Settings->Configure KGhostview->Ghostcript
configuration) avoids the problem.
The command used by kghostview is "gs -sDEVICE=x11 -dTextAlphaBits=4
-dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPAUSE -dQUIET -dSAFER
-dPARANOIDSAFER -dDELAYS
AFER -sInputFile=/tmp/BEDDINGE_Bettsofagestell.pdf -c << /PermitFileReading [
InputFile ] /PermitFileWriting [] /PermitFileC
ontrol [] >> setuserparams .locksafe -". It also uses the GHOSTVIEW env.
variable, but I have no idea how that works.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Lubos Lunak <llunak@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |llunak@xxxxxxxxxx
AssignedTo|kde-maintainers@xxxxxxx |werner@xxxxxxxxxx
Status|ASSIGNED |NEW
--- Comment #3 from Lubos Lunak <llunak@xxxxxxxxxx> 2007-09-19 08:07:07 MST ---
Ghostview bug probably - gs returns X errors (BadMatch for XGetImage). The
problem exists only if -dMaxBitmap=10000000 is set for ghostview, removing it
from kghostview configuration (Settings->Configure KGhostview->Ghostcript
configuration) avoids the problem.
The command used by kghostview is "gs -sDEVICE=x11 -dTextAlphaBits=4
-dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPAUSE -dQUIET -dSAFER
-dPARANOIDSAFER -dDELAYS
AFER -sInputFile=/tmp/BEDDINGE_Bettsofagestell.pdf -c << /PermitFileReading [
InputFile ] /PermitFileWriting [] /PermitFileC
ontrol [] >> setuserparams .locksafe -". It also uses the GHOSTVIEW env.
variable, but I have no idea how that works.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |