G'Day all,
I have successfully compiled my first application for a device running Qt/Extended 4.4.3. I created an ipkg file and it installs and appears in the menu. My problem is when I launch the application the "clock face" busy cursor never goes away, until I exit my application. When I run the application from the terminal everything works fine. Its only a problem when launched from the menu.
My "testprg.desktop" file is here...
Qt Code:
  1. [Desktop Entry]
  2. Comment=Test Program
  3. Exec=testprg
  4. Icon=testprg
  5. Type=Application
  6. Role=Application
  7. Name[]=Test Program
To copy to clipboard, switch view to plain text mode 
Any suggestions or advise would be greatly appreciated.

Thank you, B1.