Quote:
Originally Posted by JSWolf
If it is the real calibre, try running it normally without flatpak.
|
Calibre in a Flatpak container is 100% exactly the same code running the same as Calibre from a tarball. The ACSM plugin loads and runs exactly the same -- or fails exactly the same. Why would you think that it is somehow different?
But I'll humor you.
flatpak --command="bash" run com.calibre_ebook.calibre
cp -rpv /app ~/Desktop
exit # we leave the Flatpak container environment to the "normal" environment.
cd Desktop
sudo cp -rpv app /app
cd /app/lib/calibre/resources/fonts/liberation
sudo rm *.ttf
sudo cp /usr/share/fonts/truetype/Liberation* . # your path may vary
/app/bin/calibre --version
calibre (calibre 8.6)
/app/bin/calibre # and my libraries load up "normally".