#914890 xfce4-notifyd logging

Package:
xfce4-notifyd
Source:
xfce4-notifyd
Description:
simple, visually-appealing notification daemon for Xfce
Submitter:
Walter Valenti
Date:
2018-11-28 15:15:08 UTC
Severity:
normal
#914890#5
Date:
2018-11-28 10:58:51 UTC
From:
To:
Architecture: amd64

Hi,
i found a bug in the logging of xfce4-notifyd:
I've got:
Log notifications -> Always
Log application -> All
but the notifications of application like nm-applet (NetworkManager gtk applet)
and xfce4-power-manager are not logged.

Note that  with notify-send the notifications are every logged.

Thanks

#914890#10
Date:
2018-11-28 15:12:50 UTC
From:
To:
I've done some test and the problem seems be the standard hint "transient" 

Example:
notify-send -h int:transient:1 "test" "prova"
the log is not updated.

I've verificated that nm-applet use the "transient" hint:
#if HAVE_LIBNOTIFY_07
    notify_notification_set_hint (notify, "transient", g_variant_new_boolean (TRUE));

Walter