On Sat, Apr 27, 2013 at 11:37:06AM +0200, Martin Natano wrote: > Pdfshuffler tries to call page.render_to_pixbuf which is removed by the > patch (and in poppler>0.18). > I tried to bump pdfshuffler 0.6.0 to see if it is fixed there, but that > version just dies with "Abort trap". The cause for that seeme to be in > gtk.gdk.threads_init().
It's probably missing gdk.threads_enter() / gdk.threads_leave() calls. > > natano > > > On Sat, Apr 27, 2013 at 12:03:21AM +0100, Stuart Henderson wrote: > > On 2013/04/26 23:37, Matthias Kilian wrote: > > > Hi, > > > > > > On Fri, Apr 26, 2013 at 10:12:52PM +0100, Stuart Henderson wrote: > > > > looks like it wants a release rolling from the > > > > lp:~kiyoka/poppler-python/no-pygtk branch.. > > > > > > Either that or the diff I just sent. Whatevber, please also remove > > > the MAINTAINER line (Ido doesn't want to work on this any longer). > > > > I've tried your diff and the no-pygtk branch with pdfshuffler, > > there are just black boxes where there should be pages displayed. > > I found https://bugzilla.redhat.com/show_bug.cgi?id=705153 about a > > problem with the same symptoms so I've also tried it with the > > patches from the current FC package, but same thing.. > > > > I'm OK with your diff, as it's a step in the right direction and > > gets some things working, but doesn't fix everything yet. > > > -- Antoine