← Back to team overview

calibre-devs team mailing list archive

Re: lp:~llasram/calibre/oeb2lit ready for merge

 

On Tue, Dec 16, 2008 at 11:49 PM, Kovid Goyal <kovid@xxxxxxxxxxxxxx> wrote:

> Hmm considering all the icons are SVG files, that list doesn't have
> any hopefuls. Try this
>
> calibre-debug -c "from ctypes import CDLL;
> CDLL('/path/to/calibre/binary/qtplugins/imageformats/libqsvg.so')"

Ah, well this is somewhat interesting:

    $ ./calibre-debug -c "from ctypes import CDLL; \
        CDLL('$PWD/qtlugins/imageformats/libqsvg.so')"; echo $?
    0

That's "qtlugins" vs. the probably-expected "qtplugins."  Except:

    $ grep -r 'qtlugins' .; echo $?
    1
    $ grep -r 'qtplugins' .; echo $?
    1

No matches for either.

-Marshall



Follow ups

References