Another bugfix release of Rhythmbox Applet is out. Changes include:
any idea why I get this build error on fc4?
In file included from /usr/include/panel-2.0/panel-applet.h:37, from rb-applet.c:30: /usr/include/panel-2.0/GNOME_Panel.h:40: error: syntax error before ‘struct’ /usr/include/panel-2.0/GNOME_Panel.h:84: error: syntax error before ‘struct’ /usr/include/panel-2.0/GNOME_Panel.h:182: error: syntax error before ‘struct’ /usr/include/panel-2.0/GNOME_Panel.h:211: error: syntax error before ‘struct’ /usr/include/panel-2.0/GNOME_Panel.h:240: error: syntax error before ‘struct’ /usr/include/panel-2.0/GNOME_Panel.h:267: error: syntax error before ‘struct’ make[3]: *** [rb-applet.o] Error 1 make[3]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11/src’ make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11/src’ make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11′ make: *** [all] Error 2
What version of GNOME and GTK are you using?
In particular, what do you see when you run this (all on one line):
pkg-config --modversion libpanelapplet-2.0 libbonobo-2.0 libglade-2.0 gtk+-2.0 eel-2.0
Here’s what I get:
2.12.2 2.10.1 2.5.1 2.8.12 2.12.2
Hi! First of all thanks for this good piece of code: I’ve never had problem with this applet!
I have a question for you: how can I customize the icons in the applet?
Byez!
The applet uses stock icons for its display. In particular, it uses GTK_STOCK_MEDIA_PLAY, GTK_STOCK_MEDIA_PAUSE, GTK_STOCK_MEDIA_STOP, GTK_STOCK_MEDIA_PREVIOUS, and GTK_STOCK_MEDIA_NEXT. Your current theme decides what the icons look like.
Thanks man!
5 Responses
any idea why I get this build error on fc4?
In file included from /usr/include/panel-2.0/panel-applet.h:37,
from rb-applet.c:30:
/usr/include/panel-2.0/GNOME_Panel.h:40: error: syntax error before ‘struct’
/usr/include/panel-2.0/GNOME_Panel.h:84: error: syntax error before ‘struct’
/usr/include/panel-2.0/GNOME_Panel.h:182: error: syntax error before ‘struct’
/usr/include/panel-2.0/GNOME_Panel.h:211: error: syntax error before ‘struct’
/usr/include/panel-2.0/GNOME_Panel.h:240: error: syntax error before ‘struct’
/usr/include/panel-2.0/GNOME_Panel.h:267: error: syntax error before ‘struct’
make[3]: *** [rb-applet.o] Error 1
make[3]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11/src’
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jpowell/dls/rhythmbox-applet-0.1.11′
make: *** [all] Error 2
What version of GNOME and GTK are you using?
In particular, what do you see when you run this (all on one line):
Here’s what I get:
Hi! First of all thanks for this good piece of code: I’ve never had problem with this applet!
I have a question for you: how can I customize the icons in the applet?
Byez!
The applet uses stock icons for its display. In particular, it uses GTK_STOCK_MEDIA_PLAY, GTK_STOCK_MEDIA_PAUSE, GTK_STOCK_MEDIA_STOP, GTK_STOCK_MEDIA_PREVIOUS, and GTK_STOCK_MEDIA_NEXT. Your current theme decides what the icons look like.
Thanks man!