-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files have a weird filename after convertion #438
Comments
I wrote step-by-step instructions to install the lastest beta KCC-5.5.3-beta-darodi.6 based on @hiagpofranco idea
If you would like to install the official KCC 5.5.2. @@@ If you would to try KCC v5.5.3-beta-darodi.6 for more device profiles and mozJPEG compression feature to reduce output size, source code is needed to download.
Rename folder 'kcc-5.5.3-beta-darodi.6' into 'kcc' for convenience. Then I installed the necessary packages. You can do it by running the following command. The requirements.txt file is inside this repository, you will see it when you clone the repo.
This should install the required packages. You can check the version by running
If the packages are in the wrong version, you can try to upgrade them by running
@@@ In case of official or beta update release, you just clone repo or wget with new beta link and install & check requirequirements as above.
Download and copy kindlegen into '/usr/local/bin' and grant execute permissions for MOBI conversion. Now, it should be all done. You can go to the folder of this repo and run python file for KCC GUI
If everything goes well, you now should be able to use it. However, if you are still seeing the same error, you can try to change the code mentioned in #406. Go to line 258 of kcc/kindlecomicconverter/image.py file and change it with the following line:
Create destop file in '/home/h2t/.local/share/applications' with codes:
Copy icon file into '/home/h2t/.local/share/icons'
Noted that change 'h2t' for your user name. It worked flawlessly with KEPUB conversion for my Kobo Aura One and MOBI for KPW3 from CBZ (output with full metadata and TOC). Hope it could help you! Tested on Linux Mint 20.3 |
Thanks for this. |
Yeah. Hope it could help other Linux users while KCC Flathub is impossible to use (except metadata editor lol). |
Using Pop_OS on the latest version 22.04.
My current KCC settings: https://i.imgur.com/ssxQJn6.png
What the output files look like: https://i.imgur.com/DQnHXAt.png
The files itself work when I change the name and remove the ".xdp" in the beginning, and remove the characters after "epub". However is this normal behaviour on linux? Is there anyway to change it?
On the other hand, is it possible to install the beta version on linux? Tried checking the assets but none of them work on linux. Converting to kepub would be a blessing.
Thanks in advance.
The text was updated successfully, but these errors were encountered: