Thread: Kobo Start Menu
View Single Post
Old 04-03-2014, 07:36 PM   #128
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by gong View Post
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

Last edited by Ken Maltby; 04-03-2014 at 08:01 PM.
Ken Maltby is offline   Reply With Quote