Heya, Using current CVS of bluez-{libs,utils,gnome}, and trying to pair an input device will crash. First, we never check whether the service is running, so the manager is never set in input.c. The attached patch fixes that. Later on, we pass garbage to dbus_g_proxy_new_for_name() when the call to CreateSecureDevice fails. I've added a check for the retval, but it obviously doesn't fix the problem. Any ideas why it would say: ** (bluetooth-properties:16409): WARNING **: dbus_g_proxy_end_call() failed in proxy_callback: Authentication failed (CreateBonding) I get the pairing prompt on my computer, and it usually crashes when I have to enter the PIN on my phone. Cheers