On Wed, 2013-12-18 at 21:26 +0600, Andrey Kozhevnikov wrote: > There is mlite5 library providing MNotification compability for > lipstick, it have all features MeeGo have.
>From looking at the mlite5 source it'd appear this only implements MNotification compatibility, not MNotificationManager compatibility. the MNotificationManagerProxy it creates is just an implementation of org.freedesktop.Notifications, so doesn't support custom sinks. (I'm not interested in sending notifications, I'm interested in receiving them from other applications). I noticed that it does have a slight extension to the org.freedesktop.Notifications spec, in that it also adds a GetNotifications method. So in a worst case scenario I could poll that, however that requires you to know the name of all apps sending notifications in advance, which would be rather limiting. So I guess the question still stands, is there any current or planned mechanism for handling this in a more general way? Thanks, Mike. > > On 18.12.2013 21:24, Mike Sheldon wrote: > > Hi, > > > > I'm currently in the process of porting Rockwatch, my Pebble smart > > watch application, from MeeGo to Sailfish. I've got the basics working > > with it communicating correctly with the watch over bluetooth, however > > I'm running into a bit of a problem with notifications. > > > > From what I can tell from a bit of poking around, Sailfish's > > notification system is based around the org.freedesktop.Notifications > > standard. However from what I can see looking at the documentation for > > this it doesn't really make any provision for multiple notification > > sinks/servers like MeeGo's MNotificationManager did. Is there something > > I'm overlooking? Or is there some other mechanism by which an > > application can register an interest in receiving notifications? > > > > Thanks, > > Mike. > > > > _______________________________________________ > > SailfishOS.org Devel mailing list > > _______________________________________________ > SailfishOS.org Devel mailing list _______________________________________________ SailfishOS.org Devel mailing list