Quote:
Originally Posted by snk4ever
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