View Single Post
Old 02-02-2014, 01:06 AM   #301
Darth_Bane
Dark Lord of the Sith
Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.Darth_Bane knows how to set a laser printer to stun.
 
Darth_Bane's Avatar
 
Posts: 60
Karma: 95334
Join Date: Jul 2010
Location: A Galaxy Far Far Away
Device: Sony PRS-505 and PRS-300, Kobo Wifi, Touch and Mini, Kindle 4NT
Quote:
Originally Posted by sergeyvl12 View Post
Now you can launch any app and exit from the launcher.

script example:
Code:
#!/bin/sh

echo "exit" > $VLASOVSOFT_FIFO # exit from launcher

# launch your app here

....
Quote:
Originally Posted by michald View Post
It is working well for me, nice!
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.
Darth_Bane is offline   Reply With Quote