Quote:
Originally Posted by gong
Hello, thanks for Start Menu, it's working fine so far on mini f/w 2.6.2.
Also, I think I found a typo in the help file for script section, backup is spelled packup (?).
And I have a question: I would like to be able to launch koreader with 2 different readerpaging.lua (I need 2 different values for page overlap). I suppose it should be possible creating a script for this purpose, is that right?
Thanks again,
Gong
|
You could make two versions of the readerpaging.lua script with a name that tells you that is a version that has a set of the values you want, any name will do. Then you would make a script to set those values by renaming the file you made that has the values you want into readerpaging.lua.
http://www.cyberciti.biz/faq/linux-rename-file/
You would make two Start Menu scripts that do that the two ways you want it, and run the script before you run KOreader from the Start Menu.
mv -f /the path/ mysettings1.lua readerpaging.lua
for one of them and:
mv -f /the path/ mysettings2.lua readerpaging.lua
for the other one.
Luck;
Ken