View Single Post
Old 01-14-2024, 08:52 AM   #6
jospalau
Addict
jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.jospalau ought to be getting tired of karma fortunes by now.
 
Posts: 211
Karma: 1074916
Join Date: Jan 2021
Device: Likebook Ares
Just in case someone is interested. Configure KOReader to save cover in:
/mnt/ext1/system/resources/Line/taskmgr_lock_background.bmp

And make a little modification in KOReader code to kill the process taskmgr.app in the init method in readerview.lua:
Quote:
if Device:isPocketBook() then
os.execute("sudo killall taskmgr.app")
end
You need /bin/killall to be in the suoders file
jospalau is offline   Reply With Quote