I&#39;m trying to follow the instructions at<br><a href="http://maemo.org/development/documentation/how-tos/3-x/python_maemo_3.x_howto.html">http://maemo.org/development/documentation/how-tos/3-x/python_maemo_3.x_howto.html
</a><br><br>I have the icon launching my app just fine, but when I use the &quot;X-Osso-Service&quot; and a .service dbus file, I get something odd.<br><br>It tells me &quot;Starting app&quot; in the top right, and the application starts just fine.
<br><br>Then, after about 20 seconds, the app closes.&nbsp; If I launch it without using X-Osso-service, it of course gives no notification that the app is opening, but it opens and stays open.<br><br><br>Here&#39;s my thummim.desktop
 file:<br><br>[Desktop Entry]<br>Encoding=UTF-8<br>Name=Thummim Reader<br>Comment=Thummim Scripture Reader<br>Exec=/home/user/Thummim/Thummim<br>Type=Application<br>Icon=gpe-todo<br>X-Osso-Service=thummim<br>X-Osso-Type=application/x-executable
<br><br>Here&#39;s my thummim.service file:<br><br>[D-BUS Service]<br>Name=com.nokia.thummim<br>Exec=/home/user/Thummim/Thummim<br><br>