audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
872 stars 116 forks source link

cover images are not displayed anymore #138

Closed Audacious-Bot closed 6 months ago

Audacious-Bot commented 6 months ago

Author Name: Götz Waschk Original Redmine Issue: https://redmine.audacious-media-player.org/issues/4 Original Date: 2011-12-20


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 instance0x16ef410'

(audacious:31835): GLib-GObject-WARNING **: gsignal.c:2275: signal draw' is invalid for instance0x16ef9e0'

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Götz Waschk Original Date: 2011-12-20T14:59:32Z


I forgot to mention that I'm using gtk+ 2.24.5 and glib 2.28.8.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2011-12-20T17:20:38Z


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?

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Götz Waschk Original Date: 2011-12-20T18:02:48Z


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.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2011-12-20T20:42:56Z


We need to provide better instructions for building Audacious to prevent mistakes like this. When I have the time I will write some.