Comment 20 for bug 256048

Revision history for this message
Christian Ramseier (cramseier) wrote :

Just tried the fix. Unfortunately I can still reproduce the bug with some pdf files (see attachement for an example pdf file) and therefore this bug should not be closed.
After opening and moving the mouse the screen hangs on "loading..." again.

ChangeLog says: Make sure copy_job_page_and_selection_to_job_info is always called before copy_job_to_job_info. Fixes bug #552382.

I'm still not seeing the whole concept behind the all the pixbuf stuff but I think I was able to fix it on my machine by adding ...

g_signal_emit (pixbuf_cache, signals[JOB_FINISHED], 0, job_info->region);

... to "copy_job_to_job_info" after "copy_job_page_and_selection_to_job_info" was called. Hope this helps.

Cheers, Chris
@Sebastien Bacher: What do you mean by "add my comment to the upstream"? Isn't this the official place for bug-reporting?