Re: [E-devel] EDJE ERROR: programs recursing up to recursion limit of 64. Disable SAVE!!!!

2005-05-26 Thread Eduard Feicho
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> schrieb am 25.05.05 07:48:40: > > On Wed, 25 May 2005 01:01:12 +0200 "Eduard Feicho" <[EMAIL PROTECTED]> > babbled: > > > Hello, > > I have been running e17 on NetBSD for a while now, but > > after updating I get weird messages from it: > >

Re: [E-devel] e17 crashes when i open the desktopmenu

2005-05-26 Thread Austin Acton
On Thu, 2005-05-26 at 13:40 +0200, jonathan naumann wrote: > i have updateed my e17 yesterday evening ... since that, it crahes > every time when i open the dektopmenu... I have the same problem. Even after deleting ~/.e Austin --- This SF.Ne

Re: [E-devel] Patch: fix ewl.pc when emotion not present

2005-05-26 Thread Nathan Ingersoll
Thanks for the patch Simon, it's in dev CVS now. On 5/26/05, Simon Poole <[EMAIL PROTECTED]> wrote: > Simon Poole wrote: > > The pkgconfig file, ewl.pc, currently reports Emotion as a dependency > > whether or not EWL was compiled with Emotion support. This causes apps > > that build with pkgconf

Re: [E-devel] e17 crashes when i open the desktopmenu

2005-05-26 Thread Ed Presutti
On Thu, 2005-05-26 at 13:40 +0200, jonathan naumann wrote: > i have updateed my e17 yesterday evening ... since that, it crahes > every time when i open the dektopmenu... > > Are you still running the default theme? I had that problem when I copied the default theme over to my personal themes di

[E-devel] e17 crashes when i open the desktopmenu

2005-05-26 Thread jonathan naumann
i have updateed my e17 yesterday evening ... since that, it crahes every time when i open the dektopmenu... --- SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate online with coworkers and clients while avoiding the high

Re: [E-devel] Patch: fix ewl.pc when emotion not present

2005-05-26 Thread Simon Poole
Simon Poole wrote: The pkgconfig file, ewl.pc, currently reports Emotion as a dependency whether or not EWL was compiled with Emotion support. This causes apps that build with pkgconfig to not recognise that complete EWL support is present. The attached patch fixes this behaviour. Forgot

[E-devel] Patch: fix ewl.pc when emotion not present

2005-05-26 Thread Simon Poole
www.appliancestudio.com --- ewl-20050526.orig/configure.in 2005-05-07 07:01:18.0 +0100 +++ ewl-20050526/configure.in 2005-05-26 09:44:52.136292568 +0100 @@ -236,6 +236,8 @@ edje_cflags=`$EDJE_CONFIG --cflags` edje_libs=`$EDJE_CONFIG --libs` +requirements="evas ecore edb edje" +