On Thu, Jun 23, 2011 at 03:55:00PM +0800, Liu, Wei Zhi wrote:
> Hi,
> I am trying to show some warning info via sending dbus message to
> MNotificationManager, but I can't find the popup notification.
> 
> Who can give me some hints?
> 
> The Meego image I installed: MeeGo tablet 1.2
> Dbus command I used:
>                 $dbus-send -print-reply 
> -dest=com.meego.core.MNotificationManager /notificationmanager 
> com.meego.core.MNotificationManager.addNotification uint32:0 uint32:0 
> string:'test'

IIRC, --type option of dbus-send defaults to "signal" when what you
want is it to be "method_call".  Try adding --type=method_call to
the command and see if that helps

Also try running dbus-monitor in another terminal and set it up to
watch for all traffic to/from the MNotificationManager.

-- 
Shane...
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to