Python bindings ready for first commit

Havoc Pennington hp@redhat.com
25 Sep 2003 09:37:20 -0400


On Thu, 2003-09-25 at 01:51, Seth Nickell wrote:
> If I add this:
>     <allow send_destination="org.freedesktop.DBus"/>
>     <allow receive_sender="org.freedesktop.DBus"/>
> 
> To session.conf file... I can make calls to org.freedesktop.DBus
> (including AcquireService).

Oh, I see. <allow eavesdrop="true"/> only enables all messages to be
received, but doesn't allow any to be sent. Problem should be fixed in
CVS.

Havoc