I have a dummy pyGTK application and I trying to get it to show up in the applications menu of the latest developer SDK. I have done the following:<br><br>1. the application resides in /home/indio/smsit/ and its executable is the file "smsit" without any .py extention. This file has exec perms.
<br><br>2. in /usr/share/applications/hildon the file "smsit.desktop"<br><br>[desktop Entry]<br>Version=1.0.0<br>Encoding=UTF-8<br>Name=SMS it!<br>Exec=/home/indio/smsit/smsit<br>Icon=qgn_list_gene_default_app<br>
Type=Application<br>X-Osso-Service=smsit<br>X-Osso-Type=application/x-executable<br> <br><br>3. in /usr/share/dbus-1/services the file "com.nokia.smsit.service" containing:<br><br>[D-BUS Service]<br>Name=com.nokia.smsit
<br>Exec=/home/indio/smsit/smsit<br><br><br>What am I doing wrong? Nothing appears on the menu with the above in place. BTW the application makes no use of libOSSO.<br>