kcc
kcc copied to clipboard
KindleGen detection on linux
https://github.com/ciromattia/kcc/blob/515b83637fd0e531b1b21cac39a7fa42ed0a3f27/kindlecomicconverter/KCC_gui.py#L839
KindleGen is not detected correctly on linux (Manjaro) with kindlegen in KCC root folder.
Changing this line to
kindleGenExitCode = Popen('./kindlegen -locale en', stdout=PIPE, stderr=STDOUT, stdin=PIPE, shell=True)
fixes the issue.
same issue on archlinx when using flatpak package. open a pull request?
Could #402 be related to this?
I don't even know if I have the right file for KindleGen, nor if it is in the right place. I'm still a noob, anyone able to help?
I don't even know if I have the right file for KindleGen, nor if it is in the right place. I'm still a noob, anyone able to help?
same here, could someone help us ?
same problem even if kindlegen is in your path?
adding to your path should fix it. reopen if needed