Re: Re: [E-devel] Entice segfaults

2005-08-09 Thread Corey Donohoe
I'll try to look into it, it's been acting weird on me since the edje thumbnailing stuff got merged in. :( * Paulo Jorge de Oliveira Cantante de Matos ([EMAIL PROTECTED]) wrote: > OK, finally. > > The patch seems to work... sometime. However, I've been getting > other segfaults... > > For exampl

Re: [E-devel] Entice segfaults

2005-08-07 Thread Paulo Jorge de Oliveira Cantante de Matos
OK, finally. The patch seems to work... sometime. However, I've been getting other segfaults... For example this one: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 13229)] 0xb7fa8211 in epsilon_info_get (e=0x8057f10) at Epsilon.c:303 303 if ((p->eei =

Re: [E-devel] Entice segfaults

2005-08-04 Thread Kirby Kuehl
export CFLAGS=-g On 7/31/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: > > Hi, > > Indeed, no more imlib2 warning and the segfault as it was > disappears but a little bit later after moving around the > thumbnails and checking some photos...: > $ entice fotos/ > Unabl

Re: [E-devel] Entice segfaults

2005-07-31 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, Indeed, no more imlib2 warning and the segfault as it was disappears but a little bit later after moving around the thumbnails and checking some photos...: $ entice fotos/ Unable to thumbnail fotos//fotos-escalada-31Mar2005.tar.bz2 Segmentation fault I tried to run gdb on it and it segfault

Re: [E-devel] Entice segfaults

2005-07-30 Thread Tilman Sauerbeck
Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> [2005-07-29 21:43]: > Hi all, Hi, > Anyway I've chosen a directory were I keep my images and entice > segfaults (probably trying to create thumbnail of a tar.bz2 > file): > > $ entice fotos/ > Segmentation fault > * Imlib2 Develo

Re: [E-devel] entice cvs won't build

2004-05-29 Thread Michel Briand
Yes when I removed -malign-double from CFLAGS of eet build, edje_cc started to work normaly, fine. I've suspected that it was in interaction with libjpeg. Perhaps, try to debug jpeg compression in eet write functions? Regards Michel Carsten Haitzler (The Rasterman) wrote: > On Sun, 23 May 2004 07

Re: [E-devel] entice cvs won't build

2004-05-27 Thread The Rasterman
On Sun, 23 May 2004 07:06:33 +0200 (MEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > I have had the same problem. Raster told me that's because eet had some > problems when it is compiled with some flags. The flags -ffast-math > -malign-double -march=pentium seem causing tro

Re: [E-devel] entice cvs won't build

2004-05-23 Thread Michel Briand
Indeed, I compiled all modules (http://kheb.homelinux.org/lunar/cache/pentium4) with : -O2 -mcpu=pentium4 -march=pentium4 -fomit-frame-pointer -falign-functions -falign-loops -falign-jumps -malign-double -msse -msse2 -mfpmath=sse Maybe I can debug EET to fix this I start investigations this aft

Re: [E-devel] entice cvs won't build

2004-05-22 Thread Vincent Torri
I have had the same problem. Raster told me that's because eet had some problems when it is compiled with some flags. The flags -ffast-math -malign-double -march=pentium seem causing trouble for eet. Hope this helps Vincent TORRI On Sat, 22 May 2004, Corey Donohoe wrote: > * Michel Briand ([EMA

Re: [E-devel] entice cvs won't build

2004-05-22 Thread Corey Donohoe
* Michel Briand ([EMAIL PROTECTED]) wrote: > Hello > > some issue on entice from CVS (22-05-2004) : > > make[4]: Entering directory `/usr/src/entice/data/themes/default' > edje_cc -v -id ../../images -fd ../../fonts default.edc default.eet > edje_cc: Error. unable to write image part "bg.png" as

Re: [E-devel] entice, eating my pictures.

2004-05-14 Thread Stafford Horne
Hi, I added a little bit of code to image.c which does a tolower() on the file extension. I know this is a hack, but it works great for funny file names, like Png and JPG. Stafford On Tue, 2004-05-11 at 22:29, Corey Donohoe wrote: > k, I think you have an old version. My code from a fresh

Re: [E-devel] entice, eating my pictures.

2004-05-11 Thread Corey Donohoe
k, I think you have an old version. My code from a fresh cvs update looks like this. I ran into this in the past as well, and ended up fixing it (if you can call it that) with the same idea you suggested. imlib_save_image_with_error_return(tmpfile, &err); evas_image_cache_flush(e

Re: [E-devel] entice fixes

2004-05-10 Thread Corey Donohoe
hmm... Latest cvs should already have these changes. iirc xcomp merged this stuff in when esmart migrated to e17/libs/ I had some fixups after that, but this patch shouldn't be necessary. Maybe try updating again? On Sun, 2004-05-09 at 00:32, Jeremy Kolb wrote: > Now sure what do do here, but

Re: [E-devel] entice fixes

2004-05-09 Thread Ibukun Olumuyiwa
You're building Entice against the outdated Esmart in e17/proto/esmart. Esmart has been moved to e17/libs/esmart and is now a collection of libraries, rather than a single library. Did you get the memo about this? --Ibukun Jeremy Kolb wrote: Now sure what do do here, but I made some fixes to g

Re: [E-devel] Entice

2004-02-01 Thread Mathieu Bruneau
Mathieu Bruneau wrote: Basically entice won't work right if your container plugins aren't working properly. So that might be your problem. You can check to make sure that it's not edje itself that's giving you issues. $ edje /usr/local/share/entice/themes/default.eet The Edje test progra

Re: [E-devel] Entice

2004-02-01 Thread Mathieu Bruneau
Basically entice won't work right if your container plugins aren't working properly. So that might be your problem. You can check to make sure that it's not edje itself that's giving you issues. $ edje /usr/local/share/entice/themes/default.eet The Edje test program works fine. It once in

Re: Re: Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-31 Thread Corey Donohoe
* Didier Casse ([EMAIL PROTECTED]) wrote: > On 29/01/04, at 02:40 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > > > * Didier Casse ([EMAIL PROTECTED]) wrote: > > > > > > It helped more than I had imagined. Now it works fine! Really cool! > > > > > > But with the default.eet I don't see much

Re: Re: Re: [E-devel] Entice

2004-01-30 Thread Didier Casse
On 28/01/04, at 23:16 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > Just to be sure checkout > http://www.atmos.org/docs/entice/index.html#requirements Hi Corey, This is the one I checked out first. Everything is in my box. > > ERROR: lt_dlclose (can't close resident module) > k,

Re: Re: Re: Re: [E-devel] Entice

2004-01-30 Thread Corey Donohoe
* Didier Casse ([EMAIL PROTECTED]) wrote: > > Hi Corey, > This is the one I checked out first. Everything is in my box. yay ! cool. > > > > ERROR: lt_dlclose (can't close resident module) > > k, I'm not really sure here. This is coming from the container in > > esmart(container_plugin.

Re: Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-30 Thread Corey Donohoe
* Didier Casse ([EMAIL PROTECTED]) wrote: > > It helped more than I had imagined. Now it works fine! Really cool! > > But with the default.eet I don't see much buttons around (no buttons I > would say!), so I replaced it with the winter.eet by rephorm and now it > looks similar to this > > http:

Re: Re: Re: [E-devel] Entice

2004-01-30 Thread Corey Donohoe
* Didier Casse ([EMAIL PROTECTED]) wrote: > > I think that I've the same problem! Take a look at my attachment! > All my imlib2 loaders are here! Just to be sure checkout http://www.atmos.org/docs/entice/index.html#requirements You can skip the imlib2 stuff there, what you already have should suff

Re: Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-30 Thread Corey Donohoe
* Didier Casse ([EMAIL PROTECTED]) wrote: > On 29/01/04, at 15:54 +0800, Didier Casse <[EMAIL PROTECTED]> wrote: > > > On 29/01/04, at 01:29 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > > > > > * What version of libtool are you using? > > > > libtool-1.4.3-5 > > > > > * Does commenting ou

Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-30 Thread Didier Casse
On 29/01/04, at 01:29 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > * What version of libtool are you using? libtool-1.4.3-5 > * Does commenting out the e_container_layout_plugin_set(e->container, > "entice"); call in src/bin/entice.c about line 125 help? You'll have to > recompile but you

Re: Re: Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-30 Thread Didier Casse
On 29/01/04, at 03:17 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > * Didier Casse ([EMAIL PROTECTED]) wrote: > > On 29/01/04, at 02:40 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > > > > > * Didier Casse ([EMAIL PROTECTED]) wrote: > > > > > > > > It helped more than I had imagined. Now

Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-29 Thread Didier Casse
On 29/01/04, at 15:54 +0800, Didier Casse <[EMAIL PROTECTED]> wrote: > On 29/01/04, at 01:29 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > > > * What version of libtool are you using? > > libtool-1.4.3-5 > > > * Does commenting out the e_container_layout_plugin_set(e->container, > > "entic

Re: Re: Re: Re: Re: [E-devel] Entice (problem solved!)

2004-01-29 Thread Didier Casse
On 29/01/04, at 02:40 -0600, Corey Donohoe <[EMAIL PROTECTED]> wrote: > * Didier Casse ([EMAIL PROTECTED]) wrote: > > > > It helped more than I had imagined. Now it works fine! Really cool! > > > > But with the default.eet I don't see much buttons around (no buttons I > > would say!), so I repla

Re: [E-devel] Entice

2004-01-22 Thread Vincent Torri
> Kevin Brosius wrote: > > >>>And entice is build and working! Except for the icons in the top right > corner they doesn't show up but i know the shortcuts already so > everything is fine to me! > > Thanks > > > >> > >> > >> > >>No icons in the upper right, ev

Re: Re: [E-devel] Entice

2004-01-22 Thread Corey Donohoe
* Mathieu Bruneau ([EMAIL PROTECTED]) wrote: > Kevin Brosius wrote: > > And entice is build and working! Except for the icons in the top > right corner they doesn't show up but i know the shortcuts > already so everything is fine to me! > > Thanks > > >> > >>No icons

Re: [E-devel] Entice

2004-01-22 Thread Mathieu Bruneau
Kevin Brosius wrote: And entice is build and working! Except for the icons in the top right corner they doesn't show up but i know the shortcuts already so everything is fine to me! Thanks No icons in the upper right, even when you mouse over that window region? That is working here..

Re: [E-devel] Entice

2004-01-22 Thread Kevin Brosius
Mathieu Bruneau wrote: > > > Corey Donohoe wrote: > > >* Mathieu Bruneau ([EMAIL PROTECTED]) wrote: > > > > > >>Mike Frysinger wrote: > >> > >> > >> > >>>here's what i got for depends: > >>>[EMAIL PROTECTED] 0 root # emerge entice -ep > >>>media-libs/imlib2 > >>>dev-db/edb > >>>dev-libs/eet > >>

Re: [E-devel] Entice

2004-01-21 Thread Mathieu Bruneau
Corey Donohoe wrote: * Mathieu Bruneau ([EMAIL PROTECTED]) wrote: Mike Frysinger wrote: here's what i got for depends: [EMAIL PROTECTED] 0 root # emerge entice -ep media-libs/imlib2 dev-db/edb dev-libs/eet x11-libs/evas x11-libs/ecore media-libs/edje media-libs/epeg media-libs/epsilon x11

Re: Re: [E-devel] Entice

2004-01-21 Thread Corey Donohoe
* Mathieu Bruneau ([EMAIL PROTECTED]) wrote: > Mike Frysinger wrote: > > >here's what i got for depends: > >[EMAIL PROTECTED] 0 root # emerge entice -ep > >media-libs/imlib2 > >dev-db/edb > >dev-libs/eet > >x11-libs/evas > >x11-libs/ecore > >media-libs/edje > >media-libs/epeg > >media-libs/epsilon

Re: [E-devel] Entice

2004-01-21 Thread Mathieu Bruneau
Mike Frysinger wrote: here's what i got for depends: [EMAIL PROTECTED] 0 root # emerge entice -ep media-libs/imlib2 dev-db/edb dev-libs/eet x11-libs/evas x11-libs/ecore media-libs/edje media-libs/epeg media-libs/epsilon x11-libs/esmart media-gfx/entice Thanks, i'm in the progress of builiding i

Re: [E-devel] Entice

2004-01-21 Thread Mike Frysinger
On Wednesday 21 January 2004 20:37, Mathieu Bruneau wrote: > I was using entice a lot in the past and i'm missing it right now on my > new computer. From what I see here, i think entice is buildable at the > moment and I was wondering which libs is needed for it ? > Evas, imlib2 and imlib2_loaders

Re: [E-devel] entice suggestions (was Re: E CVS apps/entice)

2003-08-20 Thread Yuri Hudobin
1. What does it mean "zooming in/out twice doubles/halves the scale factor"? Usually i need to scale faces up or down to fit screen. My vote for AutoCAD mousewheel behaviour. I was trying to think of a concise way to say that the zoom factor is approximately sqrt(2) and is multiplicative, so zoom

Re: [E-devel] Entice error

2003-08-18 Thread Yuri
Can't find my entice sources, but long time ago i made some changes, zooming related. piece: scale -= 0.5; if (scale < 0.5) scale = 0.5; e_handle_resize(); IMHO should be replaced with scale /=0.8; and scale *=1.25; otherwise. changes should be made in both buttons.c and event.c --

Re: [E-devel] Entice error

2003-08-18 Thread Kevin Brosius
Daniel Hulme wrote: > > > > Ah, well it would figure that I might find another error with the > > entice. I'm using it for most of my image viewing needs now, even > > without Enlightenment running. > That's what I like to hear. > > > This error occurs when I click on a bitmap (which shows up i

Re: [E-devel] Entice error

2003-08-18 Thread Daniel Hulme
> Ah, well it would figure that I might find another error with the > entice. I'm using it for most of my image viewing needs now, even > without Enlightenment running. That's what I like to hear. > This error occurs when I click on a bitmap (which shows up in the > sidebar and in the preview

Re: [E-devel] Entice compilation

2003-08-14 Thread Daniel Hulme
> I updated my cvs yesterday before compiling ... Where are those files > supposed to be ? I was unable to locate them in my cvs tree. Are they > supposed to be in SPLIT ? Yes, entice has been rewritten to use the ecore in SPLIT. This is the way of the future, and soon enough everything will be u

Re: [E-devel] Entice... WOW!

2003-08-14 Thread Daniel Hulme
> With the new patches submitted for Entice, I finally got it to compile > without error. All I can say is... WOW!!! It was worth the wait. ;) Thanks! Of course raster should take the credit as it is his original efforts that make it so nice. > One question: how do you load new files from within

Re: [E-devel] Entice... WOW!

2003-08-14 Thread The Rasterman
On Wed, 13 Aug 2003 01:32:42 -0400 Kyle Gonzales <[EMAIL PROTECTED]> babbled: > With the new patches submitted for Entice, I finally got it to compile > without error. All I can say is... WOW!!! It was worth the wait. ;) > > One question: how do you load new files from within En