Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore audio - dont unload modules etc. in case audio obj around on exit

2018-04-06 Thread Marcel Hollerbach
Can you add that as comment in the code? I bet someone will forget that and "fix" a leak otherwise :) Greetings, bu5hm4n On 04/06/2018 10:11 AM, Carsten Haitzler wrote: raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=35a6e7a6d2dc26bc1f26ed66a10

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore audio - dont unload modules etc. in case audio obj around on exit

2018-04-06 Thread The Rasterman
On Fri, 6 Apr 2018 10:24:42 +0200 Marcel Hollerbach said: > Can you add that as comment in the code? I bet someone will forget that > and "fix" a leak otherwise :) i can. :) > Greetings, > bu5hm4n > > On 04/06/2018 10:11 AM, Carsten Haitzler wrote: > > raster pushed a commit to branch mas

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread William L. Thomson Jr.
On Fri, 6 Apr 2018 14:10:51 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 5 Apr 2018 19:08:04 -0400 "William L. Thomson Jr." > said: > > this is totally correct behavior for efreetd. efreetd is run when > efreet_init is called if the process can't connect to an existing > efreetd sock

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread The Rasterman
On Fri, 6 Apr 2018 11:28:58 -0400 "William L. Thomson Jr." said: > On Fri, 6 Apr 2018 14:10:51 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 5 Apr 2018 19:08:04 -0400 "William L. Thomson Jr." > > said: > > > > this is totally correct behavior for efreetd. efreetd is run when >

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread William L. Thomson Jr.
On Sat, 7 Apr 2018 02:14:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 6 Apr 2018 11:28:58 -0400 "William L. Thomson Jr." > said: > > > Why does edje_cc need this? It seems to work with it failing. Which > > makes me think it is not necessary. If it was necessary, edje_cc > > would

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread William L. Thomson Jr.
Just to answer my own question concisely and clearly in case others run into the same or similar. On Thu, 5 Apr 2018 19:08:04 -0400 enlightenment-devel@lists.sourceforge.net wrote: > It only happens with edje_cc. I am not sure if there is some > environment variable that can be set to get around

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread Ross Vandegrift
On Fri, Apr 06, 2018 at 11:28:58AM -0400, William L. Thomson Jr. wrote: > On Fri, 6 Apr 2018 14:10:51 +0900 Carsten Haitzler (The Rasterman) > wrote: > > limiting your sandbox from > > accessing XDG_RUNTIME_DIR is probably a very bad idea, because this > > is the standard "xdg" location for any r

Re: [E-devel] [EGIT] [core/efl] efl-1.20 01/02: elm_code: Support indentation styles that are purely tab based

2018-04-06 Thread Andrew Williams
Yes, The feature of tab based interaction was already included - but when auto-indenting it broke until this was applied. Thanks, Andrew On Mon, 26 Mar 2018 at 07:32, Stefan Schmidt wrote: > Hello. > > > On 03/24/2018 07:40 PM, Andy Williams wrote: > > ajwillia-ms pushed a commit to branch efl-

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread The Rasterman
On Fri, 6 Apr 2018 14:49:52 -0700 Ross Vandegrift said: > On Fri, Apr 06, 2018 at 11:28:58AM -0400, William L. Thomson Jr. wrote: > > On Fri, 6 Apr 2018 14:10:51 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > limiting your sandbox from > > > accessing XDG_RUNTIME_DIR is probably a very

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread The Rasterman
On Fri, 6 Apr 2018 14:37:47 -0400 "William L. Thomson Jr." said: this is going around in circles. see ross's email. also read the page below: https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html > On Sat, 7 Apr 2018 02:14:02 +0900 > Carsten Haitzler (The Rasterman) wrote: >