Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Tom Hacohen
On 07/08/13 19:31, Eoff, Ullysses A wrote: Hello all, I've been leading a team at Intel responsible for testing Wayland and various toolkits such as EFL. I've been testing Wayland for about 1.5 years now. I architected an automated test suite called wayland-fits

Re: [E-devel] [core/emotion_generic_players] master 01/01: vlc: this include seems useless now.

2013-08-08 Thread Raphael Kubo da Costa
Cedric Bail - Enlightenment Git no-re...@enlightenment.org writes: cedric pushed a commit to branch master. commit 53ad423e4ad73d7943523b03674c575ff415bce6 Author: Cedric Bail cedric.b...@samsung.com Date: Thu Aug 8 09:46:21 2013 +0900 vlc: this include seems useless now. ---

Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Michael Blumenkrantz
On Wed, Aug 7, 2013 at 7:39 PM, Iván Briano sachi...@gmail.com wrote: On Wed, Aug 7, 2013 at 3:31 PM, Eoff, Ullysses A ullysses.a.e...@intel.com wrote: Hello all, I've been leading a team at Intel responsible for testing Wayland and various toolkits such as EFL. I've been testing

[E-devel] Ecore Glib Integration

2013-08-08 Thread Christopher Michael
I believe that I have discovered a problem with the glib integration into ecore main loop. Basically the issue is this: _ecore_main_fdh_poll_add is calling g_source_add_poll (which seems correct) BUT _ecore_main_fdh_poll_del is callback g_source_add_poll also (which smells wrong). Shouldn't

Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Kai Huuhko
Relax, he said C++ and Python so everything's fine. 2013/8/8 Tom Hacohen tom.haco...@samsung.com On 07/08/13 19:31, Eoff, Ullysses A wrote: Hello all, I've been leading a team at Intel responsible for testing Wayland and various toolkits such as EFL. I've been testing Wayland for about

Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Tom Hacohen
On 08/08/13 11:16, Kai Huuhko wrote: Relax, he said C++ and Python so everything's fine. You are right. I was so overwhelmed by the pluses that I missed the and Python. I am now relaxed. -- Tom. -- Get 100%

Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Christopher Michael
On 08/08/13 11:16, Kai Huuhko wrote: Relax, he said C++ and Python so everything's fine. Oh Crap, I missed that in the text :( Quick, Revoke Access Immediately ... we don't want that crud infecting efl ;) dh 2013/8/8 Tom Hacohen tom.haco...@samsung.com On 07/08/13 19:31, Eoff, Ullysses A

Re: [E-devel] Ecore Glib Integration

2013-08-08 Thread Mike McCormack
On 08/08/2013 07:27 PM, Christopher Michael wrote: I believe that I have discovered a problem with the glib integration into ecore main loop. Basically the issue is this: _ecore_main_fdh_poll_add is calling g_source_add_poll (which seems correct) BUT _ecore_main_fdh_poll_del is callback

Re: [E-devel] Ecore Glib Integration

2013-08-08 Thread Michael Blumenkrantz
Random bug spotting in this case, though I can confirm that the integration is still totally functional. On Thu, Aug 8, 2013 at 12:03 PM, Mike McCormack m...@atratus.org wrote: On 08/08/2013 07:27 PM, Christopher Michael wrote: I believe that I have discovered a problem with the glib

Re: [E-devel] Ecore Glib Integration

2013-08-08 Thread Christopher Michael
On 08/08/13 12:03, Mike McCormack wrote: On 08/08/2013 07:27 PM, Christopher Michael wrote: I believe that I have discovered a problem with the glib integration into ecore main loop. Basically the issue is this: _ecore_main_fdh_poll_add is calling g_source_add_poll (which seems correct) BUT

[E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Gustavo Sverzut Barbieri
Hi all, Ecore provides some main loop events for system signals such as TERM, QUIT, SIGUSR... however these are not all the system signals we have or need. I want to propose the addition of the following events to ecore. However since these signals are not a single standard as existing UNIX

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Iván Briano
They look useful, I'm looking forward to your patch implementing them. On Thu, Aug 8, 2013 at 1:04 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi all, Ecore provides some main loop events for system signals such as TERM, QUIT, SIGUSR... however these are not all the system

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Tom Hacohen
I like almost all of the suggestions. Apps need the information so they can assist the system to behave better. One thing I don't like is the passing of information through the signals. I think we just provide the notification and let the user probe for whatever it needs. I don't like creating

Re: [E-devel] [EGIT] [tools/clouseau] annotated tag v0.1.0 created

2013-08-08 Thread Tom Hacohen
This release is long overdue, but now it's finally here. This is the released version for people wanting to use clouseau with 1.7. Enjoy. -- Tom. On 08/08/13 17:24, Enlightenment Git wrote: tasn pushed a change to annotated tag v0.1.0 in repository tools/clouseau. at d54555dd9f

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Michael Blumenkrantz
On Thu, 08 Aug 2013 17:16:40 +0100 Tom Hacohen tom.haco...@samsung.com wrote: I like almost all of the suggestions. Apps need the information so they can assist the system to behave better. One thing I don't like is the passing of information through the signals. I think we just provide

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Gustavo Sverzut Barbieri
On Thu, Aug 8, 2013 at 2:31 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 08 Aug 2013 17:16:40 +0100 Tom Hacohen tom.haco...@samsung.com wrote: I like almost all of the suggestions. Apps need the information so they can assist the system to behave better. One thing

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Michael Blumenkrantz
On Thu, 8 Aug 2013 14:48:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Aug 8, 2013 at 2:31 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 08 Aug 2013 17:16:40 +0100 Tom Hacohen tom.haco...@samsung.com wrote: I like almost all of the

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Michael Blumenkrantz
On Thu, 8 Aug 2013 15:13:01 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Aug 8, 2013 at 3:01 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 8 Aug 2013 14:48:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Aug 8,

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Gustavo Sverzut Barbieri
On Thu, Aug 8, 2013 at 3:01 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 8 Aug 2013 14:48:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Aug 8, 2013 at 2:31 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 08 Aug 2013

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-08 Thread Gustavo Sverzut Barbieri
On Thu, Aug 8, 2013 at 3:18 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 8 Aug 2013 15:13:01 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Aug 8, 2013 at 3:01 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 8 Aug 2013

Re: [E-devel] Ecore Glib Integration

2013-08-08 Thread Mike McCormack
On 08/08/2013 09:59 PM, Christopher Michael wrote: Are you ok if I fix this (use g_source_remove_poll there). Or are you already planning to fix this ?? Go ahead and fix it. I've just started a new job, and am a bit short on time right now. I did manage to get efl/ecore building (gah!

[E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Jeff Hoogland
So, with the release of EFL 1.7.8 and E 0.17.4 I (and other Bodhi usershttp://forums.bodhilinux.com/index.php?/topic/9067-e174-and-efl-178/) are currently experiencing this really rotten bug. Every time we try to log in with existing E profile data - all we get is a black screen. Wiping out my

Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Deon Thomas
can you attach .xsession-errors or .e-crashdump On Thu, Aug 8, 2013 at 9:16 PM, Jeff Hoogland jeffhoogl...@linux.comwrote: So, with the release of EFL 1.7.8 and E 0.17.4 I (and other Bodhi usershttp://forums.bodhilinux.com/index.php?/topic/9067-e174-and-efl-178/ ) are currently experiencing

Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Deon Thomas
nope it should be in the home folder if e crash. On Thu, Aug 8, 2013 at 9:35 PM, Jeff Hoogland jeffhoogl...@linux.comwrote: .xsession-errors is attached. Don't have a .e-crashdump in my home folder - would it be somewhere else? On Thu, Aug 8, 2013 at 8:28 PM, Deon Thomas

Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Jeff Hoogland
I'm not getting an E segfault with F1/F2 options - I am just getting a black screen :-/ On Thu, Aug 8, 2013 at 8:56 PM, Deon Thomas princeamd.el...@gmail.comwrote: nope it should be in the home folder if e crash. On Thu, Aug 8, 2013 at 9:35 PM, Jeff Hoogland jeffhoogl...@linux.com wrote:

Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Dave
It's not related to the splash screen issue, is it? http://www.mail-archive.com/enlightenment-users@lists.sourceforge.net/msg20033.html Cheers, dave.k In the year 2013, of the month of August, on the 8th day, Jeff Hoogland wrote: I'm not getting an E segfault with F1/F2 options - I am

Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4

2013-08-08 Thread Jeff Hoogland
That was 100% the issue. Are new tarbals going to be released to fix this issue or is it just hanging out until E 0.17.5? On Thu, Aug 8, 2013 at 9:12 PM, Dave d...@flex.com.au wrote: It's not related to the splash screen issue, is it?

Re: [E-devel] enlightenment-devel Digest, Vol 88, Issue 25

2013-08-08 Thread Simon Lees
On 08/09/2013 11:48 AM, enlightenment-devel-requ...@lists.sourceforge.net wrote: From: Jeff Hooglandjeffhoogl...@linux.com Subject: Re: [E-devel] Black Screen on Login with unclean E settings and E 0.17.4 To: Enlightenment developer list

Re: [E-devel] Ecore Glib Integration

2013-08-08 Thread Christopher Michael
On 08/08/13 21:47, Mike McCormack wrote: On 08/08/2013 09:59 PM, Christopher Michael wrote: Are you ok if I fix this (use g_source_remove_poll there). Or are you already planning to fix this ?? Fixed upstream now :) Go ahead and fix it. I've just started a new job, and am a bit short on