Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Gustavo Sverzut Barbieri
On Tue, Feb 14, 2017 at 1:52 PM, Eduardo Lima (Etrunko) wrote: > Not so long ago, I implemented a I-wanna-be-a-dconf-system-on-top-of-eet > for weekeyboard [1], and it worked well. You were given generic key:value > pairs via d-bus and it translated to the equivalent on Eet data structures. > > No

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Eduardo Lima (Etrunko)
Not so long ago, I implemented a I-wanna-be-a-dconf-system-on-top-of-eet for weekeyboard [1], and it worked well. You were given generic key:value pairs via d-bus and it translated to the equivalent on Eet data structures. Not sure how complex it would be for Enlightenment to do this, but it requi

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
We send one call to tell e to stop keeping control of the configuration files. Decompile, make changes, recompile the configuration files and then send another dbus call to tell e to take over the configuration files again. It is messy, but it mostly works and is far faster than building a dbus ex

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Gustavo Sverzut Barbieri
On Tue, Feb 14, 2017 at 11:33 AM, Jeff Hoogland wrote: > I'm looking to do editing of configuration files. As Kai linked above we > have code in our fork to make it safe to edit configuration files while E > is running, and how do you synchronize E pending/delayed writes with your own pending wri

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
I'm looking to do editing of configuration files. As Kai linked above we have code in our fork to make it safe to edit configuration files while E is running, On Tue, Feb 14, 2017 at 7:31 AM, Gustavo Sverzut Barbieri < barbi...@gmail.com> wrote: > On Tue, Feb 14, 2017 at 11:21 AM, Jeff Hoogland

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Gustavo Sverzut Barbieri
On Tue, Feb 14, 2017 at 11:21 AM, Jeff Hoogland wrote: > About the response I was expecting. I'll just continue decompiling, > editing, recompiling them as I am doing now. If anyone else comes across > this email chain and wants my ugly hack for working with EET files in > python you can find it h

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
About the response I was expecting. I'll just continue decompiling, editing, recompiling them as I am doing now. If anyone else comes across this email chain and wants my ugly hack for working with EET files in python you can find it here: https://github.com/JeffHoogland/neet Thanks for the link K