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:

1. the application resides in  /home/indio/smsit/ and its executable is the file "smsit" without any .py extention. This file has exec perms.

2. in /usr/share/applications/hildon the file "smsit.desktop"

[desktop Entry]
Version=1.0.0
Encoding=UTF-8
Name=SMS it!
Exec=/home/indio/smsit/smsit
Icon=qgn_list_gene_default_app
Type=Application
X-Osso-Service=smsit
X-Osso-Type=application/x-executable


3. in /usr/share/dbus-1/services the file "com.nokia.smsit.service" containing:

[D-BUS Service]
Name=com.nokia.smsit
Exec=/home/indio/smsit/smsit


What am I doing wrong? Nothing appears on the menu with the above in place. BTW the application makes no use of libOSSO.
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to