Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Nathan Ingersoll
On Jan 29, 2008 8:03 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > On Sat, Jan 26, 2008 at 01:16:24PM -0600, Nathan Ingersoll wrote: > > I checked the man page for Mac OS X as well. Looks like pselect() > > comes from FreeBSD in that case. > > Ok, you got me convinced. Attached is a pselect version o

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Nathan Ingersoll
I don't see why not, as it should be limited to a single package. Do you know of anything else that needs to handle this race condition between select and signals? On Jan 29, 2008 10:26 AM, Vincent Torri <[EMAIL PROTECTED]> wrote: > > > On Tue, 29 Jan 2008, Nathan Ingersoll wrote: > > > Oh, even b

[E-devel] Suggestions and Problems.

2008-01-29 Thread Leonardo Reis
Suggestions: I do not like the icons on the desktop. Other users also agree me. The initiative of the D-Bus support is very good, but links on entropy solve the case. Another possibility is a configurator as of the GNOME conf where I choose whether I want these icons on the desktop. The shelfs

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Vincent Torri
On Tue, 29 Jan 2008, Nathan Ingersoll wrote: I don't see why not, as it should be limited to a single package. Do you know of anything else that needs to handle this race condition between select and signals? well, as we discussed on irc, according to Bart Massey, there might be a race cond

Re: [E-devel] evas_common_cpu_count() hang up calling process

2008-01-29 Thread Dariusz Knociński NeXT
On Tue, 29 Jan 2008 09:15:55 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jan 2008 10:28:05 +0100 Dariusz Knociński NeXT <[EMAIL PROTECTED]> > babbled: > > > On Mon, 28 Jan 2008 14:38:47 +1100 > > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > >

[E-devel] Suggestions and Problems. [Revised text].

2008-01-29 Thread Leonardo Reis
Suggestions: I do not like the icons on the desktop. Other users also agree me. The initiative of the D-Bus support is very good, but links on entropy solve the case. Another possibility is a configurator as of the GNOME conf where I choose whether I want these icons on the desktop. The shelfs

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
On Tue, Jan 29, 2008 at 09:28:11AM -0600, Nathan Ingersoll wrote: > On Jan 29, 2008 9:14 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > > > > Ok, I might have asked the question wrongly. My current patch already > > calls pselect with an empty set of signals, so signals will only be > > handled when p

Re: [E-devel] larger gadgets/shelves?

2008-01-29 Thread Gustavo Sverzut Barbieri
On Jan 29, 2008 2:49 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Gustavo wrote: > > > > Has anyone followed up on this? It seems to me that this > > > could be easily done in a way that would allow for a certain amount > > > of re-usability of such 'gadgets', and yet enough f

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Nathan Ingersoll
On Jan 29, 2008 11:15 AM, Vincent Torri <[EMAIL PROTECTED]> wrote: > > well, as we discussed on irc, according to Bart Massey, there might be a > race condition with xcb_poll_for_event in ecore_xcb, but I don't know if > it's the same kind of race or not. > > Vincent It's difficult to know because

[E-devel] Help with ecore_file_download and callbacks

2008-01-29 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi devs, i'm trying to solve a segv that happens in my conf_wallpaper (i'm implementing a wallpaper fetcher from get-e.org), but it seems very hard for me. ** Little explanation ** First i get a RSS feed from get-e.org using ecore_file_download, and

Re: [E-devel] Suggestions and Problems.

2008-01-29 Thread Nick Hughart
Forgot to send this to the ml. Leonardo Reis wrote: > Suggestions: > > I do not like the icons on the desktop. Other users also agree me. The > initiative of the D-Bus support is very good, but links on entropy > solve the case. Another possibility is a configurator as of the GNOME > conf where

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Vincent Torri
On Tue, 29 Jan 2008, Nathan Ingersoll wrote: > Oh, even better. I would probably just add a check to the configure.in > for pselect, and then ifdef to select without the signal mask. will Mike accept all those #defines ? :p Vincent -

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
On Sat, Jan 26, 2008 at 01:16:24PM -0600, Nathan Ingersoll wrote: > I checked the man page for Mac OS X as well. Looks like pselect() > comes from FreeBSD in that case. Ok, you got me convinced. Attached is a pselect version of the race fix. Two questions remain: 1. Do we want to keep all signal

[E-devel] Moving conf_winlist from advanced to window

2008-01-29 Thread Andreas Volz
Hello, I think conf_winlist better fits into section windows. All settings are window specific. The patch is applied. Any votes against moving it? regards AndreasIndex: e_mod_main.c === RCS file: /cvs/e/e17/apps/e/src/modules/conf_w

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
On Tue, Jan 29, 2008 at 08:48:42AM -0600, Nathan Ingersoll wrote: > On Jan 29, 2008 8:03 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > > On Sat, Jan 26, 2008 at 01:16:24PM -0600, Nathan Ingersoll wrote: > > > I checked the man page for Mac OS X as well. Looks like pselect() > > > comes from FreeBSD i

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Nathan Ingersoll
On Jan 29, 2008 9:14 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > > Ok, I might have asked the question wrongly. My current patch already > calls pselect with an empty set of signals, so signals will only be > handled when pselect is called. As an alternative we could do: > > _ecore_main_select() >

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Vincent Torri
On Tue, 29 Jan 2008, Nathan Ingersoll wrote: >> 2. pselect breaks the win32 port. what is the best way to handle this? >> implement our own pselect for win32 using select or use "#ifdef's" ? > > I believe Vincent is working on a library of win32 work-arounds, maybe > he can propose an alternativ

Re: [E-devel] larger gadgets/shelves?

2008-01-29 Thread [EMAIL PROTECTED]
Gustavo wrote: > I have no time to reply your mail as detailed as I would like, > but one idea to do what you want is to make the gadcon usage > recursive. Then we could have an object that exports its own gadcon > api to children. Maybe it's an overkill and can be done by means > similar

Re: [E-devel] larger gadgets/shelves?

2008-01-29 Thread Gustavo Sverzut Barbieri
On Jan 29, 2008 3:25 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Gustavo wrote: > > > I have no time to reply your mail as detailed as I would like, > > but one idea to do what you want is to make the gadcon usage > > recursive. Then we could have an object that exports its own gad

Re: [E-devel] e_module-notification installation location

2008-01-29 Thread Eric Sandall
On Monday 28 January 2008 17:29:01 Sebastian Dransfeld wrote: > Eric Sandall wrote: > > If that's the proper method then I will change our packages to use > > that. ;) Will all e_module packages support e_module=? > > Nah. Doesn't work like that ATM :/ But it's possible to make > 'e_modules=/dir .

[E-devel] Res: Suggestions and Problems.

2008-01-29 Thread Leonardo Reis
Hi, Really, exist the config about icons on desktop, in the item File Manager, I was not tried there. Very gook work!!! If the Entropy is not part of the project, should. Examples: Nautilus, Konqueror, Dolphin, Thunar, Finder (state of art!), Windows Explorer. Importants tecnologies are being d

Re: [E-devel] Res: Suggestions and Problems.

2008-01-29 Thread Toma
On 30/01/2008, Leonardo Reis <[EMAIL PROTECTED]> wrote: > Itask, ok! Its good, but the Bling generates effects of composite for any > window. Something like the beryl, see this video: > http://www.youtube.com/watch?v=ZovBpvhZbZM (nice!). > Itask supports animated icons If not, is not good f

[E-devel] Res: Res: Suggestions and Problems.

2008-01-29 Thread Leonardo Reis
Good! Toma, and the bang ?!?! see: http://video.google.com/videoplay?docid=7008496279631191197&q=bang+e17&total=7&start=0&num=10&so=0&type=search&plindex=1 http://video.google.com/videoplay?docid=-2121676874259766687&q=bang+e17&total=7&start=0&num=10&so=0&type=search&plindex=2 http://video.google

Re: [E-devel] evas_common_cpu_count() hang up calling process

2008-01-29 Thread The Rasterman
On Tue, 29 Jan 2008 17:02:18 + Dariusz Knociński NeXT <[EMAIL PROTECTED]> babbled: > On Tue, 29 Jan 2008 09:15:55 +1100 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > On Mon, 28 Jan 2008 10:28:05 +0100 Dariusz Knociński NeXT > > <[EMAIL PROTECTED]> babbled: > > > > > On

Re: [E-devel] Suggestions and Problems.

2008-01-29 Thread The Rasterman
On Tue, 29 Jan 2008 08:46:37 -0800 (PST) Leonardo Reis <[EMAIL PROTECTED]> babbled: > Suggestions: > > I do not like the icons on the desktop. Other users also agree me. The > initiative of the D-Bus support is very good, but links on entropy solve the > case. Another possibility is a configurato

Re: [E-devel] larger gadgets/shelves?

2008-01-29 Thread [EMAIL PROTECTED]
> >Again, I'm just proposing a simple mechanism to enable > > the notion of loadable, themable 'evas-objects', so that these > > interesting, compound, gadget-like things can be made available > > for use/re-use on a wider basis. > > There are a LOT of interesting 'objects' one can

[E-devel] Nightly build log for E17 on 2008-01-29 07:09:05 -0800

2008-01-29 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-29 07:09:05 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: echo http://download.enlightenment.org/tests/logs/echo.log ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log e

Re: [E-devel] Nightly build log for E17 on 2008-01-29 07:09:05 -0800

2008-01-29 Thread Toma
On 30/01/2008, Nightly build system <[EMAIL PROTECTED]> wrote: > Build log for Enlightenment DR 0.17 on 2008-01-29 07:09:05 -0800 > Build logs are available at http://download.enlightenment.org/tests/logs > > Packages that failed to build: > echo http://download.enlightenment.org/tests/logs/echo.l

Re: [E-devel] Nightly build log for E17 on 2008-01-27 07:08:56 -0800

2008-01-29 Thread David Seikel
On Mon, 28 Jan 2008 11:43:35 +0100 Dave <[EMAIL PROTECTED]> wrote: > Nightly build system ha scritto: > > Build log for Enlightenment DR 0.17 on 2008-01-27 07:08:56 -0800 > > Build logs are available at > > http://download.enlightenment.org/tests/logs > > > > Packages that failed to build: > > ech

Re: [E-devel] Nightly build log for E17 on 2008-01-29 07:09:05 -0800

2008-01-29 Thread David Seikel
On Wed, 30 Jan 2008 11:49:55 +0900 Toma <[EMAIL PROTECTED]> wrote: > On 30/01/2008, Nightly build system <[EMAIL PROTECTED]> wrote: > > Build log for Enlightenment DR 0.17 on 2008-01-29 07:09:05 -0800 > > Build logs are available at > > http://download.enlightenment.org/tests/logs > > > > Packages