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 &quot;ps&quot;.<br>
<br>If I run my app using the terminal by using the command &quot;/usr/bin/myapp&quot;, it works fine. The app launches without a problem.<br><br>I wrote a file log at the very first line of my &quot;main&quot;, and I can&#39;t find it when I run using the icon, but is visible if I launch through command line. But &quot;ps&quot; 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>