[Bug 1242678] Re: evince cannot render some EPS files

2014-06-20 Thread epii
Thanks Till, Sebastien and other contributors!

I enabled proposed repository and tested the new libspectre build.

The documents are shown now, but the rotation is incorrect (upside down).
So I marked as verification-failed.

I examined your debdiff file and I realized that the following fact causes a 
new issue.
Ghostscript consideres +90deg rotation as rotate 90deg CLOCKWISE
but PostScript considers +90deg rotation as rotate 90 deg COUNTER-CLOCKWISE.
So you should change the sign when you pass a rotation angle as a PostScript 
command.

I will attach a new patch file fixing this issue.
Can you review my patch?


** Tags removed: verification-done
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-06-20 Thread epii
** Patch added: fix-document-rotation.patch
   
https://bugs.launchpad.net/ubuntu/+source/libspectre/+bug/1242678/+attachment/4135449/+files/fix-document-rotation.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-06-20 Thread epii
Oh, sorry i didn't read the upstream discussion. Now I understand your points.
I will eagerly wait for the evince's patch :(

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-31 Thread epii
downgrade ghostscript, ghostscript-x, libgs9 and libgs9-common.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-24 Thread epii
Evince uses libspectre (http://www.freedesktop.org/wiki/Software/libspectre/)
as a backend library for postscript rendering.
See libspectre/spectre-device.c, L215-264.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2013-10-27 Thread epii
** Bug watch added: GNOME Bug Tracker #710957
   https://bugzilla.gnome.org/show_bug.cgi?id=710957

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=710957
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2013-10-21 Thread epii
i will attach the EPS file which causes this bug.

** Attachment added: test.eps
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1242678/+attachment/3886169/+files/test.eps

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] [NEW] evince cannot render some EPS files

2013-10-21 Thread epii
Public bug reported:

I upgraded to Ubuntu Saucy,
evince cannot render EPS files generated by gnuplot.
(Just show an empty page.)


[how to reproduce]

1. Generate an EPS file using gnuplot by executing the following command.
$ gnuplot -e set terminal postscript; set output 'test.eps'; plot x;

2. Open the file test.eps just created.
$ evince test.eps

The following are what evince writes to the terminal.

(evince:24176): EvinceDocument-CRITICAL **: ev_document_get_n_pages:
assertion 'EV_IS_DOCUMENT (document)' failed

(evince:24176): Gtk-WARNING **: drawing failure for widget `EvView':
invalid matrix (not invertible)

(evince:24176): Gdk-CRITICAL **: gdk_pixbuf_get_from_surface: assertion
'width  0  height  0' failed

(evince:24176): Gdk-CRITICAL **: gdk_pixbuf_get_from_surface: assertion
'width  0  height  0' failed

3. Then evince just shows an empty (white) page.

===

If i rotate 90 or -90 degree by pressing Ctrl+Left or Ctrl+Right key,
evince can show this file correctly.

===

Okular, GIMP, inkscape and gs can show this EPS file.
(may be rotated 90 degree, however)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evince 3.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Mon Oct 21 21:23:15 2013
InstallationDate: Installed on 2013-09-07 (44 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: Upgraded to saucy on 2013-10-04 (16 days ago)

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Attachment added: Screenshot_from_2013-10-21 21:42:34.png
   
https://bugs.launchpad.net/bugs/1242678/+attachment/3886163/+files/Screenshot_from_2013-10-21%2021%3A42%3A34.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs