Comment 11 for bug 328606

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :

Hi folks,

My current patch has the downside that, if there's no notification daemon available, notify_get_server_caps() will spit a warning that it couldn't connect to DBus:

"libnotify-Message: GetCapabilities call failed: The name org.freedesktop.Notifications was not provided by any .service files"

The message comes from libnotify itself:
g_message("GetCapabilities call failed: %s", error->message);

Is there something I can do to avoid that? Or should libnotify not log those messages at all?