Re: [e-users] special fx in 16.7.1

2004-09-09 Thread Didier Casse
On 08/09/04, at 20:40 -0400, Geoffrey <[EMAIL PROTECTED]> wrote:

> Kim Woelders wrote:
> > Geoffrey wrote:
> >
> >> Seems that the slide methods for windows does not function at all for
> >> me.  I've tried them all and see no effect.  Is this a known problem,
> >> or am I possibly missing something?
> >>
> >> Previously I have had success with box as well as a semi transparent
> >> slide setting.  I don't recall now, but I guess the semi-transparent
> >> would be technical?
> >>
> > It actually all works, except that the window sliding code wasn't
> > written to handle the CPU/graphics speed of computers today. The result
> > is that a minimum per iteration slide distance kicks in which makes the
> > slide time so short that you don't really see the effect.
>
> Ah, I see, or I don't see. :)  Thanks for the update.  Any plans to
> address this?

Yeah it's kind of a nice effect which was still present in
enlightenment-0.16.6. Is there any way to see this stuff?:-(



With kind regards,
Didier.

---
Didier F.B Casse | PhD student | Singapore Synchrotron light Source (SSLS)
Email: didierbe AT sps dot nus dot sg | Web: http://ssls.nus.edu.sg
GPG Key 1024D/B3C57D01 2004-06-23



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xorg 6.8.0 release

2004-09-09 Thread Didier Casse
On 09/09/04, at 12:08 -0400, Sean Johnson <[EMAIL PROTECTED]> wrote:

> Anyone tried 16.7.1 enlightenment with the 6.8.0 xorg release? Just
> wondering if there are any glaring gotchas.
>

None that I know of right now!


With kind regards,
Didier.

---
Didier F.B Casse | PhD student | Singapore Synchrotron light Source (SSLS)
Email: didierbe AT sps dot nus dot sg | Web: http://ssls.nus.edu.sg
GPG Key 1024D/B3C57D01 2004-06-23



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] embryo compile problems on gentoo

2004-09-09 Thread Anthony Arobone
Wait, I got it now.  Good thin I'm on the CVS ML too ;)
The problamatic file was update and now everything compiles...the
commit log mention the stdtypes issue...hehe

thanks


On Thu, 9 Sep 2004 10:27:18 -0700, Anthony Arobone <[EMAIL PROTECTED]> wrote:
> What do you mean by removed c99 stdtypes?  Is this something I can try
> to fix my issue?
> 
> Thanks
> 
> On Thu, 9 Sep 2004 09:49:31 +0900, The Rasterman Carsten Haitzler
> 
> 
> <[EMAIL PROTECTED]> wrote:
> > On Wed, 8 Sep 2004 14:01:46 -0700 Anthony Arobone <[EMAIL PROTECTED]> babbled:
> >
> >
> >
> > > First off, I know portage has e17 builds but I'd rather do it by hand
> > > unless it proves to be undoable.
> > >
> > > That said, I stepped through all the lib components building one at a
> > > time in the order enlightenment.org says to build them, but when I get
> > > to embryo it gives a compile error.  For each lib I run autogen.sh,
> > > make, make install, and then ldconfig.  I just checked everything out
> > > of cvs today.  Can anyone make sense of this compile error/warnings?
> > >
> > > Thanks,
> > > Anthony
> > >
> > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I../../src/lib -I../..
> > > -I../..-g -O2 -c embryo_cc_sc1.c
> > > In file included from embryo_cc_sc.h:37,
> > >  from embryo_cc_sc1.c:33:
> > > embryo_cc_amx.h:61: error: syntax error before "ucell"
> > > embryo_cc_amx.h:61: warning: data definition has no type or storage class
> > > embryo_cc_amx.h:84: error: syntax error before "uint32_t"
> > > embryo_cc_amx.h:84: warning: no semicolon at end of struct or union
> > > embryo_cc_amx.h:86: error: syntax error before '}' token
> > > embryo_cc_amx.h:86: warning: `packed' attribute ignored
> > > embryo_cc_amx.h:86: warning: data definition has no type or storage class
> > > embryo_cc_amx.h:131: error: syntax error before "uint16_t"
> > > embryo_cc_amx.h:131: warning: no semicolon at end of struct or union
> > > embryo_cc_amx.h:147: error: syntax error before '}' token
> > > embryo_cc_amx.h:147: warning: `packed' attribute ignored
> > > embryo_cc_amx.h:147: warning: data definition has no type or storage class
> > > embryo_cc_amx.h:226: error: syntax error before '*' token
> > > embryo_cc_amx.h:226: error: syntax error before '*' token
> > > embryo_cc_amx.h:226: warning: data definition has no type or storage class
> > > embryo_cc_amx.h:227: error: syntax error before '*' token
> > > embryo_cc_amx.h:227: error: syntax error before '*' token
> > > embryo_cc_amx.h:227: warning: data definition has no type or storage class
> > > embryo_cc_amx.h:244: error: syntax error before "uint16_t"
> > > In file included from embryo_cc_sc1.c:33:
> > > embryo_cc_sc.h:109: error: syntax error before "uint32_t"
> > > embryo_cc_sc.h:109: warning: no semicolon at end of struct or union
> > > embryo_cc_sc.h:134: error: syntax error before '}' token
> > > embryo_cc_sc.h:134: warning: data definition has no type or storage class
> > > embryo_cc_sc.h:210: error: syntax error before "symbol"
> > > embryo_cc_sc.h:210: warning: no semicolon at end of struct or union
> > > embryo_cc_sc.h:218: error: syntax error before '}' token
> > > embryo_cc_sc.h:218: warning: data definition has no type or storage class
> > > embryo_cc_sc.h:442: error: syntax error before '*' token
> > > embryo_cc_sc.h:442: warning: data definition has no type or storage class
> > > embryo_cc_sc.h:470: error: syntax error before '*' token
> > > embryo_cc_sc.h:471: error: syntax error before '*' token
> > > embryo_cc_sc.h:473: error: syntax error before '*' token
> > > embryo_cc_sc.h:474: error: syntax error before '*' token
> > > embryo_cc_sc.h:475: error: syntax error before "namehash"
> > > ...etc...etc...etc...
> >
> > hate to say it... but "works here".
> >
> > :(
> >
> > well i remove using c99 stdtypes - back to the good old faithfuls (in cvs)
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> > çè - èå (æç)  [EMAIL PROTECTED]
> > Tokyo, Japan (æä ææ)
> >
>


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] embryo compile problems on gentoo

2004-09-09 Thread Anthony Arobone
What do you mean by removed c99 stdtypes?  Is this something I can try
to fix my issue?

Thanks


On Thu, 9 Sep 2004 09:49:31 +0900, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Wed, 8 Sep 2004 14:01:46 -0700 Anthony Arobone <[EMAIL PROTECTED]> babbled:
> 
> 
> 
> > First off, I know portage has e17 builds but I'd rather do it by hand
> > unless it proves to be undoable.
> >
> > That said, I stepped through all the lib components building one at a
> > time in the order enlightenment.org says to build them, but when I get
> > to embryo it gives a compile error.  For each lib I run autogen.sh,
> > make, make install, and then ldconfig.  I just checked everything out
> > of cvs today.  Can anyone make sense of this compile error/warnings?
> >
> > Thanks,
> > Anthony
> >
> > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I../../src/lib -I../..
> > -I../..-g -O2 -c embryo_cc_sc1.c
> > In file included from embryo_cc_sc.h:37,
> >  from embryo_cc_sc1.c:33:
> > embryo_cc_amx.h:61: error: syntax error before "ucell"
> > embryo_cc_amx.h:61: warning: data definition has no type or storage class
> > embryo_cc_amx.h:84: error: syntax error before "uint32_t"
> > embryo_cc_amx.h:84: warning: no semicolon at end of struct or union
> > embryo_cc_amx.h:86: error: syntax error before '}' token
> > embryo_cc_amx.h:86: warning: `packed' attribute ignored
> > embryo_cc_amx.h:86: warning: data definition has no type or storage class
> > embryo_cc_amx.h:131: error: syntax error before "uint16_t"
> > embryo_cc_amx.h:131: warning: no semicolon at end of struct or union
> > embryo_cc_amx.h:147: error: syntax error before '}' token
> > embryo_cc_amx.h:147: warning: `packed' attribute ignored
> > embryo_cc_amx.h:147: warning: data definition has no type or storage class
> > embryo_cc_amx.h:226: error: syntax error before '*' token
> > embryo_cc_amx.h:226: error: syntax error before '*' token
> > embryo_cc_amx.h:226: warning: data definition has no type or storage class
> > embryo_cc_amx.h:227: error: syntax error before '*' token
> > embryo_cc_amx.h:227: error: syntax error before '*' token
> > embryo_cc_amx.h:227: warning: data definition has no type or storage class
> > embryo_cc_amx.h:244: error: syntax error before "uint16_t"
> > In file included from embryo_cc_sc1.c:33:
> > embryo_cc_sc.h:109: error: syntax error before "uint32_t"
> > embryo_cc_sc.h:109: warning: no semicolon at end of struct or union
> > embryo_cc_sc.h:134: error: syntax error before '}' token
> > embryo_cc_sc.h:134: warning: data definition has no type or storage class
> > embryo_cc_sc.h:210: error: syntax error before "symbol"
> > embryo_cc_sc.h:210: warning: no semicolon at end of struct or union
> > embryo_cc_sc.h:218: error: syntax error before '}' token
> > embryo_cc_sc.h:218: warning: data definition has no type or storage class
> > embryo_cc_sc.h:442: error: syntax error before '*' token
> > embryo_cc_sc.h:442: warning: data definition has no type or storage class
> > embryo_cc_sc.h:470: error: syntax error before '*' token
> > embryo_cc_sc.h:471: error: syntax error before '*' token
> > embryo_cc_sc.h:473: error: syntax error before '*' token
> > embryo_cc_sc.h:474: error: syntax error before '*' token
> > embryo_cc_sc.h:475: error: syntax error before "namehash"
> > ...etc...etc...etc...
> 
> hate to say it... but "works here".
> 
> :(
> 
> well i remove using c99 stdtypes - back to the good old faithfuls (in cvs)
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> çè - èå (æç)  [EMAIL PROTECTED]
> Tokyo, Japan (æä ææ)
>


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] fonts in Eterm

2004-09-09 Thread satyr
Hello, list!
Every time I start Eterm, an errors occured:

17:55 ~ >> Eterm
Eterm:  Error:  Unable to load font
"-cronyx-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r".
Falling back on "fixed"
Eterm:  Error:  Unable to load font
"-cronyx-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r".
Falling back on "fixed"

Eterm has many font options. Which of them must be corrected?
I have no alias on Eterm, this errors occures by default.


le:va



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] xorg 6.8.0 release

2004-09-09 Thread Sean Johnson
Anyone tried 16.7.1 enlightenment with the 6.8.0 xorg release? Just
wondering if there are any glaring gotchas.


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Theme Images not found for enlightenment 16.7.1

2004-09-09 Thread jacinto calvo sintes
I had this problem once when Imlib was compiled with libpng1-dev and
Enlightenment (for some reason apt-get installed other version of libpng-dev)
was compiled trough other libpng version, so, the confluence between imlib
with png1 ant #E with pngOther made this strange problem and made all menus
with funny pink and unreadeable colors. Maybe it's the same as you, png lib is
different between compiled stuff

On Wed, 08 Sep 2004 20:15:27 -0700, Arlo wrote
> I had successfully been using enlightenment-16.7.1 for a week or so 
> when one day I start up and all the theme images were gone. See 
> http://thefortifiedhill.org/bad-e.jpg
> 
> The errors revealed a series of imlib errors:
> 
> * Imlib2 Developer Warning * :
>  This program is calling the Imlib call:
> 
>  imlib_image_set_border();
> 
>  With the parameter:
> 
>  image
> 
>  being NULL. Please fix your program.
> 
> [12879] ImageStateRealize: Hmmm... is->im is NULL 
> (im_file=borders/common/images/border-bottom.png 
>
real_file=/usr/share/enlightenment/themes/winter/borders/common/images/border-bottom.png
> 
> The file under real_file does indeed exist and can be read by other 
> image viewers using imblib. (entice)
> 
> The first thing I did was to remove my ~/.enlightenment directory
> This however fixed nothing.
> I went through a process of reinstalling imlib and e.  I tried the 
> gentoo portage versions of both as well as cvs versions.  I also 
> made sure I completely cleaned out imlib from the system and did a 
> ldconfig after installing.  None of these re-installs fixed the problem.
> 
> I've screwed up my system plenty of times but never this seriously 
> or to the point where I've been this confused and unable to recover 
> things.  I don't see how the same versions could have worked before 
> and do not work now.  Any help would be appreciated.
> 
> -Arlo
> 
> ---
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> ___
> enlightenment-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Jacinto Calvo Sintes /// [EMAIL PROTECTED] 
www.seriousman.org///Linux User #142232 
[EMAIL PROTECTED]///www.seriousworks.net /// SeriousWorks Solutions SCP



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users