Re: [E-devel] E CVS: libs/evas vapier

2008-01-24 Thread Vincent Torri
> --- Makefile.am 7 Nov 2007 22:56:05 - 1.48 > +++ Makefile.am 25 Jan 2008 04:40:28 - 1.49 > @@ -1,4 +1,4 @@ > -# ACLOCAL_AMFLAGS = -I m4 > +ACLOCAL_AMFLAGS = -I m4 I've added it one day, but raster removed it because he said that it broke make distcheck. Is it sti

Re: [E-devel] E CVS: enna captainigloo

2008-01-24 Thread Nicolas Aguirre
Le mercredi 23 janvier 2008 à 10:37 +0100, Peter Wehrfritz a écrit : > Nicolas Aguirre schrieb: > > Le mardi 22 janvier 2008 à 19:48 +0100, Peter Wehrfritz a écrit : > > > >> Wouldn't it be better, if ecore_str_has_suffix() were case-insensitive, > >> because it is most time used to check for

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

2008-01-24 Thread Christopher Michael
Sebastian Dransfeld wrote: > lok wrote: >> It's not a bug the configure.in are set up this way in most (all?) modules. >> They will be installed in `enlightenment-config --module-dir`. >> Unless you use the --enable-homedir-install option. >> Morlenxus pointed me than the --prefix was ignored, and

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

2008-01-24 Thread The Rasterman
On Fri, 25 Jan 2008 00:11:41 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Jan 24, 2008 11:42 PM, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > On Jan 24, 2008 7:18 PM, The Rasterman Carsten Haitzler > > <[EMAIL PROTECTED]> wrote: > > > > > > now i think this is a bit more g

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

2008-01-24 Thread Sebastian Dransfeld
lok wrote: > It's not a bug the configure.in are set up this way in most (all?) modules. > They will be installed in `enlightenment-config --module-dir`. > Unless you use the --enable-homedir-install option. > Morlenxus pointed me than the --prefix was ignored, and I thought that it > might be a ha

Re: [E-devel] E CVS: libs/ewl jethomas

2008-01-24 Thread Nathan Ingersoll
I think this should be moved to the theme rather than hardcoding it directly into the lib. On Jan 24, 2008 9:08 PM, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : jethomas > Project : e17 > Module : libs/ewl > > Dir : e17/libs/ewl/src/lib > > > Modifi

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

2008-01-24 Thread Gustavo Sverzut Barbieri
On Jan 24, 2008 11:42 PM, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > On Jan 24, 2008 7:18 PM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > > > now i think this is a bit more generic a solution - but it adds overhead. so > > what about the pselect() method? anyone got input on

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

2008-01-24 Thread Nathan Ingersoll
On Jan 24, 2008 7:18 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > now i think this is a bit more generic a solution - but it adds overhead. so > what about the pselect() method? anyone got input on that? Basically, pselect() is designed for exactly this situation. You block al

Re: [E-devel] Little optical patch for the fileselector

2008-01-24 Thread The Rasterman
On Thu, 24 Jan 2008 22:20:41 +0100 "Thomas Gstädtner" <[EMAIL PROTECTED]> babbled: in cvs. danke! :) > Hi there, > > as I did the current german translation, there are some parts where the > translated text needs more space than the original. > In the "select icon"-dialog the "add to favorites"-

Re: [E-devel] Solution for Desktop Drives and Devices

2008-01-24 Thread The Rasterman
On Thu, 24 Jan 2008 22:37:19 +0900 Toma <[EMAIL PROTECTED]> babbled: eventually this will be an option - disable desktop device icons and/or determine a specific location to put them (right now its fixed to be put in favorites and then symlinked form the desktop). but as i said - for now its "the

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

2008-01-24 Thread The Rasterman
On Thu, 24 Jan 2008 12:03:26 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > Hi > > While working on suspend/resume on my embedded system I ran into to the > race problem between select and signals. See this link for a description > of the problem: > > http://www.xs4all.nl/~evbergen/unix-signals

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread Gustavo Sverzut Barbieri
On Jan 24, 2008 2:59 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Wednesday 23 January 2008, Carsten Haitzler wrote: > > On Wed, 23 Jan 2008 05:11:33 -0800 "laurent FANIS" > > > --- src/bin/e_fm.c.orig Wed Nov 7 11:45:43 2007 > > > +++ src/bin/e_fm.c Fri Dec 7 15:44:09 2007 > > > @@ -1

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

2008-01-24 Thread lok
It's not a bug the configure.in are set up this way in most (all?) modules. They will be installed in `enlightenment-config --module-dir`. Unless you use the --enable-homedir-install option. Morlenxus pointed me than the --prefix was ignored, and I thought that it might be a handful option for pack

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

2008-01-24 Thread Sebastian Dransfeld
For most modules prefix is ignored, they will by default install in the enlightenment dir ($e_prefix/lib/enlightenment/modules) unless homedir is specified. With notification prefix was enabled again with the commit a while ago, but you can't give /usr as prefix, you must give the whole path wh

[E-devel] Little optical patch for the fileselector

2008-01-24 Thread Thomas Gstädtner
Hi there, as I did the current german translation, there are some parts where the translated text needs more space than the original. In the "select icon"-dialog the "add to favorites"-button was getting bigger, but the favorites_frame-table below had a fixed size to the old table and so the favor

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

2008-01-24 Thread Brian 'morlenxus' Miculcy
This seems to be a bug with the autofoo stuff, some recent commit to all modules autofoo break the --prefix rule, it isn't respected anymore and so modules are installed in a default path. Someone should fix that... Greets, Brian 'morlenxus' Miculcy On Thu, Jan 24, 2008 at 12:50:21PM -0800, Eric

[E-devel] e_module-notification installation location

2008-01-24 Thread Eric Sandall
Hey all, After updating lately (2008-01-24 at 10:30 PST, though the last update was a week ago or so), I noticed that notification no longer loads (E17 complains it cannot find the module). I looked at the installation path and it is now installing to /usr/notification/ instead of /usr/lib

Re: [E-devel] e_module-notification from 2008-01-24 can't find .pot

2008-01-24 Thread Eric Sandall
Quoting Sebastian Dransfeld <[EMAIL PROTECTED]>: > Eric Sandall wrote: >> Hey all, >> >> I just updated e_module-notification around 10:30 PST on 2008-01-24 >> and ran into this error: > > Fixed in cvs. Verified. Thanks Sebastian! :) -sandalle -- Eric Sandall | Source Mage

Re: [E-devel] e_module-notification from 2008-01-24 can't find .pot

2008-01-24 Thread Sebastian Dransfeld
Eric Sandall wrote: > Hey all, > > I just updated e_module-notification around 10:30 PST on 2008-01-24 > and ran into this error: Fixed in cvs. Sebastian - This SF.net email is sponsored by: Microsoft Defy all challenges.

[E-devel] e_module-notification from 2008-01-24 can't find .pot

2008-01-24 Thread Eric Sandall
Hey all, I just updated e_module-notification around 10:30 PST on 2008-01-24 and ran into this error: test ! -f notification.po || { \ if test -f ./notification.pot; then \ sed -f remove-potcdate.sed < ./notification.pot > notification.1po & & \ sed -f remo

[E-devel] E17 or X crash?

2008-01-24 Thread Andreas Volz
Hello, I commited a trivial patch to tclock to disable the tooltip entry if the check is disabled. While hacking around I did a mistake before that could reproducible freeze E17 or X. I'm not sure how to find out. See here the wrong patch: Index: e_mod_config.c ==

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

2008-01-24 Thread Nathan Ingersoll
I think the proper fix is to use sigprocmask() disable signals, then rather than using select(), call pselect() which takes a signal mask and will atomically use that mask during the select. This should fix the race condition and force signals to be processed simultaneously to file descriptors. On

[E-devel] Solution for Desktop Drives and Devices

2008-01-24 Thread Toma
I sincerly doubt this will get any attention, but the linking of the favorites to the Desktop is just double handling. The devices are just fine in the Favorites box on EFM startup. But personally, I dont like having those linked .desktop files on my desktop. Im sure some of you might agree. I know

Re: [E-devel] Current status of e_nm

2008-01-24 Thread Stefan Schmidt
Hello. On Thu, 2008-01-24 at 07:50, Ross Vandegrift wrote: > On Wed, Jan 23, 2008 at 11:27:03PM +0100, Stefan Schmidt wrote: > > I've posted the most recent code for my sample NM app at > http://kallisti.us/~ross/enetmgr.tar.gz > > It's not currently in a state where it builds, but the tarball >

Re: [E-devel] Current status of e_nm

2008-01-24 Thread Ross Vandegrift
On Wed, Jan 23, 2008 at 11:27:03PM +0100, Stefan Schmidt wrote: > > I'm not much of a GUI developer, but I'll try to dig up the sample > > client I was working on tonight. > > Thanks. Hi Stefan, I've posted the most recent code for my sample NM app at http://kallisti.us/~ross/enetmgr.tar.gz It'

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread The Rasterman
On Thu, 24 Jan 2008 01:08:40 -0800 "laurent FANIS" <[EMAIL PROTECTED]> babbled: > Hi, > > First off, i am not trying to push these patches, i was asked on IRC > to post them with some comments. > I did so. ok - but this is not good for anyone using the openbsd ports. things literally are broken

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread The Rasterman
On Thu, 24 Jan 2008 01:37:12 -0800 "laurent FANIS" <[EMAIL PROTECTED]> babbled: > > > In Evas: > > > > > > $OpenBSD: patch-configure_in,v 1.1 2007/12/06 19:47:08 bernd Exp $ > > > --- configure.in.orig Wed Dec 5 22:13:29 2007 > > > +++ configure.inWed Dec 5 22:13:42 2007 > > > @@ -31,7

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

2008-01-24 Thread Lars Munch
Hi While working on suspend/resume on my embedded system I ran into to the race problem between select and signals. See this link for a description of the problem: http://www.xs4all.nl/~evbergen/unix-signals.html The problem is that the following code in ecore_main_select is not an atomic operat

Re: [E-devel] Nightly build log for E17 on 2008-01-24 01:33:59 -0800

2008-01-24 Thread David Seikel
Looks like edje failed due to some strange problem I don't understand, so most other stuff failed as well. Also sent the email 8 times for some peculiar reason. It was stuck before with a CVS conflict, which is why we have not seen one for a while. I've been off the net a lot since Christmas, so

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread Mike Frysinger
On Thursday 24 January 2008, laurent FANIS wrote: > First off, i am not trying to push these patches, i was asked on IRC > to post them with some comments. > I did so. ok ... just need to make sure the stupid BSD mentality doesnt infect you like so many other BSD devs. keeping local changes in B

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread laurent FANIS
Hi Again as mentioned in my last mail these are openbsd specific issues. On Jan 23, 2008 4:49 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Wed, 23 Jan 2008 05:11:33 -0800 "laurent FANIS" <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > A long over due mail with the OpenBSD s

[E-devel] Nightly build log for E17 on 2008-01-24 01:31:34 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:31:34 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:33:59 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:33:59 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:33:40 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:33:40 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:32:00 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:32:00 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:31:01 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:31:01 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:31:01 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:31:01 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:30:32 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:30:32 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

[E-devel] Nightly build log for E17 on 2008-01-24 01:30:27 -0800

2008-01-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-24 01:30:27 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

Re: [E-devel] E17 under OpenBSD and other goodies.

2008-01-24 Thread laurent FANIS
Hi, First off, i am not trying to push these patches, i was asked on IRC to post them with some comments. I did so. On Jan 23, 2008 7:45 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Wednesday 23 January 2008, laurent FANIS wrote: > > --- src/lib/eet_lib.c.orig Mon Nov 12 11:14:04 2007

Re: [E-devel] {Spam?} [offtopic]

2008-01-24 Thread Mike Frysinger
On Thursday 24 January 2008, Vincent Torri wrote: > On Thu, 24 Jan 2008, Mike Frysinger wrote: > > can you please fix your e-mail/isp/whatever sucks ... this {Spam?} in the > > subject is ridiculous > > Yes, it's ridiculous and no i can't. It's the server of my university > that add it. there are

Re: [E-devel] {Spam?} [offtopic]

2008-01-24 Thread Vincent Torri
On Thu, 24 Jan 2008, Mike Frysinger wrote: > can you please fix your e-mail/isp/whatever sucks ... this {Spam?} in the > subject is ridiculous Yes, it's ridiculous and no i can't. It's the server of my university that add it. I can tell them that it's ridiculous, if you want. Vincent ---