Re: [E-devel] Stuff

2005-12-05 Thread The Rasterman
On Tue, 6 Dec 2005 00:36:53 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Sat, 3 Dec 2005 19:03:17 +0900 Carsten writes: > > On Fri, 2 Dec 2005 01:06:25 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> > > babbled: > > > > > > > > > > > > > > > Just some attached evas stuff >

Re: [E-devel] Stuff

2005-12-05 Thread Jose O Gonzalez
On Sat, 3 Dec 2005 19:03:17 +0900 Carsten writes: > On Fri, 2 Dec 2005 01:06:25 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> > babbled: > > > > > > > > > > > Just some attached evas stuff > > > > > > > > > > ok jose. i hate to do this can you > > > > > > 1. generate a diff: > > > > > >

Re: [E-devel] emotion always fails

2005-12-05 Thread Laurence Vanek
Mike Frysinger wrote: On Mon, Dec 05, 2005 at 09:30:48PM +0100, Martin Klaffenboeck wrote: emotion_xine_vo_out.c: In function `_emotion_frame_display': emotion_xine_vo_out.c:450: warning: assignment from incompatible pointer type you're using an old version of xine-lib -mike ---

Re: [E-devel] eVolume 0.0.17a has been released

2005-12-05 Thread The Rasterman
On Mon, 5 Dec 2005 12:22:13 -0800 (PST) Eric Sandall <[EMAIL PROTECTED]> babbled: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 3 Dec 2005, Pavel Boldin wrote: > >> Evolume installed to > >> /usr/lib/enlightenment/modules/evolume/linux-gnu-i686/module.so, from > >> what I saw. >

Re: [E-devel] What happens?

2005-12-05 Thread The Rasterman
On Mon, 05 Dec 2005 21:04:33 +0100 Martin Klaffenboeck <[EMAIL PROTECTED]> babbled: > Am Montag, den 05.12.2005, 08:38 +1100 schrieb Daniel Kasak: > > Martin Klaffenboeck wrote: > > > > >Hi there! > > > > > >I had segfaults when I logged in and having a $HOME/.e directory. > > >Because of this I

Re: [E-devel] -set-lang

2005-12-05 Thread Stafford Horne
Hello, I have made some changes for locale validation. Can you tell me if you see any messages on the "ctrl+alt+F1" console when you try to set the locale? Also. Can you tell me what is inside of your output of "locale -a". We are now doing some locale validation. If you give me your output

Re: [E-devel] eVolume 0.0.17a has been released

2005-12-05 Thread David Stevenson
On 12/6/05, Eric Sandall <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1On Sat, 3 Dec 2005, Pavel Boldin wrote:>> Evolume installed to>> /usr/lib/enlightenment/modules/evolume/linux-gnu-i686/module.so, from>> what I saw. >> are you sure? by default evolume installed in ~/.e/

Re: [E-devel] emotion always fails

2005-12-05 Thread Mike Frysinger
On Mon, Dec 05, 2005 at 09:30:48PM +0100, Martin Klaffenboeck wrote: > emotion_xine_vo_out.c: In function `_emotion_frame_display': > emotion_xine_vo_out.c:450: warning: assignment from incompatible pointer > type you're using an old version of xine-lib -mike

[E-devel] emotion always fails

2005-12-05 Thread Martin Klaffenboeck
emotion_xine_vo_out.c: In function `_emotion_frame_display': emotion_xine_vo_out.c:450: warning: assignment from incompatible pointer type emotion_xine_vo_out.c: In function `_emotion_overlay_blend_yuv': emotion_xine_vo_out.c:577: error: structure has no member named `hili_color' emotion_xine_vo_ou

Re: [E-devel] eVolume 0.0.17a has been released

2005-12-05 Thread Eric Sandall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 3 Dec 2005, Pavel Boldin wrote: Evolume installed to /usr/lib/enlightenment/modules/evolume/linux-gnu-i686/module.so, from what I saw. are you sure? by default evolume installed in ~/.e/e/modules now. Packages should never install to ~ ($

Re: [E-devel] What happens?

2005-12-05 Thread Martin Klaffenboeck
Am Montag, den 05.12.2005, 08:38 +1100 schrieb Daniel Kasak: > Martin Klaffenboeck wrote: > > >Hi there! > > > >I had segfaults when I logged in and having a $HOME/.e directory. > >Because of this I upgraded from CVS very often, but I still had to > >delete the .e directory before starting enlight

Re: [E-devel] -set-lang

2005-12-05 Thread Anders Troback
No it don't :-( I have tried enlightenment_remote -lang-set sv_SE.ISO8859-1 enlightenment_remote -lang-set sv_SE.UTF-8 enlightenment_remote -lang-set sv_SE.ISO8859-15 enlightenment_remote -lang-set de_DE.UTF-8 but E is still talking English and if I start programs from eap:s that program are als

Re: [E-devel] -set-lang

2005-12-05 Thread The Rasterman
On Mon, 5 Dec 2005 09:56:59 +0100 Anders Troback <[EMAIL PROTECTED]> babbled: > Hi, > > are there changes in -set-lang behavior? > > enlightenment_remote -set-lang XX no longer have effect! it works - you just need the full lang locale like enlightenment_remote -lang-set de_DE.utf8 enlightenm

[E-devel] -set-lang

2005-12-05 Thread Anders Troback
Hi, are there changes in -set-lang behavior? enlightenment_remote -set-lang XX no longer have effect! \\troback -- Microsoft is not the answer. Microsoft is the question. And 'No' is the answer! Anders

Re: [E-devel] [patch] ecore_config

2005-12-05 Thread Morten Nilsen
I just made a realization... + Ecore_Config_Bundle *t; + Ecore_Config_Prop *e; those two can be dropped, if this; + // Remove non-file data + t = __ecore_config_bundle_local; + while((e = t->data)) { + ecore_config_dst(e); + } is changed in