Package Details: thorium-reader 3.4.0-1

Git Clone URL: https://aur.archlinux.org/thorium-reader.git (read-only, click to copy)
Package Base: thorium-reader
Description: Cross-platform desktop reading app based on the Readium Desktop toolkit
Upstream URL: https://github.com/edrlab/thorium-reader
Keywords: electron epub epub-reader epub3 lcp opds opds-feed react reader redux typescript
Licenses: MIT
Submitter: xiota
Maintainer: xiota (zxp19821005)
Last Packager: xiota
Votes: 2
Popularity: 0.063442
First Submitted: 2023-10-26 14:28 (UTC)
Last Updated: 2026-04-15 20:21 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

tjaart commented on 2026-05-13 18:57 (UTC)

I bought a book from ebooks.com, and tried to open it using this package.

I keep getting the error

"No stored passhphrase fits the publication, or the entered passphrase is wrong"

Later, I installed the AppImage, from the Thorium website, and I was successfully able to open the book.

Not sure how to debug, but willing to help if someone points me in the right direction.

xiota commented on 2026-04-17 16:18 (UTC)

@sosonok Install aur/electron41-bin or keep using the previous version.

sosonok commented on 2026-04-17 14:27 (UTC)

Hi. Something goes wrong, it asks for "electron41".

DHouck commented on 2025-02-04 06:16 (UTC)

I am unable to build in a clean chroot, but with a different error. First I get a gazillion deprecation warnings; I expect thatʼs because you set this to build with node v20 when upstream asks for node v18, but Iʼm not sure. Then I get a bunch of type checking errors, which might be because of that or might be something else.

Log from paru -Syu thorium-reader, minus some irrelevant parts at the beginning and end which arenʼt about this package: https://paste.sh/Fsbnx2qf#TY59iU6A8nLXBDNc0XJZP1g9

Bitals commented on 2024-06-26 20:39 (UTC)

Does not build with neither aurutils nor makepkg -sfC:

  • copying Electron  source=/usr/lib/electron destination=/home/bitals/makepkg/thorium-reader/src/thorium-reader/release/linux-unpacked
  • skipping "afterSign" hook as no signing occurred, perhaps you intended "afterPack"?
==> Entering fakeroot environment...
chmod: cannot access '/home/bitals/GitClonedRepos/thorium-reader/node-home/makepkg/thorium-reader/pkg': No such file or directory
User defined signal 1
makepkg -sfC  188.74s user 17.33s system 349% cpu 59.040 total

sed -i 's/afterSign/afterPack/' "$_pkgsrc/package.json" does not help, the hook error goes away, but No such file or directory stays.

Also:

ls: cannot open directory '/home/bitals/makepkg/thorium-reader/pkg': Permission denied

Fresh build, this dir was created by makepkg just now. Just to be sure tried deleting it, no dice. Something very strange.