GNOME Bugzilla – Bug 356431
using gtkstatusicon the libnotify dialogue does not point to the icon
Last modified: 2006-10-10 19:56:27 UTC
Known bug. We need to use notify_notification_new_with_status_icon which is broken in libnotify-0.4.2. We need to depend on libnotify-0.4.3 to get the bugfix [1]. [1] http://lists.freedesktop.org/archives/galago-commits/2006-September/000598.html
2006-10-10 Richard Hughes <richard@hughsie.com> * configure.in: * src/gpm-tray-icon.c: (libnotify_event): Detect a new enough libnotify and enable the pointing code if new enough. This fixes #356431 Distros should comment this check out if libnotify 0.4.2 has been patched from CVS.