On 6/9/20 6:25 pm, Andreas Enge wrote:
(cc-ing this and only this bug, the other one seems to have diverged towards
css and typescript)
On Fri, Sep 04, 2020 at 07:53:02PM +1000, Brendan Tildesley wrote:
I did not realise there was already an open ticket for updating calibre,
thanks for pointing
(cc-ing this and only this bug, the other one seems to have diverged towards
css and typescript)
On Fri, Sep 04, 2020 at 07:53:02PM +1000, Brendan Tildesley wrote:
> > I did not realise there was already an open ticket for updating calibre,
> > thanks for pointing it out. Indeed I do not think we
I created this patch which I think fixes it, copying the phase from
Anki. https://issues.guix.gnu.org/issue/42885#4
Perhaps I should have only wrapped the ebook-viewer with qtwebengine
instead of every program.
On Tue, Sep 01, 2020 at 12:03:47PM +0200, Andreas Enge wrote:
> The following works:
> QTWEBENGINEPROCESS_PATH=`guix build
> qtwebengine`/lib/qt5/libexec/QtWebEngineProcess ebook-viewer
>
> Do we need to set a search path in qtwebengine?
Well, no, since qtwebengine is not actually installed. Pro
I did an strace and found the following:
4989 access("/gnu/store/kwx5xihpxmjjf8f8446vn883ank1qcg1-qtbase-5.14.2/lib",
F_OK) = 0
4989
access("/gnu/store/kwx5xihpxmjjf8f8446vn883ank1qcg1-qtbase-5.14.2/lib/qt5/libexec/QtWebEngineProcess",
F_OK) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
Hello,
when trying to view an epub using ebook-viewer from the calibre package
(or by directly clicking on an epub in calibre), the program fails with
the message:
Could not find QtWebEngineProcess
I see that commit d79ec4fd343bc2a72652aa3a4b4ae14bd8df88ac has added
python2-pyqtwebengine and q