Comment 9 for bug 2056481

Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

Hi Sebastien,

$ gdbus call --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications --method org.freedesktop.Notifications.GetCapabilities

(['body', 'body-hyperlinks', 'body-markup', 'body-images', 'icon-static', 'actions', 'persistence',
'inline-reply', 'x-kde-urls', 'x-kde-origin-name', 'x-kde-display-appname', 'inhibitions'],)

And there was definitely something interesting in the debugger console:

mail.notification: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIAlertsService.showAlert]
    _showAlert resource:///modules/MailNotificationManager.jsm:359
    _fillAlertInfo resource:///modules/MailNotificationManager.jsm:219
MailNotificationManager.jsm:362:22
    _showAlert resource:///modules/MailNotificationManager.jsm:362
    _fillAlertInfo resource:///modules/MailNotificationManager.jsm:219

I hope that helps.