Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread The Rasterman
On Thu, 6 Apr 2006 07:47:52 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: > On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) > Andrei Lahun <[EMAIL PROTECTED]> wrote: > > > I made a patch for evas, now we load only first font > > which match criteria , not a full list returned by > > fontconfig , for

[E-devel] e17 CVS - calendar module (year issue)

2006-04-05 Thread Laurence Vanek
I hate to mention this yet again but latest build of calendar module still reverts year from "2006" to "106" at midnite each day. Unloading & re-enabling manually gives correct display (until date changes). Im building from: pserver:[EMAIL PROTECTED]:/var/cvs/e running FC5 system (although

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Thu, 6 Apr 2006 08:48:42 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > starters. the solution might be to provide an escaper that lets you > build a comamndline - maybe an ecore_exe_snprintf() that has a %E > (thats used by printf - but you get the idea), OR maybe a simple

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Thu, 6 Apr 2006 08:41:26 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo <[EMAIL PROTECTED]> > babbled: > > > Ecore_exe will try to avoid using "sh -c" to execute a program if > > it can. If the command line contains shell meta

Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread The Rasterman
On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) Andrei Lahun <[EMAIL PROTECTED]> babbled: > Hello. > I tried to profile e to see why do i have 40Mb in > Vmsize. > I used script which check /proc//smaps > So i got after restart: > VMSIZE: 40232 kb > RSS: 19860 kb total > 2258 kb

Re: [E-devel] Problem creating deb-package

2006-04-05 Thread The Rasterman
On Wed, 05 Apr 2006 18:58:49 +0200 Marcus <[EMAIL PROTECTED]> babbled: > Hello guys, got a problem when installing e17. > I was working down the buil-order (the more complte one) as the third > one was evas. > When building it, it promped for the edb library, so I went to install > it. Thats whe

Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread Stafford Horne
On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) Andrei Lahun <[EMAIL PROTECTED]> wrote: > I made a patch for evas, now we load only first font > which match criteria , not a full list returned by > fontconfig , for example with current code if i load > "Verdana" evas + fontconfig load total 37 fonts with

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread The Rasterman
On Thu, 6 Apr 2006 03:38:20 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo <[EMAIL PROTECTED]> wrote: > > > Ecore_exe will try to avoid using "sh -c" to execute a program if it > > can. If the command line contains shell meta characters (defined

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread The Rasterman
On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo <[EMAIL PROTECTED]> babbled: > Ecore_exe will try to avoid using "sh -c" to execute a program if it > can. If the command line contains shell meta characters (defined as any > combination of |&;<>$'\"'*?#) it will use the user's shell to execute >

[E-devel] Start Entropy...

2006-04-05 Thread Anders Troback
Hi list! Now days I got: Sorry, but you haven't loaded a layout plugin. Please configure one. when I tries to run Entropy! What did I miss here? Thanks! \\troback -- Microsoft is not the answer. Microsoft is the question. And 'No' is the answer

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread Ramkumar R
> On the other hand, I can see that allowing programs to ask ecore_exe > to use /bin/sh instead of whatever shell the user prefers to use would > be a good idea. +1. This is what system in the standard C library does as well. This way, we can assure the client that we would be executing using the

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo <[EMAIL PROTECTED]> wrote: > Ecore_exe will try to avoid using "sh -c" to execute a program if it > can. If the command line contains shell meta characters (defined as > any combination of |&;<>$'\"'*?#) it will use the user's shell to > execute the

[E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread Mike Russo
Ecore_exe will try to avoid using "sh -c" to execute a program if it can. If the command line contains shell meta characters (defined as any combination of |&;<>$'\"'*?#) it will use the user's shell to execute the command, otherwise it will execute it directly. Unfortunately this causes a pr

[E-devel] Problem creating deb-package

2006-04-05 Thread Marcus
Hello guys, got a problem when installing e17. I was working down the buil-order (the more complte one) as the third one was evas. When building it, it promped for the edb library, so I went to install it. Thats where the problem is, it seems to be a bug (perhaps it's a bug in my brain), I can't

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo <[EMAIL PROTECTED]> wrote: > Ecore_exe will try to avoid using "sh -c" to execute a program if it > can. If the command line contains shell meta characters (defined as > any combination of |&;<>$'\"'*?#) it will use the user's shell to > execute the

[E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread Andrei Lahun
Hello. I tried to profile e to see why do i have 40Mb in Vmsize. I used script which check /proc//smaps So i got after restart: VMSIZE: 40232 kb RSS: 19860 kb total 2258 kb shared 2304 kb private clean 12444 kb private dirty I found out that a

Re: [E-devel] Re: E CVS: libs/ecore raster

2006-04-05 Thread Falko Schmidt
On Wed, Apr 05, 2006 at 10:46:04AM +0900, Carsten Haitzler wrote: > On Wed, 5 Apr 2006 02:43:53 +0200 Falko Schmidt > <[EMAIL PROTECTED]> babbled: > > > On Fri, Mar 31, 2006 at 08:55:07AM +0900, Carsten Haitzler wrote: > > > > [...] > > > > > > ./usr/share/ecore ./usr/share/ecore/fonts > > > > .