[E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Hello all, great work, I would say amazing work! All the pieces are so great. Not only that you will been able to raise the money for the servers. Beside, I know, it was a long time ago I made a contribution to help on all the project to support automake-1.10 and is 'caprice'. I took a day off las

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Jesse Luehrs
On Tue, 13 Feb 2007 08:00:53 -0500 "Landry, Marc-Andre" <[EMAIL PROTECTED]> wrote: > Hello all, > great work, I would say amazing work! All the pieces are so great. Not > only that you will been able to raise the money for the servers. > Beside, I know, it was a long time ago I made a contribution

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Jesse Luehrs wrote: > > You might want to take a look at the diff for net/autogen.sh again... > Done! New and working patch attach. Thank you Jesse, I am not used to do so big patch and not having time to send it before other change append. LMA ? autogen-4-automake-1.10.patch Index: alarm/auto

Re: [E-devel] Problem with ecore_main_fd_handler_add() and async GUI updates

2007-02-13 Thread Andreas Volz
Am Sat, 10 Feb 2007 06:11:52 +0900 schrieb Carsten Haitzler (The Rasterman): > On Thu, 8 Feb 2007 01:14:05 +0100 Andreas Volz <[EMAIL PROTECTED]> > babbled: > > > Hello, > > > > I've some problems with ecore_main_fd_handler_add(). In my > > application a pipe is used to synchronize the asynchron

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread David Seikel
This discussion has been had before, automake 1.10 gettext support is too broken. Check the archives. Amongst other things, it sneaks in an assignment of copyright to FSF if you are not careful. If someone decides to apply this anyway, do not do so to the emu module. signature.asc Description:

[E-devel] Entrance not working with /bin/tcsh

2007-02-13 Thread Gregory Kriehn
Folks, With the code cleanup of entrance several months ago, a user can no longer login with entrance using /bin/tcsh. This problem was fixed about a year ago, but cropped up again and has never been fixed. If possible, I'd like the problem to be addressed. Here is the background info once agai

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Michael Jennings
On Tuesday, 13 February 2007, at 09:17:51 (-0500), Landry, Marc-Andre wrote: > +echo "Running autopoint..."; autopoint -f || exit 1 No. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Christopher Michael
David Seikel wrote: > This discussion has been had before, automake 1.10 gettext support is > too broken. Check the archives. Amongst other things, it sneaks in an > assignment of copyright to FSF if you are not careful. > > If someone decides to apply this anyway, do not do so to the emu module

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Michael Jennings
On Tuesday, 13 February 2007, at 13:45:04 (-0500), Christopher Michael wrote: > Also, please skip the cpu, mem, mixer, net, flame, rain, snow, > screenshot, slideshow, uptime, and tclock modules too. Automake 1.10 > is just too broken at this point, and not all systems support it > yet. It's not

Re: [E-devel] E CVS: test lok

2007-02-13 Thread Vincent Torri
It's not a typo. raster wants to let the user giving his own CFLAGS. See line 34 (where an error lives. FLAGS, and not FALGS). Btw, that error is also in embryo's Makefile Vincent On Tue, 13 Feb 2007, Enlightenment CVS wrote: Enlightenment CVS committal Author : lok Project : e17 Module

Re: [E-devel] Problem with ecore_main_fd_handler_add() and async GUI updates

2007-02-13 Thread Andreas Volz
Am Tue, 13 Feb 2007 15:33:21 +0100 schrieb Andreas Volz: > Am Sat, 10 Feb 2007 06:11:52 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > On Thu, 8 Feb 2007 01:14:05 +0100 Andreas Volz <[EMAIL PROTECTED]> > > babbled: > > > > > Hello, > > > > > > I've some problems with ecore_main_fd_hand

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
Michael Jennings wrote: > On Tuesday, 13 February 2007, at 09:17:51 (-0500), > Landry, Marc-Andre wrote: > >> +echo "Running autopoint..."; autopoint -f || exit 1 > > No. > > Michael > I will work on this for my self. I had lost track of this subject and I excuse me if I didn't understand that

[E-devel] Menus config dialog strangeness....

2007-02-13 Thread Ravenlock
Hello, I happen to notice that on my machine when I open the Menus -> Menu Settings -> advanced dialog, that the "Click Drag Timeout" slider jitters immediately, and then the "Apply" and "OK" buttons become enabled. It appears this is because the I had never used this dialog before. as a re

Re: [E-devel] E CVS: test lok

2007-02-13 Thread lok
On Tue, 13 Feb 2007 22:56:34 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> wrote: > > It's not a typo. raster wants to let the user giving his own CFLAGS. See > line 34 (where an error lives. FLAGS, and not FALGS). Btw, that error is > also in embryo's Makefile > > Vincent Sorry, my bad. Ever

Re: [E-devel] Problem with ecore_main_fd_handler_add() and async GUI updates

2007-02-13 Thread Andreas Volz
Am Thu, 8 Feb 2007 01:14:05 +0100 schrieb Andreas Volz: Hello, it seems perhaps I found the problem. :-) The problem was a bug in my application. Since fixing it I got no more problems with the pipe. See: > Here is the code: > > #include > #include > #include > #include > #include > #inc

[E-devel] Clock module patch

2007-02-13 Thread Simon TRENY
Hi guys, Here is a small patch that makes the clock a bit easier to be read, by adding a small label displaying the current time when the mouse is over it (same way as labels in the ibox). I know that Raster wants to keep the clock module as minimal as possible, so I understand if it's not committ

Re: [E-devel] Menus config dialog strangeness....

2007-02-13 Thread Christopher Michael
Ravenlock wrote: > Hello, > > I happen to notice that on my machine when I open the Menus -> Menu > Settings -> advanced dialog, that the "Click Drag Timeout" slider > jitters immediately, and then the "Apply" and "OK" buttons become enabled. > > It appears this is because the I had never used th

Re: [E-devel] Menus config dialog strangeness....

2007-02-13 Thread Christopher Michael
Christopher Michael wrote: > Ravenlock wrote: >> Hello, >> >> I happen to notice that on my machine when I open the Menus -> Menu >> Settings -> advanced dialog, that the "Click Drag Timeout" slider >> jitters immediately, and then the "Apply" and "OK" buttons become enabled. >> >> It appears this

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Kim Woelders
Landry, Marc-Andre wrote: Michael Jennings wrote: On Tuesday, 13 February 2007, at 09:17:51 (-0500), Landry, Marc-Andre wrote: +echo "Running autopoint..."; autopoint -f || exit 1 No. Michael I will work on this for my self. I had lost track of this subject and I excuse me if I didn't und

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Christopher Michael
Kim Woelders wrote: > Landry, Marc-Andre wrote: >> Michael Jennings wrote: >>> On Tuesday, 13 February 2007, at 09:17:51 (-0500), >>> Landry, Marc-Andre wrote: >>> +echo "Running autopoint..."; autopoint -f || exit 1 >>> No. >>> >>> Michael >>> >> >> I will work on this for my self. I had lost

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Landry, Marc-Andre
I will suggest a solution in 3 days that won't make you comment out all those line. Hope you'll like it! Marc-André Landry PS : I don't have any cvs commit ability so don't be affraid that I broke something in your box else you apply my patch. Christopher Michael wrote: > Kim Woelders wrote: >>

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Michael Jennings
On Wednesday, 14 February 2007, at 01:18:46 (+0100), Kim Woelders wrote: > I still don't quite get all the opposition against autopoint (except > the stupid requirement that the cvs program must be available). In > my opinion automake-1.10 is not broken but people here insist on > pissing against