View Single Post
Old 07-19-2025, 06:10 PM   #613
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 768
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by JSWolf View Post
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".
ratinox is offline   Reply With Quote