[E-devel] Exploring E-Modules - Part 1

2005-08-30 Thread Essien Ita Essien
I've cleaned up this into a proper tutorial and its now being hosted on edevelop.org http://edevelop.org/node/1461 enjoy, also wait for my lazy ar*e to come up with some more :) Cheers, Essien --- SF.Net email is Sponsored by the Better

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-30 Thread Mike Russo
Carsten Haitzler (The Rasterman) wrote: it looks like eet simply can't load the image data from the eet files Or it just can't load the edje file at all in the first place. somehow. Yeah, not exactly sure why, the .edj file is opened and read (according to an strace), and edje_decc works

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-30 Thread Mike Russo
Ibukun Olumuyiwa wrote: Mike Russo wrote: i have some screen shots and build notes here: http://www.stardatecomputer.com/people/miker/MJR_TiddlyWiki.html#E17onCygwin short story is, it builds but ewl has some video display issues. :-) why? i didn't want to wait till windows vista!

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-30 Thread The Rasterman
On Tue, 30 Aug 2005 09:52:39 -0400 Mike Russo [EMAIL PROTECTED] babbled: Ibukun Olumuyiwa wrote: Mike Russo wrote: i have some screen shots and build notes here: http://www.stardatecomputer.com/people/miker/MJR_TiddlyWiki.html#E17onCygwin short story is, it builds but ewl

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-30 Thread The Rasterman
On Tue, 30 Aug 2005 09:48:15 -0400 Mike Russo [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: it looks like eet simply can't load the image data from the eet files Or it just can't load the edje file at all in the first place. somehow. Yeah, not exactly sure why,

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-30 Thread Mike Russo
Carsten Haitzler (The Rasterman) wrote: On Tue, 30 Aug 2005 09:48:15 -0400 Mike Russo [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: it looks like eet simply can't load the image data from the eet files Or it just can't load the edje file at all in the first place.

Re: [E-devel] Monster spec and Makefile.am patch

2005-08-30 Thread Ryan Little
On Tue, 2005-08-30 at 00:58 -0400, Michael Jennings wrote: On Monday, 29 August 2005, at 21:53:57 (-0400), Ryan Little wrote: Here's a new diff against the last commit. Please review / commit. After much discussion with everyone, I've changed e_utils and e_modules specs so

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Michael Jennings
On Sunday, 28 August 2005, at 17:04:11 (+0800), Didier Casse wrote: Hi all, I get a little snag building rpms of the current cvs Eterm on FC4. It keeps bugging me with the message: ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm]

[E-devel] E17 menu segfault

2005-08-30 Thread Justin Rocha (Xenith)
There is a pretty nasty segv in e17 dealing with the menus. In specific, the favourates menu. (I haven't noticed it in any other menu, actually.) Just scroll through the favourates menu a bit (with submenus) and pretty quickly e17 will crash. I haven't tracked it down to a problem with my eaps or

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Didier Casse
On 8/31/05, Michael Jennings [EMAIL PROTECTED] wrote: On Sunday, 28 August 2005, at 17:04:11 (+0800), Didier Casse wrote: Hi all, I get a little snag building rpms of the current cvs Eterm on FC4. It keeps bugging me with the message: ERROR: file '/usr/bin/Eterm' contains a

Re: [E-devel] imlib2: Cygwin build patch

2005-08-30 Thread Mike Frysinger
On Tuesday 30 August 2005 07:20 pm, Yaakov S wrote: * src/lib/Makefile.am, src/modules/filters/Makefile.am, src/modules/loaders/Makefile.am: add '-no-undefined' to *_la_LDFLAGS; whats the point of this ? * src/lib/dynamic_filters.c, src/lib/image.c: RTDL_LOCAL is not defined on

Re: [E-devel] e segfault

2005-08-30 Thread The Rasterman
On Wed, 31 Aug 2005 14:08:34 +1200 jochen [EMAIL PROTECTED] babbled: I just had e segfault on me. Unfortunatly I don't really now what I did when it happened I was working with glade-2. Well here is the backtrace anyway. If it happens again I'll try to pay a little more attention to what I

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Mike Frysinger
On Tuesday 30 August 2005 11:02 pm, Michael Jennings wrote: On Tuesday, 30 August 2005, at 22:16:40 (-0400), Mike Frysinger wrote: setting the rpath to the system paths is generally pointless and forces Eterm to load libraries from /usr/lib before looking at user-specified paths (from

[E-devel] How to determine the Window class for eap files?

2005-08-30 Thread Didier Casse
Hi all, I have a question. I'm automating certain things at the moment and I wanted to know how we can determine the window class via command line for a particular app? Please don't tell me to execute xprop WM_CLASS|cut -d \, -f 2 and click on every single window that I find! Some apps

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Michael Jennings
On Tuesday, 30 August 2005, at 23:19:41 (-0400), Mike Frysinger wrote: or configure.in/Makefile.am could be updated to make this a buildtime option and default to off for say linux hosts but considering your explanation in the previous e-mail, i dont think you'll go for this ;) Just

Re: [E-devel] How to determine the Window class for eap files?

2005-08-30 Thread The Rasterman
On Wed, 31 Aug 2005 11:21:32 +0800 Didier Casse [EMAIL PROTECTED] babbled: Hi all, I have a question. I'm automating certain things at the moment and I wanted to know how we can determine the window class via command line for a particular app? Please don't tell me to execute xprop

Re: [E-devel] How to determine the Window class for eap files?

2005-08-30 Thread Didier Casse
On 8/31/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Wed, 31 Aug 2005 11:21:32 +0800 Didier Casse [EMAIL PROTECTED] babbled: Hi all, I have a question. I'm automating certain things at the moment and I wanted to know how we can determine the window class via

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Mike Frysinger
On Tuesday 30 August 2005 11:30 pm, Michael Jennings wrote: On Tuesday, 30 August 2005, at 23:19:41 (-0400), Mike Frysinger wrote: or configure.in/Makefile.am could be updated to make this a buildtime option and default to off for say linux hosts but considering your explanation in the

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Didier Casse
On 8/31/05, Mike Frysinger [EMAIL PROTECTED] wrote: On Tuesday 30 August 2005 11:30 pm, Michael Jennings wrote: On Tuesday, 30 August 2005, at 23:19:41 (-0400), Mike Frysinger wrote: or configure.in/Makefile.am could be updated to make this a buildtime option and default to off for

[E-devel] Eterm comfigure error

2005-08-30 Thread Matias Aguirre
Hi all. I try to compile Eterm and the configure return this error: checking for seteuid... yes checking for memmove... yes checking for putenv... yes checking for strsep... yes checking for setresuid... yes checking for setresgid... yes checking for memmem... yes checking for usleep... yes

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Michael Jennings
On Wednesday, 31 August 2005, at 00:06:29 (-0400), Mike Frysinger wrote: so default the behavior to on, doesnt really matter to me so long as i can do `./configure --disable-default-rpaths` rather than patching it out What difference does it make? It's just not important, nor is it worth the

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-08-30 Thread Mike Frysinger
On Wednesday 31 August 2005 01:36 am, Michael Jennings wrote: On Wednesday, 31 August 2005, at 00:06:29 (-0400), Mike Frysinger wrote: so default the behavior to on, doesnt really matter to me so long as i can do `./configure --disable-default-rpaths` rather than patching it out What

Re: [E-devel] How to determine the Window class for eap files?

2005-08-30 Thread The Rasterman
On Wed, 31 Aug 2005 11:48:34 +0800 Didier Casse [EMAIL PROTECTED] babbled: On 8/31/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Wed, 31 Aug 2005 11:21:32 +0800 Didier Casse [EMAIL PROTECTED] babbled: Hi all, I have a question. I'm automating certain things