After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 356431 - using gtkstatusicon the libnotify dialogue does not point to the icon
using gtkstatusicon the libnotify dialogue does not point to the icon
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: gnome-power-manager
SVN TRUNK
Other Linux
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-17 18:55 UTC by Richard Hughes
Modified: 2006-10-10 19:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Richard Hughes 2006-09-17 18:55:53 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
Comment 1 Richard Hughes 2006-10-10 19:56:27 UTC
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.