On 08/01/2013 01:54 PM, Mister Olli wrote: > I was wondering if there is a way to read/ write enlightenment's current > configuration using CLI or python? > > I have a few instances of e17 on different boxes and I want them to have > the same configuration. So my idea was creating a script which sets all > configuration options I want to use. > > Any ideas for that?
1) Decode the config: $ eet -d ~/.e/e/config/standard/e.cfg config out 2) Make your changes 3) Reencode the config: $ eet -e ~/.e/e/config/standard/e.cfg config out 1 The textual representation is complicated. There's no easy way to determine exactly what does what, or what is valid - so you're on your own as far as not breaking stuff. diff should help, but you'll probably come to agree that copying the files around is easier. Ross ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users