Surya, try this code under Terminal.app:
Code: Select all
cd /Users/YOURUSERNAME | find * -name ".Keka-*"
If there's any temporal data created by Keka, will be listed there. You can then delete it with:
Code: Select all
rm -R /Users/YOURUSERNAME/TEMPDATAPATH
Let me know if this did the trick. Keka version 1.1.0 (currently under beta progress) has a fix for this issue.