View Single Post
Old 02-19-2016, 11:43 AM   #5
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 snk4ever View Post
Great, and thank you !

I managed to have exactly the behavior I wanted:
- defaults.lua: KOBO_SCREEN_SAVER_LAST_BOOK = "false"
- in /frontend/ui/screensaver.lua, comment line 130 -- UIManager:show(self.suspend_msg)

All my books have no screensaver at all, not sure if the commenting is usefull or if just the option in defaults.lua is enough and doesn't launch any screensaver code.
As I understand it, e-Ink screens don't need saving, nothing would get "burned in" like on a CRT. We do want to suspend/sleep the device, to save power when we are not using the device.

You probably need both, to get what you want. The first to not use the book cover, then the second to not "show" the message box with Suspended.

The logic for the function is that with it set to use the book cover, it well unless it can't find one for that book, then it will show the default image file the user provides, if there isn't one, then it will show the message box with "Suspended".

Luck;
Ken

Last edited by Ken Maltby; 02-19-2016 at 11:49 AM.
Ken Maltby is offline   Reply With Quote