Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread Alberto Castro
Thomas Jeunet wrote: > On 3/30/07, Frederick Reeve <[EMAIL PROTECTED]> wrote: > >> On Fri, 30 Mar 2007 12:41:15 + >> Aleksej Struk <[EMAIL PROTECTED]> wrote: >> >> >>> On Thu, Mar 29, 2007 at 09:52:16AM -0500, Nathan Ingersoll wrote: >>> On 3/29/07, Andreas Volz <[EMAIL PROT

Re: [E-devel] entrance configuration problem

2007-03-30 Thread Michael Jennings
On Friday, 30 March 2007, at 23:07:09 (+0200), Brian 'morlenxus' Miculcy wrote: > Thank you, that was the problem i told you about. I know it was, and I gave you the workaround. It worked fine. The patch is just better. :) Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[

Re: [E-devel] entrance configuration problem

2007-03-30 Thread Brian 'morlenxus' Miculcy
Thank you, that was the problem i told you about. Brian On Fri, Mar 30, 2007 at 04:07:56PM -0400, Michael Jennings wrote: > On Friday, 30 March 2007, at 10:47:56 (-0700), > Glen Larsen wrote: > > > For entrance, autogen.sh is failing to fill in the PACKAGE_CFG_DIR > > properly. That is, after

Re: [E-devel] entrance configuration problem

2007-03-30 Thread Michael Jennings
On Friday, 30 March 2007, at 10:47:56 (-0700), Glen Larsen wrote: > For entrance, autogen.sh is failing to fill in the PACKAGE_CFG_DIR > properly. That is, after executing "./autogen.sh --prefix=/opt/e17" > the variable definition has not been substituted correctly: > > $ grep PACKAGE_CFG_DIR s

Re: [E-devel] entrance configuration problem

2007-03-30 Thread David Seikel
On Fri, 30 Mar 2007 10:47:56 -0700 Glen Larsen <[EMAIL PROTECTED]> wrote: > For entrance, autogen.sh is failing to fill in the PACKAGE_CFG_DIR > properly. That is, after executing "./autogen.sh --prefix=/opt/e17" > the variable definition has not been substituted correctly: > > $ grep PACKAGE_C

[E-devel] entrance configuration problem

2007-03-30 Thread Glen Larsen
For entrance, autogen.sh is failing to fill in the PACKAGE_CFG_DIR properly. That is, after executing "./autogen.sh --prefix=/opt/e17" the variable definition has not been substituted correctly: $ grep PACKAGE_CFG_DIR src/config.h #define PACKAGE_CFG_DIR "${prefix}/etc" Note that entrance will

Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread Nathan Ingersoll
On 3/30/07, Aleksej Struk <[EMAIL PROTECTED]> wrote: > > From my point of view its too complex, and, moreover is not flexible > enough. For example I like to use milky them for E, but prefer Darkness > theme for ETK applications. So, if I install milky theme => I'm happy > with E, but not happy whi

Re: [E-devel] [PATCH] Cutout

2007-03-30 Thread Cedric BAIL
On Thursday 29 March 2007 20:38:43 Tilman Sauerbeck wrote: > Cedric BAIL [2007-03-29 17:58]: > > Another little patch that potentially break every thing and need review. > > To make the story short, when you have a lot of image on the screen with > > many cliping, you are creating and destroyin

Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread William Keaney
On 3/30/07, Thomas Jeunet <[EMAIL PROTECTED]> wrote: > > On 3/30/07, Frederick Reeve <[EMAIL PROTECTED]> wrote: > > On Fri, 30 Mar 2007 12:41:15 + > > Aleksej Struk <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Mar 29, 2007 at 09:52:16AM -0500, Nathan Ingersoll wrote: > > > > On 3/29/07, Andreas

Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread Thomas Jeunet
On 3/30/07, Frederick Reeve <[EMAIL PROTECTED]> wrote: > On Fri, 30 Mar 2007 12:41:15 + > Aleksej Struk <[EMAIL PROTECTED]> wrote: > > > On Thu, Mar 29, 2007 at 09:52:16AM -0500, Nathan Ingersoll wrote: > > > On 3/29/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > > > > > Maybe it's possibl

Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread Frederick Reeve
On Fri, 30 Mar 2007 12:41:15 + Aleksej Struk <[EMAIL PROTECTED]> wrote: > On Thu, Mar 29, 2007 at 09:52:16AM -0500, Nathan Ingersoll wrote: > > On 3/29/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > > > Maybe it's possible to merge multible edc files (E17, EWL, ETK) into one > > > big edj

Re: [E-devel] ecore : inotify.h not found

2007-03-30 Thread Antonio Palladini
On Fri, 30 Mar 2007 09:26:31 +1200 Jochen Schroeder wrote > I ran into the same problem. AFAIK inotify.h was moved to the glibc > system headers, I think because it is considered bad to include kernel > headers. However this only happened for glibc 2.5 and debian unstable is > still using 2.3 some

Re: [E-devel] Theme selection for user applications and themes

2007-03-30 Thread Aleksej Struk
On Thu, Mar 29, 2007 at 09:52:16AM -0500, Nathan Ingersoll wrote: > On 3/29/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > Maybe it's possible to merge multible edc files (E17, EWL, ETK) into one > > big edj file. So I could create my theme for various apps, modules and > > toolkit. But the us