Re: [E-devel] Eclair configure

2005-06-20 Thread Mike Frysinger
On Monday 20 June 2005 01:36 pm, Arlo wrote: > I just removed PKG_PROG_PKG_CONFIG (line 21163) and toward the top of > configure set PKG_CONFIG=/usr/bin/pkg-config and things worked. > Obviously someone screwed up the automake stuff... >>>Sebastid<<< the macro sebastid used here is new to pkgconf

Re: [E-devel] --enable-libsuffix

2005-06-20 Thread Mike Frysinger
On Sunday 19 June 2005 03:31 pm, Andreas Schneider wrote: > what I really miss in all configure scripts is a --enable-libsuffix= > option. This should add a suffix to the libdir so that you can install > 64 bit binaries in /usr/lib64, /opt/enlightenment/lib64 etc. seems pointless why dont you ju

RE: Re: [E-devel] EWL entries

2005-06-20 Thread dan sinclair
Didn't go into cvs, but it dosen't look correct anyway. There is a memory leak in the if statement first off. Also, I don't see how this can fix the issue of the entry disappearing on delete as it only affects the insert function. dan > I'm fairly certain I tested that patch pretty thoroughly

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
I'm fairly certain I tested that patch pretty thoroughly and it either a) got committed, and/or b) did not solve the issue of text resizing. I believe the problem is that when you delete the text from a textblock it deletes all formatting information too. So we end up with a textblock with no font

Re: [E-devel] EWL entries

2005-06-20 Thread emby
maybe I'm losing my mind, but I found this one in the archives: http://sourceforge.net/mailarchive/forum.php? thread_id=7070689&forum_id=6427 I don't know if it addresses this specific problem, and/or maybe the decision was it didn't work right. I even submitted a patch for this myself, wh

RE: Re: [E-devel] EWL entries

2005-06-20 Thread dan sinclair
I can't remeber seeing any patches for this specific bug. Other patches for the entry have come in and been commited. There are a lot of different issues with the entry, and many of them are non-trivial to fix. If you have a patch, send it over. We have no problems commiting interm fixes, we j

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
Which patches? Where? I haven't seen any EWL patches to address this. On 6/20/05, emby <[EMAIL PROTECTED]> wrote: > thing is, several people have submitted patches to address this, and > none of those have been accepted, so the bug goes on crawling. I can > understand that you have a plan to overh

Re: [E-devel] Eclair configure

2005-06-20 Thread Arlo
Yeah...had that problem too. I just removed PKG_PROG_PKG_CONFIG (line 21163) and toward the top of configure set PKG_CONFIG=/usr/bin/pkg-config and things worked. Obviously someone screwed up the automake stuff... >>>Sebastid<<< Arlo Andrew Elcock wrote: >./configure: line 21163: PKG_PROG_P

Re: [E-devel] EWL entries

2005-06-20 Thread emby
thing is, several people have submitted patches to address this, and none of those have been accepted, so the bug goes on crawling. I can understand that you have a plan to overhaul the text entry, and I can understand that you don't want to introduce halfway fixes that you later have to back o

[E-devel] Eclair configure

2005-06-20 Thread Andrew Elcock
./configure: line 21163: PKG_PROG_PKG_CONFIG: command not found pkg-config is not in your $PATH. Please ensure it is. Read the manual page for you shell as to how to extend your path. configure: error: Cannot find pkg-config \-> which pkg-config /usr/bin/pkg-config -

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
Bug in EWL. Need to track it down but we're planning to overhaul the entry to fix some of the larger issues. On 6/20/05, James Hales <[EMAIL PROTECTED]> wrote: > I've tried looking around, and messing with a few of those size things > with the Ewl entry widget, but I can't find an answer, so I was

Re: [E-devel] Black background.

2005-06-20 Thread Hisham Mardam Bey
Already in TODO waiting for Seb to fix it (= On 6/20/05, Boldin Pavel <[EMAIL PROTECTED]> wrote: > Hello. > > I found a bug: when you fullscreen some window and unfullscreen it you > get black background window. > > For example if you use gqview and view images in fullscreen mode then > you back

[E-devel] Black background.

2005-06-20 Thread Boldin Pavel
Hello. I found a bug: when you fullscreen some window and unfullscreen it you get black background window. For example if you use gqview and view images in fullscreen mode then you back to normal mode background is became black. This bug is first appear in CVS in last 5-8 days. -- Sorry fo