Quote:
Originally Posted by awsomichele
To Ken,
exiting cr3 (or whatever the auto-started app is) brings me to the launcher menu; I guess playing with the .sh files you might be able to set it so it returns to Nickel - but I'll leave this to more capable hands to try..
Cheers
|
I can suggest you to change cr3.sh:
change:
Code:
exec cr3/cr3 -stylesheet $STYLESHEET
to
Code:
cr3/cr3 -stylesheet $STYLESHEET
echo "exit" > $VLASOVSOFT_FIFO
it should work, but I didn't test it.