Re: [E-devel] elev8: dbus_test.js is broken

2012-08-29 Thread Stefan Schmidt
Hello. On 08/17/2012 10:44 AM, Daniel Willmann wrote: > On 08/15/2012 06:59 PM, Gustavo Sverzut Barbieri wrote: >> On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann >> wrote: >> >>> On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: That dbus support is horrible and we'll replace it with

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-17 Thread Daniel Willmann
On 08/15/2012 06:59 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann > wrote: > >> On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: >>> That dbus support is horrible and we'll replace it with a proper version >>> soon :-) >> >> Maybe we should just del

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann wrote: > On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: > > On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann >wrote: > >> while trying to figure out how the dbus support in elev8 works I noticed > >> that the example is out of date. I've a

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Daniel Willmann
On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann > wrote: >> while trying to figure out how the dbus support in elev8 works I noticed >> that the example is out of date. I've attached a patch that fixes the UI >> logic of the example, but u

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann wrote: > Hello, > > while trying to figure out how the dbus support in elev8 works I noticed > that the example is out of date. I've attached a patch that fixes the UI > logic of the example, but unfortunately it still aborts whenever dbus is > used

[E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Daniel Willmann
Hello, while trying to figure out how the dbus support in elev8 works I noticed that the example is out of date. I've attached a patch that fixes the UI logic of the example, but unfortunately it still aborts whenever dbus is used. I tried with require("dbus") and similar to no avail. Regards,