Bug #4
cover images are not displayed anymore
0%
Description
This is on Mandriva 2011 x86_64 with audacious 3.1.1 and audacious-plugins 3.1.1. Previous versions of audacious did display the cover images, now the albumart plugin only opens an empty window. But the cover image is displayed in the notification.
The only message on start of audacious is this:
(audacious:31835): GLib-GObject-WARNING **: gsignal.c:2275: signal `draw' is invalid for instance `0x16ef410'
(audacious:31835): GLib-GObject-WARNING **: gsignal.c:2275: signal `draw' is invalid for instance `0x16ef9e0'
History
#1 Updated by Götz Waschk almost 13 years ago
I forgot to mention that I'm using gtk+ 2.24.5 and glib 2.28.8.
#2 Updated by John Lindgren almost 13 years ago
This looks like you built Audacious core against GTK 2.x but built the plugins against GTK 3.x. Did you forget to use "--disable-gtk3" when you ran ./configure?
#3 Updated by Götz Waschk almost 13 years ago
You are right, the plugins link to gtk 3.x and the main program to gtk 2.x. It would be nice if configure could prevent this.
#4 Updated by John Lindgren almost 13 years ago
- Status changed from New to Rejected
We need to provide better instructions for building Audacious to prevent mistakes like this. When I have the time I will write some.