The dbus method I discovered this with is in software I'm currently
developing. However, on an Ubuntu system you can see the problem by
attempting to call:

  EmitEvent (String name, Array of [String] env, Boolean wait)

With d-feet in raring, the following fails:

  'foo', [], True

Whereas that works in precise (haven't tried in quantal). I can
successfully call the EmitEvent() method however in all version of
Ubuntu using dbus-send(1) like this:

dbus-send --session --print-reply --dest=com.ubuntu.Upstart
/com/ubuntu/Upstart com.ubuntu.Upstart0_6.EmitEvent string:'foo'
array:string:'' boolean:true

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097303

Title:
  d-feet can no longer parse boolean values for method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/d-feet/+bug/1097303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to