kcc icon indicating copy to clipboard operation
kcc copied to clipboard

KindleGen detection on linux

Open JHerseth opened this issue 4 years ago • 4 comments

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.

JHerseth avatar Aug 15 '20 06:08 JHerseth

same issue on archlinx when using flatpak package. open a pull request?

aspieln3r avatar Feb 27 '21 06:02 aspieln3r

Could #402 be related to this?

papb avatar Oct 22 '21 23:10 papb

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?

Y0seph avatar May 16 '22 19:05 Y0seph

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 ?

ReViDiSwO avatar Aug 16 '22 18:08 ReViDiSwO

same problem even if kindlegen is in your path?

darodi avatar Jan 22 '23 11:01 darodi

adding to your path should fix it. reopen if needed

darodi avatar May 13 '23 13:05 darodi