View Single Post
Old 02-02-2014, 04:09 PM   #302
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by Darth_Bane View Post
I tried launching cr3 with the recipe above and it doesn't seem to work on my Touch. I tried both
Code:
#!/bin/sh
echo "exit" > $VLASOVSOFT_FIFO
cr3/cr3 -stylesheet $STYLESHEET
and
Code:
#!/bin/sh
echo "exit" > $VLASOVSOFT_FIFO
exec cr3/cr3 -stylesheet $STYLESHEET
in cr3.sh and Coolreader never launches; after clicking the launcher icon, it just goes back to the Kobo home screen. Am I missing something? Thanks in advance.
try this:

#!/bin/sh
cr3/cr3 -stylesheet $STYLESHEET
echo "exit" > $VLASOVSOFT_FIFO

cr needs launcher. launcher chould exit at cr finish.
sergeyvl12 is offline   Reply With Quote