GNOME Bugzilla – Bug 746975
Rhythmbox plugins fail to connect to signal handlers with libpeas 1.14.0
Last modified: 2015-03-29 22:14:54 UTC
I am getting a number of GtkBuilder warnings when starting Rhythmbox: Gtk-WARNING **: Could not find signal handler 'station_creator_button_clicked_cb'. Did you compile with -rdynamic? Gtk-WARNING **: Could not find signal handler 'scrobbling_enabled_check_toggled_cb'. Did you compile with -rdynamic? Gtk-WARNING **: Could not find signal handler 'logout_button_clicked_cb'. Did you compile with -rdynamic? Gtk-WARNING **: Could not find signal handler 'station_creator_button_clicked_cb'. Did you compile with -rdynamic? Gtk-WARNING **: Could not find signal handler 'scrobbling_enabled_check_toggled_cb'. Did you compile with -rdynamic? Gtk-WARNING **: Could not find signal handler 'logout_button_clicked_cb'. Did you compile with -rdynamic? These are all symbols from plugins. I would assume it's caused by plugin symbol visibility changes in libpeas 1.14. rhythmbox-3.2-1.fc22.x86_64 libpeas-1.14.0-1.fc22.x86_64
yeah, seems to be the libpeas changes that broke it. fixed in commit 896db56.
Thanks for the quick fix!