[E-devel] the witch 3

2005-10-29 Thread Jochen Schroeder
Hi everyone, I have still segfaults closing windows using the window menu. I am really puzzled. I upgraded to a new system over the last week (ubuntu breezy, the old one was hoary). I actually made a new installation on a separate partition so that rules out any old efl files floating around somew

Re: [e-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread The Rasterman
On Sat, 29 Oct 2005 19:56:34 +0200 ilLogict <[EMAIL PROTECTED]> babbled: > Aujourd'hui, Martin Geisler <[EMAIL PROTECTED]> a raconté : > > > ilLogict <[EMAIL PROTECTED]> writes: > > > >>>file->preview_funcs[0] = e_fm_file_is_image; > >>>file->preview_funcs[1] = e_fm_file_is_etheme; > >>>

Re: [E-devel] evolume-0.0.14ha1 gentoo ebuild

2005-10-29 Thread Gabriel Rossetti
oups, Yep, your right! thanks, here's the new one, thanks Jesse! Gabriel Jesse Luehrs wrote: On Sat, 29 Oct 2005 18:19:04 +0200 Gabriel Rossetti <[EMAIL PROTECTED]> wrote: Hello, Here is an ebuild for the latest evolume. Put it in portage overlay : /usr/local/portage/x11-plu

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread Mike Frysinger
On Sat, Oct 29, 2005 at 09:19:52PM +0200, Martin Geisler wrote: > ilLogict <[EMAIL PROTECTED]> writes: > > > As far as I tried, creating a n-field array and accessing the > > array[n] element always returned me NULL. > > You have been lucky, or rather, you've seen the effects of how memory > is a

Re: [E-devel] evolume 0.0.14ha1 is not listed in Modules

2005-10-29 Thread Eric Sandall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 29 Oct 2005, Boldin Pavel wrote: or just $ make load in evolume topdir. Won't that just load it for the user running `make load`? That won't work too well for a distribution package. ;) - -sandalle - -- Eric Sandall |

Re: [E-devel] evolume 0.0.14ha1 is not listed in Modules

2005-10-29 Thread Eric Sandall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 28 Oct 2005, Sebastian Dransfeld wrote: You always need to add modules by 'enlightenment_remote -module-load' to make them appear in the module list. Only the modules in the e src tree are automatically loaded with a new config. And it will

Re: [E-devel] evolume-0.0.14ha1 gentoo ebuild

2005-10-29 Thread Jesse Luehrs
On Sat, 29 Oct 2005 18:19:04 +0200 Gabriel Rossetti <[EMAIL PROTECTED]> wrote: > Hello, > > Here is an ebuild for the latest evolume. > > Put it in portage overlay : > > /usr/local/portage/x11-plugins/evolume > > then simply type as root : > ebuild /usr/local/portage/x11-plugins/evolume/evolum

[E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread Martin Geisler
ilLogict <[EMAIL PROTECTED]> writes: > As far as I tried, creating a n-field array and accessing the > array[n] element always returned me NULL. You have been lucky, or rather, you've seen the effects of how memory is allocated on the heap: you ought to get a segmentation fault when you access me

[e-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread ilLogict
Aujourd'hui, Martin Geisler <[EMAIL PROTECTED]> a raconté : ilLogict <[EMAIL PROTECTED]> writes: file->preview_funcs[0] = e_fm_file_is_image; file->preview_funcs[1] = e_fm_file_is_etheme; file->preview_funcs[2] = e_fm_file_is_ebg; file->preview_funcs[3] = e_fm_file_is_eap; + file

Re: [E-devel] entrance x86_64 failed...

2005-10-29 Thread Didier Casse
On 10/28/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > If this file is normal and could theoretically appear regardless of > architecture, I should probably just put an rm -f in the spec file and > leave it at that. > > Do you agree? > I agree too. There' s somebody who rebuilds my src rpms fo

[E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread ilLogict
- Message de enlightenment-cvs@lists.sourceforge.net - Date : Sat, 29 Oct 2005 07:16:21 -0700 De : enlightenment-cvs@lists.sourceforge.net Répondre à : enlightenment-devel@lists.sourceforge.net Sujet : E CVS: apps/e codewarrior À : enlightenment-cvs@lists.sourceforge.net

[E-devel] evolume-0.0.14ha1 gentoo ebuild

2005-10-29 Thread Gabriel Rossetti
Hello, Here is an ebuild for the latest evolume. Put it in portage overlay : /usr/local/portage/x11-plugins/evolume then simply type as root : ebuild /usr/local/portage/x11-plugins/evolume/evolume-0.0.14.ebuild digest and then install it with emerge. Enjoy, Gabriel # Copyright 1999-2005 Gen

Re: [e-devel] patches for efm (segfault and eye-candiness)

2005-10-29 Thread ilLogict
One day, maybe, I will not forget attaching files... Hello! This time 2 patches : - e_fileman_segfault_on_64bits.patch corrects out of bounds access when pointers are not 32bits (case on x86_64) - e_fileman_menu_entry_glow.patch is just for eye-candiness, when selecting the files entry, th

[e-devel] patches for efm (segfault and eye-candiness)

2005-10-29 Thread ilLogict
Hello! This time 2 patches : - e_fileman_segfault_on_64bits.patch corrects out of bounds access when pointers are not 32bits (case on x86_64) - e_fileman_menu_entry_glow.patch is just for eye-candiness, when selecting the files entry, the icon will change to selected directories' one... Cheer

Re: [E-devel] evolume 0.0.14ha1 is not listed in Modules

2005-10-29 Thread Boldin Pavel
2005/10/28, Eric Sandall > > Probably need to run: > > enlightenment_remote -module-load evolume > > enlightenment_remote -module-enable evolume > > That did it, thanks. :) or just $ make load in evolume topdir. --- This SF.Net email is sponsor

Re: [E-devel] .Directory select problem in EFL dialog

2005-10-29 Thread Hisham Mardam Bey
On 10/29/05, Andreas Volz <[EMAIL PROTECTED]> wrote: > is there a special "trick" to go into directories with a '.'? I found > no way to do this. Now I linked '.e' to 'e' to select something in this > directory. Is this currently the only way? > There's no way to do this yet as Efm currently just

Re: [E-devel] Add apps to "Configuration" menu

2005-10-29 Thread The Rasterman
On Sat, 29 Oct 2005 11:16:39 +0200 Andreas Volz <[EMAIL PROTECTED]> babbled: > Hi, > > I like to add apps to section "Configuration" in E17 menu. I've a lot > of configuration stuff that fits perfect in this place. Why not simply > add a new button to the menu editor for this place? > > And is t

[E-devel] .Directory select problem in EFL dialog

2005-10-29 Thread Andreas Volz
Hi, is there a special "trick" to go into directories with a '.'? I found no way to do this. Now I linked '.e' to 'e' to select something in this directory. Is this currently the only way? regards Andreas --- This SF.Net email is sponsored by

[E-devel] Add apps to "Configuration" menu

2005-10-29 Thread Andreas Volz
Hi, I like to add apps to section "Configuration" in E17 menu. I've a lot of configuration stuff that fits perfect in this place. Why not simply add a new button to the menu editor for this place? And is there a way to select icons for menu subdirectories? regards Andreas -

Re: [E-devel] Re: E CVS: apps/e raster

2005-10-29 Thread Sebastian Dransfeld
Michael Jennings wrote: On Saturday, 29 October 2005, at 08:17:01 (+0200), Sebastian Dransfeld wrote: Damn, I'm braindead. The point is when a process doesn't know anything about the startup id stuff, and doesn't unset the env. So my fix was faulty too. There should be something to identify an