https://bugzilla.novell.com/show_bug.cgi?id=216495 ------- Comment #23 from tambet@ximian.com 2006-11-08 12:57 MST ------- Created an attachment (id=104378) --> (https://bugzilla.novell.com/attachment.cgi?id=104378&action=view) libhal test program Here's a test program that listens for libhal events (device added, device removed, device capability added) and prints a line to stdout for each event. Compile with: gcc -o hal-test hal-test.c `pkg-config --libs --cflags glib-2.0 dbus-glib-1 hal` (so you'll need glib2-devel, dbus-1-glib-devel, and hal-devel packages installed.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.