Jo Gay

Results 2 issues of Jo Gay

Debian squeeze, dbus 1.2.24-4 Example: (dbus:with-open-bus (bus (dbus:system-server-addresses)) (dbus:with-introspected-object (wicd-wireless bus "/org/wicd/daemon/wireless" "org.wicd.daemon"))) Error: No more mechanisms to try. Seems to be related to cookie sha1 auth Python and scheme...

Update: Here is a standalone test case: ``` lisp (loop (with-open-bus (bus (session-server-addresses)) (with-introspected-object (notify bus "/org/freedesktop/Notifications" "org.freedesktop.Notifications") (notify "org.freedesktop.DBus.Introspectable" "Introspect") (notify "org.freedesktop.Notifications" "GetCapabilities") (notify "org.freedesktop.Notifications" "GetServerInformation")) (format t "."))...