In my case, i am registering a method in dbus "refresh()". In this method i am using MEventFeed::instance()->addItem(). Buteo Syncfw plugin will call this dbus method at regular intervals to generate feeds. I have one more dbus method "showContent(Constant QString &uri)". My desktop file looks like this [Desktop Entry] Type=Application Name=My Application MimeType=x-maemo-urischeme/foo X-Maemo-Service=com.mycompany.service X-Maemo-Method=com.mycompany.service.showContent NotShowIn=X-MeeGo; when i am clicking the feed item, it is not working i.e showContent is not called. Are these configuration correct? If no please guide me further
MimeType=x-maemo-urischeme/foo;