Re: [E-devel] [EGIT] [core/efl] master 03/04: elementary main: fix typo

2018-08-28 Thread Hermet Park
guess original author missed catching this in copying

On Wed, Aug 29, 2018 at 2:45 AM Davide Andreoli 
wrote:

> 2018-08-27 22:15 GMT+02:00 Hermet Park :
>
> > bu5hm4n pushed a commit to branch master.
> >
> > http://git.enlightenment.org/core/efl.git/commit/?id=
> > 640596e68aca8e2ba5ee076d709707d8e88e527f
> >
> > commit 640596e68aca8e2ba5ee076d709707d8e88e527f
> > Author: Hermet Park 
> > Date:   Mon Aug 27 05:43:34 2018 +
> >
> > elementary main: fix typo
> >
>
> This is not just a typo, it's a bad bug :)
>
> I think this is the root cause of a python-efl crash I'm digging since
> long time
>
> Please backport this to the stable branch
>
> Cheers
>
>
> >
> > Differential Revision: https://phab.enlightenment.org/D6910
> > ---
> >  src/lib/elementary/elm_main.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/lib/elementary/elm_main.c
> b/src/lib/elementary/elm_main.c
> > index fa38bf6dc9..a326fd56fe 100644
> > --- a/src/lib/elementary/elm_main.c
> > +++ b/src/lib/elementary/elm_main.c
> > @@ -661,7 +661,7 @@ _elm_unneed_elocation(void)
> >  #ifdef ELM_ELOCATION
> > if (!_elm_need_elocation) return;
> > _elm_need_elocation = EINA_FALSE;
> > -   eldbus_shutdown();
> > +   elocation_shutdown();
> >  #endif
> >  }
> >
> >
> > --
> >
> >
> >
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Regards, Hermet
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] meson for efl

2018-08-28 Thread Marcel Hollerbach

Hello,

yes, this would be required for ecore_imf then. However this is already 
the case for systemd udev, so i don't think its a that big change in the 
system of building efl.


Or do you have a specific problem in mind ? :)

Greetings,
   bu5hm4n

On 8/28/18 1:32 PM, Hermet Park wrote:

then do we expect users need to toggle features on/off manually?

On Tue, Aug 28, 2018 at 4:34 AM Marcel Hollerbach  wrote:


Hello,

with this morning a few more fixes landed, the current state can be
found here:

https://git.enlightenment.org/core/efl.git/log/?h=devs/bu5hm4n/meson

Currently building the whole tree works. However, cxx, mono, ecore_drm,
ecore_wl and elocation is missing. And will be added.

Right now there is a bit of disussion going on, in autotools
ecore_avahi, ecore_imf- scim ibus & xim have been enabled by default.
But were only build if avahi or ibus or xim are found on the system.

We concluded at some point that it is not a good idea to enable /
disable features based on the availability of libraries, thus i would
like to enable / disable them strictly by default. Currently they are
on, as this is the behaviour from autotools. Onions voices ?

Other than that, feel free to test / report issues :)

Another explanation mail will follow before it lands on master.

Greetings,
 bu5hm4n


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel






--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 03/04: elementary main: fix typo

2018-08-28 Thread Davide Andreoli
2018-08-27 22:15 GMT+02:00 Hermet Park :

> bu5hm4n pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=
> 640596e68aca8e2ba5ee076d709707d8e88e527f
>
> commit 640596e68aca8e2ba5ee076d709707d8e88e527f
> Author: Hermet Park 
> Date:   Mon Aug 27 05:43:34 2018 +
>
> elementary main: fix typo
>

This is not just a typo, it's a bad bug :)

I think this is the root cause of a python-efl crash I'm digging since
long time

Please backport this to the stable branch

Cheers


>
> Differential Revision: https://phab.enlightenment.org/D6910
> ---
>  src/lib/elementary/elm_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c
> index fa38bf6dc9..a326fd56fe 100644
> --- a/src/lib/elementary/elm_main.c
> +++ b/src/lib/elementary/elm_main.c
> @@ -661,7 +661,7 @@ _elm_unneed_elocation(void)
>  #ifdef ELM_ELOCATION
> if (!_elm_need_elocation) return;
> _elm_need_elocation = EINA_FALSE;
> -   eldbus_shutdown();
> +   elocation_shutdown();
>  #endif
>  }
>
>
> --
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Questions about widget alignment

2018-08-28 Thread Davide Andreoli
2018-08-28 14:06 GMT+02:00 Xavi Artigas :

> With clouseau I see that the text widget is very tall, so it could not
> align even if it wanted.
>
> Anyway, herdsman asked me to create a ticket, so here it is:
> https://phab.enlightenment.org/T7352
>
> Thanks!
> Xavi
>
> On Tue, 28 Aug 2018 at 13:45, Hermet Park  wrote:
>
> > sounds like label logically doesn't care the height alignment in this
> case.
> >
> > On Tue, Aug 28, 2018 at 6:15 PM Xavi Artigas 
> > wrote:
> >
> > > Hi,
> > >
> > > Setting Scrollable to false didn't make any difference.
> > > In clouseau I see the text widget has the right width and it's
> centered,
> > > but it takes up all available vertical space, even though its size hint
> > is
> > > correct:
> > > [image: image.png]
> > >
> > > On Tue, 28 Aug 2018 at 10:11, Marcel Hollerbach 
> wrote:
> > >
> > > > Hi!
> > > >
> > > > The problem here is that the text container expands itself to the
> full
> > > > height, i think this is caused by the fact that the text is
> scrollable
> > > > and thus just takes the whole height by default. Can you make it NOT
> > > > scrollable ?
> > > >
> > > > In case of problems like this, try to take clouseau and observe the
> > > > geometry of the object you are observing. Additionally you can take a
> > > > look at the min szite hints align etc. etc. :)
> > > >
> > > > Greetings,
> > > > bu5hm4n
> > > >
> > > > On 8/27/18 3:09 PM, Xavi Artigas wrote:
> > > > > Hi!
> > > > >
> > > > > I am looking ar the Hello World tutorial and I have questions
> > regarding
> > > > > widget alignment,
> > > > >
> > > > > This code:
> > > > >
> > > >
> > >
> > https://git.enlightenment.org/tools/examples.git/tree/
> tutorial/c/hello-gui/src/gui_main.c
> > > > > Creates a window with a vertical box container, which contains a
> text
> > > > > widget and a button.
> > > > > The text label has this alignment:
> > > > >
> > > > > efl_gfx_size_hint_align_set(efl_added, 0.5, 0.5),
> > > > >
> > > > > So, why is the text string aligned horizontally but not vertically?
>

Because size_hints act on the whole text object, not the text content.

To align the text you need to use the text api:
efl_text_valign_set(obj, 0.5)

Explained a bit more in detail on T7352

cheers


> > > > >
> > > > > Thanks!
> > > > > Xavi
> > > > > p.s. I already looked at
> > > > > https://phab.enlightenment.org/w/size_hints/
> > > > > Although funny, it wasn't very enlightening.
> > > > > Any other sources of wisdom?
> > > > >
> > > >
> > >
> > 
> --
> > > > > Check out the vibrant tech community on one of the world's most
> > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > > ___
> > > > > enlightenment-devel mailing list
> > > > > enlightenment-devel@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > >
> > > >
> > > >
> > > >
> > >
> > 
> --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > >
> > >
> > 
> --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> > --
> > Regards, Hermet
> >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [E-devel] Gitlab

2018-08-28 Thread Stephen Houston
Hello,

Just checking in here on the status of this - Does there need to be a
slowvote or does it seem that everyone is on board here or do people
disagree and want to voice why?

Stephen

On Fri, Aug 17, 2018 at 9:02 PM Carsten Haitzler 
wrote:

> On Thu, 16 Aug 2018 10:29:15 -0400 Mike Blumenkrantz
>  said:
>
> > I am a bit curious where you think we need this much work with triaging?
> >
> > The biggest issue that we will have here is actually from our
> > passive-aggressive method of rejecting things we don't like. For example,
> > there are many, many patches that have been rejected and are idle for a
> > long time but not abandoned. These will not be closed using the current
>
> a lot of patches are rejected or have been asked for changes and the
> submitter
> never does it and they don't abandon. to forcibly kill it off you have to
> first
> commandeer then abandon as the new submitter. i got tired of doing that
> and just
> waited for submitters to do it. invariably many did not.
>
> this isn't passive-agreessive. it's  submitters not ackowledging the patch
> should be abandoned.
>
> this is of course different to patches that were forgotten about.
>
> i think your characterization here is entirely wrong.
>
> > migration method. There are also unlimited tickets set to 'pending on
> user
> > input' which are dead; these also will not be closed. Most likely both of
> > these types of open items should just be closed during migration.
>
> probably.
>
> > On Sat, Aug 11, 2018 at 2:56 AM Jonathan Aquilina <
> jaquil...@eagleeyet.net>
> > wrote:
> >
> > > Guess then would be to migrate everything and I’ll work on triaging the
> > > bigs after
> > >
> > > Sent from my iPhone
> > >
> > > > On 11 Aug 2018, at 08:23, Pierre Couderc  wrote:
> > > >
> > > >> On 08/11/2018 07:30 AM, jaquil...@eagleeyet.net wrote:
> > > >> If we are going to migrate I think we should migrate tickets slowly
> to
> > > see which ones are still valid and not pollute the new tracker with
> issues
> > > that are either moot or no longer valid.
> > > >>
> > > > Mmm, it is not logical. Migrate is a thing. Process tickets is
> another
> > > thing. Trying to do 2 independant things simulteaneoulsy?
> > > >
> > > >
> > >
> --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> > >
> > >
> > >
> --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> Carsten Haitzler - ras...@rasterman.com
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Questions about widget alignment

2018-08-28 Thread Xavi Artigas
With clouseau I see that the text widget is very tall, so it could not
align even if it wanted.

Anyway, herdsman asked me to create a ticket, so here it is:
https://phab.enlightenment.org/T7352

Thanks!
Xavi

On Tue, 28 Aug 2018 at 13:45, Hermet Park  wrote:

> sounds like label logically doesn't care the height alignment in this case.
>
> On Tue, Aug 28, 2018 at 6:15 PM Xavi Artigas 
> wrote:
>
> > Hi,
> >
> > Setting Scrollable to false didn't make any difference.
> > In clouseau I see the text widget has the right width and it's centered,
> > but it takes up all available vertical space, even though its size hint
> is
> > correct:
> > [image: image.png]
> >
> > On Tue, 28 Aug 2018 at 10:11, Marcel Hollerbach  wrote:
> >
> > > Hi!
> > >
> > > The problem here is that the text container expands itself to the full
> > > height, i think this is caused by the fact that the text is scrollable
> > > and thus just takes the whole height by default. Can you make it NOT
> > > scrollable ?
> > >
> > > In case of problems like this, try to take clouseau and observe the
> > > geometry of the object you are observing. Additionally you can take a
> > > look at the min szite hints align etc. etc. :)
> > >
> > > Greetings,
> > > bu5hm4n
> > >
> > > On 8/27/18 3:09 PM, Xavi Artigas wrote:
> > > > Hi!
> > > >
> > > > I am looking ar the Hello World tutorial and I have questions
> regarding
> > > > widget alignment,
> > > >
> > > > This code:
> > > >
> > >
> >
> https://git.enlightenment.org/tools/examples.git/tree/tutorial/c/hello-gui/src/gui_main.c
> > > > Creates a window with a vertical box container, which contains a text
> > > > widget and a button.
> > > > The text label has this alignment:
> > > >
> > > > efl_gfx_size_hint_align_set(efl_added, 0.5, 0.5),
> > > >
> > > > So, why is the text string aligned horizontally but not vertically?
> > > >
> > > > Thanks!
> > > > Xavi
> > > > p.s. I already looked at
> > > > https://phab.enlightenment.org/w/size_hints/
> > > > Although funny, it wasn't very enlightening.
> > > > Any other sources of wisdom?
> > > >
> > >
> >
> --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > >
> > >
> > >
> >
> --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> Regards, Hermet
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Questions about widget alignment

2018-08-28 Thread Hermet Park
sounds like label logically doesn't care the height alignment in this case.

On Tue, Aug 28, 2018 at 6:15 PM Xavi Artigas 
wrote:

> Hi,
>
> Setting Scrollable to false didn't make any difference.
> In clouseau I see the text widget has the right width and it's centered,
> but it takes up all available vertical space, even though its size hint is
> correct:
> [image: image.png]
>
> On Tue, 28 Aug 2018 at 10:11, Marcel Hollerbach  wrote:
>
> > Hi!
> >
> > The problem here is that the text container expands itself to the full
> > height, i think this is caused by the fact that the text is scrollable
> > and thus just takes the whole height by default. Can you make it NOT
> > scrollable ?
> >
> > In case of problems like this, try to take clouseau and observe the
> > geometry of the object you are observing. Additionally you can take a
> > look at the min szite hints align etc. etc. :)
> >
> > Greetings,
> > bu5hm4n
> >
> > On 8/27/18 3:09 PM, Xavi Artigas wrote:
> > > Hi!
> > >
> > > I am looking ar the Hello World tutorial and I have questions regarding
> > > widget alignment,
> > >
> > > This code:
> > >
> >
> https://git.enlightenment.org/tools/examples.git/tree/tutorial/c/hello-gui/src/gui_main.c
> > > Creates a window with a vertical box container, which contains a text
> > > widget and a button.
> > > The text label has this alignment:
> > >
> > > efl_gfx_size_hint_align_set(efl_added, 0.5, 0.5),
> > >
> > > So, why is the text string aligned horizontally but not vertically?
> > >
> > > Thanks!
> > > Xavi
> > > p.s. I already looked at
> > > https://phab.enlightenment.org/w/size_hints/
> > > Although funny, it wasn't very enlightening.
> > > Any other sources of wisdom?
> > >
> >
> --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Regards, Hermet
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] meson for efl

2018-08-28 Thread Hermet Park
then do we expect users need to toggle features on/off manually?

On Tue, Aug 28, 2018 at 4:34 AM Marcel Hollerbach  wrote:

> Hello,
>
> with this morning a few more fixes landed, the current state can be
> found here:
>
> https://git.enlightenment.org/core/efl.git/log/?h=devs/bu5hm4n/meson
>
> Currently building the whole tree works. However, cxx, mono, ecore_drm,
> ecore_wl and elocation is missing. And will be added.
>
> Right now there is a bit of disussion going on, in autotools
> ecore_avahi, ecore_imf- scim ibus & xim have been enabled by default.
> But were only build if avahi or ibus or xim are found on the system.
>
> We concluded at some point that it is not a good idea to enable /
> disable features based on the availability of libraries, thus i would
> like to enable / disable them strictly by default. Currently they are
> on, as this is the behaviour from autotools. Onions voices ?
>
> Other than that, feel free to test / report issues :)
>
> Another explanation mail will follow before it lands on master.
>
> Greetings,
> bu5hm4n
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Regards, Hermet
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Questions about widget alignment

2018-08-28 Thread Marcel Hollerbach

Hi!

The problem here is that the text container expands itself to the full 
height, i think this is caused by the fact that the text is scrollable 
and thus just takes the whole height by default. Can you make it NOT 
scrollable ?


In case of problems like this, try to take clouseau and observe the 
geometry of the object you are observing. Additionally you can take a 
look at the min szite hints align etc. etc. :)


Greetings,
   bu5hm4n

On 8/27/18 3:09 PM, Xavi Artigas wrote:

Hi!

I am looking ar the Hello World tutorial and I have questions regarding
widget alignment,

This code:
https://git.enlightenment.org/tools/examples.git/tree/tutorial/c/hello-gui/src/gui_main.c
Creates a window with a vertical box container, which contains a text
widget and a button.
The text label has this alignment:

efl_gfx_size_hint_align_set(efl_added, 0.5, 0.5),

So, why is the text string aligned horizontally but not vertically?

Thanks!
Xavi
p.s. I already looked at
https://phab.enlightenment.org/w/size_hints/
Although funny, it wasn't very enlightening.
Any other sources of wisdom?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel