Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Jose Souza
It's working like Lucas said, see a example in attachment. On Tue, Jul 24, 2012 at 12:30 PM, Nick Hughart wrote: > On Tue, 24 Jul 2012 07:01:37 -0300 > Lucas De Marchi wrote: > >> On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart >> wrote: >> > Alright, so I'm working on a PolicyKit1 authenticatio

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Nick Hughart
On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi wrote: > On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart > wrote: > > Alright, so I'm working on a PolicyKit1 authentication agent and > > have run into something of a problem. I am working on implementing > > this dbus method: > > > > http://ha

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Lucas De Marchi
On Tue, Jul 24, 2012 at 7:52 AM, Michael Blumenkrantz wrote: > I'm similarly confused/pleased; I tried this a while back and it didn't > work at all. Send your bug report and I'll take a look. Lucas De Marchi -- Live S

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Michael Blumenkrantz
I'm similarly confused/pleased; I tried this a while back and it didn't work at all. On Tue, Jul 24, 2012 at 11:09 AM, Lucas De Marchi < lucas.demar...@profusion.mobi> wrote: > On Tue, Jul 24, 2012 at 7:07 AM, Carsten Haitzler > wrote: > > On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi > >

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Lucas De Marchi
On Tue, Jul 24, 2012 at 7:07 AM, Carsten Haitzler wrote: > On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi > said: > >> On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart wrote: >> > Alright, so I'm working on a PolicyKit1 authentication agent and have >> > run into something of a problem. I am

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread The Rasterman
On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi said: > On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart wrote: > > Alright, so I'm working on a PolicyKit1 authentication agent and have > > run into something of a problem. I am working on implementing this > > dbus method: > > > > http://hal.f

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Lucas De Marchi
On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart wrote: > Alright, so I'm working on a PolicyKit1 authentication agent and have > run into something of a problem. I am working on implementing this > dbus method: > > http://hal.freedesktop.org/docs/polkit/eggdbus-interface-org.freedesktop.PolicyKit1

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread The Rasterman
On Mon, 23 Jul 2012 22:36:16 -0500 Nick Hughart said: > Alright, so I'm working on a PolicyKit1 authentication agent and have > run into something of a problem. I am working on implementing this > dbus method: > > http://hal.freedesktop.org/docs/polkit/eggdbus-interface-org.freedesktop.PolicyKi

Re: [E-devel] DBus/Elm Application Question.

2012-07-23 Thread Michael Blumenkrantz
this is one of the (many) (huge) issues with current e_dbus, and a reason why it must be completely scrapped in the future. in order to achieve the functionality you are looking for, you basically have two options: 1) recursive main loops 2) block in this thread, fork and pipe to get the result ei

[E-devel] DBus/Elm Application Question.

2012-07-23 Thread Nick Hughart
Alright, so I'm working on a PolicyKit1 authentication agent and have run into something of a problem. I am working on implementing this dbus method: http://hal.freedesktop.org/docs/polkit/eggdbus-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.html#eggdbus-method-org.freedesktop.PolicyK