IT

Results 58 comments of IT

If it's true, then if you delete the encryption.xml file, delete the font files, zip the extracted files into a new zip with the same structure, and rename to file.epub,...

@johnfactotum You're probably right. No harm in trying, maybe we learn something for debug :)

@johnfactotum Since this thread is under "help wanted", the following bash script has been made. It produces binary .deb files which have been tested and work. Minimal effort required! [package.deb.sh.txt](https://github.com/johnfactotum/foliate/files/3343446/package.deb.sh.txt)

@probonopd Can you make a Debian/Ubuntu PPA with the script in the comment above?

> -- whatever tool you'd use to make debs -- Do you mean the package.deb.sh? It has a (file)name, you know... If the meson can produce the folder (and it...

Those ones we might not need. Meson should be able to handle it entirely.

Can you add the following Debian/Ubuntu instructions: Prepare the environment: `sudo apt-get install meson gettext build-essential devscripts libglib2.0-dev debhelper` Download foliate form github Unarchive foliate-master.zip `cd foliate-master` `dpkg-buildpackage -us -uc...

Attempted to test on Ubuntu 16.04. Failed. 16.04 has: meson version = 0.29.0 (Required meson_version: '>= 0.40.0') gjs = 1.44.0 (bigger problem!)

Attempted to test on Ubuntu 18.04 (Bionic). Success.