GNOME Bugzilla – Bug 645688
krb5-auth-dialog 0.17 does not compile with libnotify 0.7
Last modified: 2011-03-26 06:35:08 UTC
Created attachment 184246 [details] Patch which allows to use libnotify 0.7 krb5-auth-dialog 0.17 cannot be compiled when using libnotify 0.7. They removed the method notify_notification_new_with_status_icon() and you now have to use notify_notification_new() instead. I attached a small patch which solved this problem for me.
The issue has been fixed in 2.91.91. Thanks for your repot.