I'm puzzled, my app doesn't show up on the device menu. I've made own uri scheme handler, and by using that does open my app.
This is myapp_harmattan.desktop file placed in /usr/share/applications:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=myApp
Exec=/usr/bin/invoker --single-instance --type=d -s /opt/myapp/bin/myapp
Icon=/usr/share/icons/hicolor/80x80/apps/myapp80.png
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
MimeType=x-maemo-urischeme/myapp
What gives?![]()

Reply With Quote

