Re: [E-devel] E16 distribution split

2004-04-18 Thread Kim Woelders
Ben Rockwood wrote:
Sounds great Kim.  I haven't check, have the Makefiles been updated
to make dist without all the cruft?
I think auto* and RPM specs are updated and working in the e16/e as well
as in the new edox-data and theme directories.
And are you planning a pre- release of 16.7 or just going to drop the
 final?
I definitively don't want to go for one final 16.7. I'm sure some pre's
will flush out some bugs.
I'm hoping I can get some ports ready as near to the release date as
I can.  I've already done some testing on Solaris but run into some
problems. I'm hoping to straighten those out and possibly even get an
IRIX port together.
Is there anything I can do to ease the porting?

/Kim

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E16 distribution split

2004-04-18 Thread Kim Woelders
Robert G. Werner wrote:
Just could you include a note in the README or somewhere detailing 
what we need to download and how to install it.

Yes, I guess there should be a few lines.

/Kim

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: enlightenment-devel digest, Vol 1 #1425 - 5 msgs

2004-04-18 Thread Beny Spensieri Jr
 Beny Spensieri Jr wrote:
  I'm running Fedora Core 1 and I switched the window manager to e16.6. 
  Problem is that when I create new side panels, they tend to float in the
  middle of the screen, instead of sticking to the side.
  
 Does this happen after a restart or just suddenly?

It happens as soon as the panel is created.  I can make it stick for
the session by turning on autohide, and then turning it off.  However on
the next startup, they go back to the centre of the screen.

 
  This problem only occurred once I switched to e.  The only way to make
  the issue go away is to enable autohide.
  
  Any suggestions as to what's causing the problem?
  
 I have also seen some weirdness with gnome-panel.
 So far I have assumed that it is a bug in gnome-panel, but I'm not
 entirely convinced that it isn't somehow a problem with E.

In my experience, this is the first time this ever happened.  I used e
with plain vanilla redhat gnome (up to redhat 7.3) and with various
versions of Ximian Gnome.  It was only when I switched to FC1 that I had
this problem.

 gnome-panel has it's own ideas about placement so I suggest not to try
 to make E place it.
 I have a few times succeeded to make gnome-panel behave by wiping out
 its settings. Unfortunately I'm not certain where they are stored,
 probably somewhere in ~/.gnome2/... and/or ~/.gconf*/...
 You could try making an entirely new user and see if that user has the
 same problems as you see.
 
 /Kim






---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Hi All 

Just wondering if anyone else is having issues with evas built with
--enable-mmx on a k6-2 box.
I got an illegal instruction running evas_software tests and run it
through gdb , it appears for some reason the SIGILL isnt being
recognised/caught when testing for mmx2 on launch.

Cheers
Dale.  



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Stafford Horne
Dale,

This is normal behavior.

TO test for hardware support of instructions evas will execute them and
catch the SIGILL to see if it can really support the instruction.

If you think this is crashing you program.. try to continue in gdb its
should not be the cause of the crash.

Stafford

On Mon, 2004-04-19 at 07:44, Dale Anderson wrote:
 Hi All 
 
 Just wondering if anyone else is having issues with evas built with
 --enable-mmx on a k6-2 box.
 I got an illegal instruction running evas_software tests and run it
 through gdb , it appears for some reason the SIGILL isnt being
 recognised/caught when testing for mmx2 on launch.
 
 Cheers
 Dale.  
 
 
 
 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 enlightenment-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Ahhh neat :) 

/me resync's 

Cheers
Dale.

On Mon, 2004-04-19 at 13:33, Carsten Haitzler wrote:
 On Mon, 19 Apr 2004 12:13:00 +1200 Dale Anderson [EMAIL PROTECTED]
 babbled:
 
  NP I had specifically disabled to get around it anyhow ...works fine
  without mmx enabled ...just hadnt seen it mentioned on the list and was
  wondering wether it kernel related or not :) 
 
 actually i just found the problem - not the kernel - though it looked like it. i
 needed to use sigsetjmp and siglongjmp not setjmp and longjmp as the signal
 vectors didnt get reset and 2.6 was more rutheless. :)
 
  Cheers
  Dale.
  
  On Mon, 2004-04-19 at 12:03, Carsten Haitzler wrote:
   On Mon, 19 Apr 2004 11:44:17 +1200 Dale Anderson
   [EMAIL PROTECTED] babbled:
   
Hi All 

Just wondering if anyone else is having issues with evas built with
--enable-mmx on a k6-2 box.
I got an illegal instruction running evas_software tests and run it
through gdb , it appears for some reason the SIGILL isnt being
recognised/caught when testing for mmx2 on launch.
   
   go back to a 2.4.x kernel. it will work then. for now this SEEMS to be a bug
   with 2.6.x with illegal instruction vector handling under certain
   conditions. i have punted off isolated test code that shows this to one of
   the kernel maintainers i know and will see what comes of it :)
   
   you have 2 choices - EXPLICITLY --disable-sse in configure OR go back to
   2.4.x kernels.
  
  
  
  ---
  This SF.Net email is sponsored by: IBM Linux Tutorials
  Free Linux tutorial presented by Daniel Robbins, President and CEO of
  GenToo technologies. Learn everything from fundamentals to system
  administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
  ___
  enlightenment-devel mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel