I have created a deb package of my application, and installed it on the device using dpkg. I can see the icon, and I can see that the binary has been copied to /usr/bin.<br><br>But, when I try to run the app using the icon, it tries to launch, but then exits. I can see my process for a few seconds using "ps".<br>
<br>If I run my app using the terminal by using the command "/usr/bin/myapp", it works fine. The app launches without a problem.<br><br>I wrote a file log at the very first line of my "main", and I can't find it when I run using the icon, but is visible if I launch through command line. But "ps" does show my process for a few seconds when launched through icon.<br>
<br>Any ideas on how to debug.<br><br>Regards,<br>-Saurabh<br>