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 584378 - 0.12.2 undefined symbol in status-icon plugin
0.12.2 undefined symbol in status-icon plugin
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-31 16:54 UTC by Fryderyk Dziarmagowski
Modified: 2009-06-01 00:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
link against libnotify (624 bytes, patch)
2009-05-31 16:55 UTC, Fryderyk Dziarmagowski
none Details | Review

Description Fryderyk Dziarmagowski 2009-05-31 16:54:19 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.
Comment 1 Fryderyk Dziarmagowski 2009-05-31 16:55:13 UTC
Created attachment 135676 [details] [review]
link against libnotify
Comment 2 Jonathan Matthew 2009-06-01 00:23:02 UTC
I fixed this along with a number of other plugin linking problems.  Thanks for reporting this.