View Single Post
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#3
No d-bus guru's here?...

I'll try to be more verbal, maybe that will get some responses...

I'm trying to catch the moment where the user is viewing a missed call.
I used dbus-monitor to listen to session d-bus notifications.
Then I called myself, and viewed the missed call yellow window.

The response I got from the dbus-monitor was:

Code:
method call sender=:1.675 -> dest=org.freedesktop.Telepathy.Client.NotificationUI serial=374 path=/org/freedesktop/Telepathy/Client/NotificationUI; interface=com.nokia.RtcomNotificationUi; member=ClearCallNotification

This is what led me to the code above (in the first post) but it seems not to listen to that event.

Anything I'm doing wrong?...

Last edited by omeriko9; 2010-03-22 at 14:41.