I have an QT / QML app for my Nokia N9 Harmattan (PR1.3) that I need some advice on how to troubleshoot.
The app:
Starts on the N9 from QT Creator in SDK Mode —> OK
Can be launched from the N9 Terminal —> OK
Does not start from the Icon on the N9 “desktop”. —> NOT OK
I suspect strongly that this is due to aegis security credential problems – starting from Creator or Terminal is presumably as user “Developer”, while from the Icon is as normal “user”.
The app makes use of the GStreamer api, so I have added a request for GRP::video to the aegis.manifest file.
The syslog file only has this:
Jan 25 11:14:46 (2013) applauncherd15025: Booster: Loading invoked application failed: ‘/opt/gstreamertest8/bin/gstreamertest8: cannot dynamically load executable’
The question is: How can I prove / disprove this? Are there any other logs or tools that will give me more information?
Chris
↧