GNOME Bugzilla – Bug 584378
0.12.2 undefined symbol in status-icon plugin
Last modified: 2009-06-01 00:23:02 UTC
0.12.2 introduces some missing linking: (rhythmbox:22148): Rhythmbox-WARNING **: /usr/lib/rhythmbox/plugins/status-icon/libstatus-icon.so: undefined symbol: notify_notification_attach_to_status_icon (rhythmbox:22148): Rhythmbox-WARNING **: Could not load plugin status-icon (rhythmbox:22148): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Status Icon' Attached patch fixes the problem.
Created attachment 135676 [details] [review] link against libnotify
I fixed this along with a number of other plugin linking problems. Thanks for reporting this.