View Single Post
Old 02-05-2015, 06:02 AM   #35
bambuko
Connoisseur
bambuko began at the beginning.
 
Posts: 62
Karma: 10
Join Date: Feb 2014
Device: Kobo mini, Kobo Clara HD
Quote:
Originally Posted by eschwartz View Post
Did you make the .desktop executable?
don't forget you are talking to an ignorant and you need to use words of one syllable
so (however embarrasing) - what is .desktop and where do I find it?
I have made calibre-portable.sh executable, but I am not sure I follow you question?

Quote:
Originally Posted by eschwartz View Post
Also, see the latest version. You can simply blank the BIN_DIR to tell it that you want to rely on the system path.
Yes, using the latest version OK.
When you tell me I can blamk BIN_DIR do you mean:

Code:
BIN_DIR=  
if [[ -d "${BIN_DIR}" ]]; then
CALIBRE="${BIN_DIR}/calibre"
echo "PROGRAM FILES: ${BIN_DIR}"
elif [[ -z "${BIN_DIR}" ]]; then
CALIBRE="calibre"
echo "PROGRAM FILES: Using System search path"
else
CALIBRE="calibre"
bambuko is offline   Reply With Quote