Quote:
Originally Posted by knc1
run 'top' (or 'htop' or your favorite process list utility) to see if any combination is leaving behind zombies.
(A zombie is a task that has lost its parent and is called a: 'zombie'.)
|
'top' command showed zero zombies..
I tried
ps -ef|grep <application_name> and found that the non-resuming applications were indeed running.. did a 'killall <application_name>' to remove..
Removing
"exitmenu": false from .json file of Kindle Explorer also made it resumable after screensaver..
leafpad doesn't seem to be affected, though.. still resumes ok even with exitmenu in .json..