Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread The Rasterman
On Tue, 29 Aug 2006 06:12:47 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld > > <[EMAIL PROTECTED]> babbled: > > > >> Eugen Minciu wrote: > >>> On Mon, 28 Aug 2006 14:29:08 +0100 > >>> Ess

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Sebastian Dransfeld
Carsten Haitzler (The Rasterman) wrote: > On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> > babbled: > >> Eugen Minciu wrote: >>> On Mon, 28 Aug 2006 14:29:08 +0100 >>> Essien Ita Essien <[EMAIL PROTECTED]> wrote: >>> >>> Well .. then maybe we shouldn't clearenv() in the

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

2006-08-28 Thread Sebastian Dransfeld
> +* add a dialog to allow selecting the default border from among those present > + in the theme (e.g. winter provides a 'square' border). after a theme change > + this should fall back to "default" if the selected one doesn't exist in the > + new theme. Wouldn't you need a full set of optiona

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread The Rasterman
On Tue, 29 Aug 2006 00:50:31 +0100 Essien Ita Essien <[EMAIL PROTECTED]> babbled: > Justin Patrin wrote: > > On 8/28/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > >> On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld > >> <[EMAIL PROTECTED]> babbled: > >> > >> > >

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Eugen Minciu
It _should_ inherit DISPLAY (as it's passed through a parameter to the function. This thing does work on my machine, remember?Also Essien told me he is currently working on fixing up session detection through ecore_desktop, so this may just be a case of our code not playing nice together ;) Could s

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Essien Ita Essien
Justin Patrin wrote: > On 8/28/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > >> On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> >> babbled: >> >> >>> Eugen Minciu wrote: >>> On Mon, 28 Aug 2006 14:29:08 +0100 Essien Ita Essien <[

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Justin Patrin
On 8/28/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> > babbled: > > > Eugen Minciu wrote: > > > On Mon, 28 Aug 2006 14:29:08 +0100 > > > Essien Ita Essien <[EMAIL PROTECTED]> wrote: > > > > > > Well .. the

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread The Rasterman
On Mon, 28 Aug 2006 16:55:19 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> babbled: > Eugen Minciu wrote: > > On Mon, 28 Aug 2006 14:29:08 +0100 > > Essien Ita Essien <[EMAIL PROTECTED]> wrote: > > > > Well .. then maybe we shouldn't clearenv() in the first place? We may not > > need to, since se

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread The Rasterman
On Mon, 28 Aug 2006 16:57:13 +0300 Eugen Minciu <[EMAIL PROTECTED]> babbled: > On Mon, 28 Aug 2006 14:29:08 +0100 > Essien Ita Essien <[EMAIL PROTECTED]> wrote: > > Well .. then maybe we shouldn't clearenv() in the first place? We may not > need to, since setenv(x,y,1) is called, which overwrites

Re: [E-devel] shelf contents

2006-08-28 Thread brian . mattern
On Mon, Aug 28, 2006 at 07:08:13PM +0200, Massimo Maiurana wrote: > Massimo Maiurana, il 27/08/2006 10:12, scrisse: > > > on a side note, I see that when the hour displayed by tclock ends > > with a "3" (e.g. 10:10:53) the text shifts a little to the right, as > > if the character for the number 3

Re: [E-devel] shelf contents

2006-08-28 Thread Massimo Maiurana
Massimo Maiurana, il 27/08/2006 10:12, scrisse: > on a side note, I see that when the hour displayed by tclock ends > with a "3" (e.g. 10:10:53) the text shifts a little to the right, as > if the character for the number 3 was narrower than the others. > does anybody seen this too? I tried to use

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Sebastian Dransfeld
Eugen Minciu wrote: > On Mon, 28 Aug 2006 14:29:08 +0100 > Essien Ita Essien <[EMAIL PROTECTED]> wrote: > > Well .. then maybe we shouldn't clearenv() in the first place? We may not > need to, since setenv(x,y,1) is called, which overwrites the var's contents > anyway. I didn't want to try it be

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Essien Ita Essien
Eugen Minciu wrote: > On Mon, 28 Aug 2006 08:01:54 +0300 > Eugen Minciu <[EMAIL PROTECTED]> wrote: > > And here is another version that frees the memory it allocates in the correct > place. > > Sorry about so many posts on what should have been a simple thingie. It's the > first patch I'm sending

Re: [E-devel] eet crashes in a directory without write permission

2006-08-28 Thread The Rasterman
On Mon, 28 Aug 2006 16:17:41 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: > Hi all, > > I'm using eet for the highscore support in elitaire, but eet crashes > while writing into a file that is in a directory, for that the user > hasn't got write permission, altough he has write permission

Re: [E-devel] eet crashes in a directory without write permission

2006-08-28 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: >On Mon, 28 Aug 2006 16:17:41 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> >babbled: > > > >>Hi all, >> >>I'm using eet for the highscore support in elitaire, but eet crashes >>while writing into a file that is in a directory, for that the user >>hasn't g

[E-devel] eet crashes in a directory without write permission

2006-08-28 Thread Peter Wehrfritz
Hi all, I'm using eet for the highscore support in elitaire, but eet crashes while writing into a file that is in a directory, for that the user hasn't got write permission, altough he has write permission for the file itself. To reproduce this: - first compile the attached test app and the

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Eugen Minciu
On Mon, 28 Aug 2006 14:29:08 +0100 Essien Ita Essien <[EMAIL PROTECTED]> wrote: Well .. then maybe we shouldn't clearenv() in the first place? We may not need to, since setenv(x,y,1) is called, which overwrites the var's contents anyway. I didn't want to try it before because I suspected clearen

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Essien Ita Essien
Eugen Minciu wrote: > On Mon, 28 Aug 2006 08:01:54 +0300 > Eugen Minciu <[EMAIL PROTECTED]> wrote: > > And here is another version that frees the memory it allocates in the correct > place. > > Sorry about so many posts on what should have been a simple thingie. It's the > first patch I'm sending

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Eugen Minciu
On Mon, 28 Aug 2006 08:01:54 +0300 Eugen Minciu <[EMAIL PROTECTED]> wrote: And here is another version that frees the memory it allocates in the correct place. Sorry about so many posts on what should have been a simple thingie. It's the first patch I'm sending you guys, I promise I'll try to s

Re: [E-devel] New patch for entranced and entrance

2006-08-28 Thread Eugen Minciu
On Mon, 28 Aug 2006 05:04:10 +0100 Essien Ita Essien <[EMAIL PROTECTED]> wrote: Ouch, sorry, lol :) Here it is > Eugen Minciu wrote: > > On Sun, 27 Aug 2006 23:22:38 +0300 > > Eugen Minciu <[EMAIL PROTECTED]> wrote: > > And finally, I've got it. > > > > The problem was in entrance_auth_setup_envi