View Single Post
Posts: 10 | Thanked: 0 times | Joined on Feb 2010
#14
i actually did a search for the error message and cae across this

http://talk.maemo.org/showthread.php?t=37423

where they suggested putting run-standalone.sh before the the program call as below

cd /home/user

>/home/user/mauku.log
/usr/bin/run-standalone.sh /usr/bin/mauku >/home/user/mauku.log 2>&1 &

>/home/user/gpodder.log
/usr/bin/run-standalone.sh /usr/bin/python2.5 /usr/bin/gpodder --fremantle >/ho

date > /home/user/q.txt
anyway this has worked. just had to remember to background the script wirh & otherwise both will not run till the other ends.

i don't know what the script does but but am assuming the script sets up its own memory area or something.

i will do some more searches on it so i understand.

thanks for the help.