(2) Copy the compiled gnome-hdaps-applet file to “/usr/bin/”
(3) Copy the .png files to a new directory “/usr/share/pixmaps/gnome-hdaps-applet/”
(4) Copy the GNOME_HDAPS_StatusApplet.server file to “/usr/lib/bonobo/servers/”
(5) Restart GNOME and you should find the “HDAPS Status” applet in the “Add to Panel” dialog
When I run the compile command I ge tthe following errors:
Package libpanelapplet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpanelapplet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpanelapplet-2.0' found
gnome-hdaps-applet.c:22:26: error: panel-applet.h: No such file or directory
gnome-hdaps-applet.c:23:21: error: gtk/gtk.h: No such file or directory
gnome-hdaps-applet.c:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘timer_func’
gnome-hdaps-applet.c:80: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gnome_hdaps_applet_fill’
gnome-hdaps-applet.c:102: error: expected declaration specifiers or ‘...’ before string constant
gnome-hdaps-applet.c:103: error: expected declaration specifiers or ‘...’ before ‘PANEL_TYPE_APPLET’
gnome-hdaps-applet.c:104: error: expected declaration specifiers or ‘...’ before string constant
gnome-hdaps-applet.c:105: error: expected declaration specifiers or ‘...’ before string constant
gnome-hdaps-applet.c:106: error: expected declaration specifiers or ‘...’ before ‘gnome_hdaps_applet_fill’
gnome-hdaps-applet.c:107: error: expected declaration specifiers or ‘...’ before ‘(’ token
gnome-hdaps-applet.c:102: warning: data definition has no type or storage class
I’m guessing the package libpanelapplet-2.0 has probably changed name due to a newer version. Where would that package be located so I can check and how would I add the path to the PKG_CONFIG_PATH environment variable?