Le 10/26/2011 01:59 AM, gregor herrmann a écrit : > This looks like > https://bugs.launchpad.net/ubuntu/+source/gnome-alsamixer/+bug/849415 > (and the tons of duplicates there; nothing helpful AFAICS.) > > Nothing on https://bugzilla.gnome.org/ after a quick search. > > > Sorry I can't help more at the moment ... > > > Cheers, > gregor, CC'ing Julien, who uploded the patch to Ubuntu Hum, please find attached a new 06-use-libgnome-headers.patch, to replace the original one, and which should fix this problem. Let me know if it's working, I can prepare a proper NMU tomorrow for this.
Regards, Julien Lavergne
Index: gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/gam-main.c =================================================================== --- gnome-alsamixer-0.9.7~cvs.20060916.ds.1.orig/src/gam-main.c 2005-07-06 17:14:57.000000000 +0200 +++ gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/gam-main.c 2011-10-26 02:47:47.000000000 +0200 @@ -22,7 +22,7 @@ #include <config.h> #endif -#include <gnome.h> +#include <libgnomeui/gnome-ui-init.h> #include <glib/gi18n.h> #include "gam-app.h" Index: gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/gam-app.c =================================================================== --- gnome-alsamixer-0.9.7~cvs.20060916.ds.1.orig/src/gam-app.c 2011-10-26 02:47:21.000000000 +0200 +++ gnome-alsamixer-0.9.7~cvs.20060916.ds.1/src/gam-app.c 2011-10-26 02:47:21.000000000 +0200 @@ -27,7 +27,7 @@ #include <gtk/gtkmenuitem.h> #include <glib/gi18n.h> #include <libgnomeui/gnome-about.h> -#include <libgnomeui/gnome-app-helper.h> +/*#include <libgnomeui/gnome-app-helper.h>*/ #include <libgnomeui/gnome-stock-icons.h> #include "gam-app.h"