I'm using Linux and trying to find a e-reader recently. Here is what I tested on Arch: Calibre: Failed to open Okular: Ugly, cannot modify margin bookworm: No two-page view, only scrolling-mode, and scrolling-mode cannot get the reading progress zathura: too simplify resulting in not know how to use lector: cannot recognize epub...... Buka: cannot open the book. (I don't get the logic flow, create a list first, then…
Foliate – A simple and modern GTK eBook viewer
21–30 of 120 posts
Re: Foliate – A simple and modern GTK eBook viewer
#22Earlier quoted context omitted.
Fbreader is nice, I've only used Calibre for converting ebooks not sure you can read in it.
you can reader using Calibre, it's far from being a good reader https://news-cdn.softpedia.com/images/news2/calibre-ebook-re...
Re: Foliate – A simple and modern GTK eBook viewer
#23Why don't use the compilable language? Nobody think about resources these days.
If you want to compile a language you're going to need a compiler and a linker. Do you know how much water it takes to compile a single executable? Water that's better used irrigating a field which could support hundreds of well-written python and bash scripts.
Re: Foliate – A simple and modern GTK eBook viewer
#24Earlier quoted context omitted.
foliate seems a great thing, but /usr/bin/com.github.johnfactotum.Foliate .. come on
This scheme of naming binaries is popular amongst Elementary os apps. Maybe that's were the Dev took the idea from. I don't mind it, and if it bothers you, you can easily alias it to something else
Re: Foliate – A simple and modern GTK eBook viewer
#25Earlier quoted context omitted.
foliate seems a great thing, but /usr/bin/com.github.johnfactotum.Foliate .. come on
This scheme of naming binaries is popular amongst Elementary os apps. Maybe that's were the Dev took the idea from. I don't mind it, and if it bothers you, you can easily alias it to something else
The package prefix is mandatory, in order for flatpaks not to stomp on each other.
Re: Foliate – A simple and modern GTK eBook viewer
#26Why don't use the compilable language? Nobody think about resources these days.
Re: Foliate – A simple and modern GTK eBook viewer
#27Re: Foliate – A simple and modern GTK eBook viewer
#28If it's obvious to anyone else what's wrong here, it's not obvious to me. Isn't one of the advantages of interpreting the code on the target platform supposed to be portability? If so, why is it I so seldom can can get anything written for GJS, or Node, or a Python program not my own, to install and run without a three-hour yak shave?
I'm sure this is a great project, and I mean no disrespect to the author, who did a better job of installation instructions than most — but I'm tired of installation being such a pain. It's almost, but not quite, enough to make a guy run Windows.
Re: Foliate – A simple and modern GTK eBook viewer
#29Re: Foliate – A simple and modern GTK eBook viewer
#30Could OP or someone else give an overview of how web-based interfaces work on native apps like this, without using something like electron? Is there a full js interpreter, dom, css parser, etc in something like Foliate?