Menu

print problem gentoo linux

Help
Anonymous
2011-12-06
2013-05-14
  • Anonymous

    Anonymous - 2011-12-06

    gourmet-0.15.9

    unchecked rechecked 'Print & PDF Export' and got this:

    An error occurred activating plugin.

    ImportError: /usr/lib64/python2.7/site-packages/poppler.so: undefined symbol: poppler_page_render_to_pixbuf

    You may need to install additional python packages for this module to work properly. If you have a package management system on your computer, use it to search for a package containing "poppler_page_render_to_pixbuf", such as "python-poppler_page_render_to_pixbuf" or "poppler_page_render_to_pixbuf"

    Looks like function has been removed:

    https://github.com/jakobwesthoff/Pdf-Presenter-Console/issues/35

    poppler>=0.17.0: undefined reference to `poppler_page_render_to_pixbuf'

    No milestone

    No one is assigned

    CMakeFiles/pdf_presenter_console.dir/classes/renderer/pdf.c.o: In function
    pdf.c:(.text+0x295): undefined reference to `poppler_page_render_to_pixbuf'

    Apparently the function got removed in poppler 0.17.0: http://trac.emma-soft.com/epdfview/changeset/360/trunk/src/DocumentPage.cxx

    What else can I add? Be good to get this fixed.

    Thanks,

    Gene

     
  • Anonymous

    Anonymous - 2011-12-06

    Found this:
    http://developer.gnome.org/poppler/unstable/PopplerPage.html

    Down a little bit in this document:

    poppler_page_render_to_pixbuf ()

    void                poppler_page_render_to_pixbuf       (PopplerPage *page,
                                                             int src_x,
                                                             int src_y,
                                                             int src_width,
                                                             int src_height,
                                                             double scale,
                                                             int rotation,
                                                             GdkPixbuf *pixbuf);

    Warning

    poppler_page_render_to_pixbuf is deprecated and should not be used in newly-written code. 0.16

    Thanks,

    Gene

     

Log in to post a comment.