[Bug 109995] Re: Evince displays red haze over graphic elements

2011-02-07 Thread Franck
I think this bug is solved in Maverick (evince 2.32.0-0ubuntu1). At
least, I can view the example red pdf attached to this bug report.

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

Title:
  Evince displays red haze over graphic elements

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2011-02-05 Thread Bug Watch Updater
** Changed in: poppler
   Importance: Unknown = Medium

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

Title:
  Evince displays red haze over graphic elements

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2011-01-25 Thread Bug Watch Updater
** Changed in: poppler
   Importance: Medium = Unknown

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

Title:
  Evince displays red haze over graphic elements

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2009-08-05 Thread Sebastien Bacher
the new version fixing this issue is in karmic now

** Changed in: poppler (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2009-07-09 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed = Fix Released

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2009-07-09 Thread Sebastien Bacher
the bug has been fixed upstream now

** Changed in: poppler (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2009-06-29 Thread encompass
Well, I haven't seen any change, I still have the issue here in my documents 
still in 8.10.  I will test with 9.04 soon.
Regards,
Jason

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2009-01-29 Thread Paco Avila
Can somebody confirm the fix?

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2008-11-12 Thread Franck
Nickolay Shmyrev (Evince developper) recently submitted a quick and
dirty patch to this specific problem.

See https://bugs.freedesktop.org/show_bug.cgi?id=10881#c4
I would like to test it, but I really have no clue how to do it...
Could someone help me on this ? (ie provide a patch poppler lib, or better 
teach me how to do it myself (at least some pointers))

The patch is :

diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
index 26b8010..f5e5c9a 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -1609,6 +1609,9 @@ void CairoOutputDev::drawImage(GfxState *state, Object 
*ref, Stream *str,
   cairo_matrix_t matrix;
   int is_identity_transform;
   
+  if (width == 1  height == 1)
+   return;
+  
   buffer = (unsigned char *)gmalloc (width * height * 4);
 
   /* TODO: Do we want to cache these? */

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2008-11-12 Thread Franck
I tried this :

apt-get install dpkg-dev
apt-get source poppler
apt-get build-dep poppler-- LOT of stuff here

changed the source in poppler/CairoOutputDev.cc

dpkg-buildpackage -rfakeroot -uc -b
dpkg -i libpoppler3_0.8.7-1_amd64.deb

Then I tried a red report, but it is still broken. The point is I can't
tell if I am really using the modified version of poppler or not, or if
my build take my modification into account or not, ... so it is
difficult to go back to Nickolay :(

Any hint ?

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2008-08-29 Thread Franck
This long living bug is still present in Intrepid Alpha4...
Don't know how to help on this one ?

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2008-03-25 Thread Franck
Hardy beta, evince 2.22.0ubuntu2: still doesn't work.

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2008-02-06 Thread Sebastien Bacher
** Changed in: poppler (Ubuntu)
   Status: Confirmed = Triaged

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-09-07 Thread Franck
The bug is still present in Gusty with evince package
2.19.92-0ubuntu1...

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-05-15 Thread Bug Watch Updater
** Changed in: poppler (upstream)
   Status: Unknown = Confirmed

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-05-14 Thread Franck
Hi,

I reported the same problem to evince list, and it appears to be a problem with 
Cairo, no plopper. See 
https://bugs.freedesktop.org/show_bug.cgi?id=10881

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-05-14 Thread Sebastien Bacher
** Changed in: poppler (Ubuntu)
Sourcepackagename: evince = poppler
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs

** Bug watch added: Freedesktop Bugzilla #10881
   https://bugs.freedesktop.org/show_bug.cgi?id=10881

** Also affects: poppler (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10881
   Importance: Unknown
   Status: Unknown

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-04-26 Thread didier
But ok in xpdf

** Changed in: evince (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-04-25 Thread Pat Leamon

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7406447/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7406448/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7406449/ProcStatus.txt

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-04-25 Thread Pat Leamon

** Attachment added: redreport.pdf
   http://librarian.launchpad.net/7406457/redreport.pdf

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109995] Re: Evince displays red haze over graphic elements

2007-04-25 Thread Pat Leamon

** Attachment added: Screenshot of red haze
   http://librarian.launchpad.net/7406458/badreport.png

-- 
Evince displays red haze over graphic elements
https://bugs.launchpad.net/bugs/109995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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