View Single Post
Old 07-19-2025, 06:49 PM   #614
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,124
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by ratinox View Post
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".
Without Flatpak, if the ACSM plugin working?
JSWolf is online now   Reply With Quote