вроде разобрался, апплеты для более поздних версий AWN были. след. вопрос:
устанавливаю awn-extras из исходников. при configure требовал кучу библиотек, установил. configure прошел успешно, делаю make, выдает вот что:
covax@work:~/Themes/AWN/awn-extras-applets-0.2.6$ sudo make
make all-recursive
make[1]: Entering directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6'
Making all in src
make[2]: Entering directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src'
Making all in libawn-extras
make[3]: Entering directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src/libawn-extras'
Making all in .
make[4]: Entering directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src/libawn-extras'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. /usr/lib/pkgconfig/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT colour.lo -MD -MP -MF .deps/colour.Tpo -c -o colour.lo colour.c
gcc -DHAVE_CONFIG_H -I. -I../.. /usr/lib/pkgconfig/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I../.. -g -O2 -MT colour.lo -MD -MP -MF .deps/colour.Tpo -c colour.c -fPIC -DPIC -o .libs/colour.o
In file included from colour.c:23:
awn-extras.h:26:36: error: libawn/awn-cairo-utils.h: No such file or directory
awn-extras.h:27:31: error: libawn/awn-applet.h: No such file or directory
awn-extras.h:28:38: error: libawn/awn-applet-simple.h: No such file or directory
In file included from colour.c:23:
awn-extras.h:50: error: expected ')' before '*' token
awn-extras.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gdkcolor_to_awncolor_with_alpha'
awn-extras.h:52: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gdkcolor_to_awncolor'
colour.c:25: error: expected ')' before '*' token
colour.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gdkcolor_to_awncolor_with_alpha'
colour.c:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gdkcolor_to_awncolor'
make[4]: *** [colour.lo] Ошибка 1
make[4]: Leaving directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src/libawn-extras'
make[3]: *** [all-recursive] Ошибка 1
make[3]: Leaving directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src/libawn-extras'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/covax/Themes/AWN/awn-extras-applets-0.2.6'
make: *** [all] Ошибка 2
covax@work:~/Themes/AWN/awn-extras-applets-0.2.6$
где проблема кроется?