According to http://www.gnome.org/~fpeters/299.html libnotify (0.0.5) uses a deprecated Glib+ symbol in libnotify/notification.c: g_strcasecmp This is still valid in master. $:andre\> grep -r g_strcasecmp . ./agent/interfaces.c: if (g_strcasecmp (interface_name, tmp_str) == 0) { See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib and http://library.gnome.org/devel/glib/stable/glib-String-Utility-Functions.html#g-strcasecmp
Remove the "in libnotify/notification.c:". Bad copy and paste. Sorry.
Youness, can you take a look at this, please?
Thanks, I've now fixed that in the git repo. The next version will include the fix. p.s.: That code was only called on Windows ...
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.