Re: [E-devel] e17 - compiler seg fault during "e" make

2005-09-24 Thread Jonathan Turner
Yeah, I'd definitely recommend getting a memtest cd from somewhere and running it, most likely some of your RAM is going bad. Jonathan On 9/24/05, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Saturday 24 September 2005 12:18 am, Laurence Vanek wrote: > > a few minues later did cvs update then w

[E-devel] trivial patch for about dialog

2005-09-24 Thread Massimo Maiurana
hi, although all the code for the "about enlightenment" dialog has moved to a different file, the text in that dialog is still untranslatable (i.e. it will always displayed in english no matter if there is a translated text). the problem seems to reside in the unicode copyright glyph; looks like

Re: [E-devel] Slow eap startup

2005-09-24 Thread The Rasterman
On Fri, 23 Sep 2005 21:07:25 -0400 Robert May <[EMAIL PROTECTED]> babbled: > I am not noticing the slowdown but I don't have the usual system. > 941 eap's less than 1 second > Dual Xeon 3Ghz > 4GB DDR > SCSI > > SuSE 9.3 all updates i dont even notice either with 200 eaps and plain old ide disk.

Re: [E-devel] trivial patch for about dialog

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 10:21:50 +0200 Massimo Maiurana <[EMAIL PROTECTED]> babbled: > > hi, > although all the code for the "about enlightenment" dialog has moved > to a different file, the text in that dialog is still untranslatable > (i.e. it will always displayed in english no matter if there is

Re: [E-devel] eap menu question

2005-09-24 Thread The Rasterman
On Fri, 23 Sep 2005 16:46:52 -0400 Robert May <[EMAIL PROTECTED]> babbled: > Good Afternoon E developers! > > Would it be possible to add menu generation information to the eap's > themselves? A rough example would be: > kbattleship.eap > > Menu "Favorite Applications" (vice Gadgets or Modules

[E-devel] e17 segfault caused by ecore, and fix

2005-09-24 Thread David Sharp
something to do with icons not being there.. anyway, it's a one-liner fix. fake diff: ecore_x_netwm.c:654 - if(icon) + if(icon && *icon) memcpy(*icon, &(data[2]), len * sizeof(unsigned int)); also, seems like 'src' is set on the line before, and subsequently not used. --

Re: [E-devel] e17 segfault caused by ecore, and fix

2005-09-24 Thread Sebastian Dransfeld
David Sharp wrote: something to do with icons not being there.. anyway, it's a one-liner fix. fake diff: ecore_x_netwm.c:654 - if(icon) + if(icon && *icon) memcpy(*icon, &(data[2]), len * sizeof(unsigned int)); This shouldn't be possible. If (icon) is true, then we do malloc, and if the m

[E-devel] Border lag after the signal binding change

2005-09-24 Thread Виктор Кожухаров
I updated the blue_eyed theme with the new singal binding changes, and noticed that when the window is deiconified (btw, why is the binding called minimize, and not iconify?), the window is redrawn, and one second afterwards, the border is redrawn. I thought I messed up the theme, but this also hap

Re: [E-devel] Border lag after the signal binding change

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 14:38:09 +0300 Виктор Кожухаров <[EMAIL PROTECTED]> babbled: > I updated the blue_eyed theme with the new singal binding changes, and > noticed that when the window is deiconified (btw, why is the binding > called minimize, and not iconify?), the window is redrawn, and one > se

[E-devel] Monitor module problem

2005-09-24 Thread Robert May
The Monitor module is acting weird on my system. I have a dual head monitor running two displays. Display0 constantly shows cpu usage at 0%, RAM usage displays perfectly, and Eth0 only shows transmit numbers. On Display1 CPU usage is accurate (compared to gkrellm), RAM usage is displayed perfectly

[E-devel] segfault dragging in the pager

2005-09-24 Thread Massimo Maiurana
if I try to drag a window outside of the pager module it's all ok, but if I try to do the same in the (ex)desktopname popup E segfaults. attached is a gdb backtrace. -- Massimo Maiurana mailto:[EMAIL PROTECTED] http://massimo.solira.org GPG keyID #7044D601 Arti

Re: [E-devel] A patch

2005-09-24 Thread Nathan Ingersoll
I don't think dan was trying to make a personal attack. My understanding was that he was pointing out a lot of time was being spent responding to design criticisms and not making progress on code.On 9/23/05, Jose O Gonzalez <[EMAIL PROTECTED] > wrote:Here's a large patch to finish a tiny le

[E-devel] Re: [e-users] Problems since last CVS upgrade

2005-09-24 Thread Thomas
Carsten Haitzler (The Rasterman) wrote: >>I can't use the mouse on the window list or anything anymore. Can't >>minimize, maximize, close or open options dialog or anything. I ned >>help :[ > use the default theme for starters, as for the mouse - works here :) I updated from CVS today, and all

Re: [E-devel] e17 - compiler seg fault during "e" make

2005-09-24 Thread Laurence Vanek
Mike Frysinger wrote: On Saturday 24 September 2005 12:18 am, Laurence Vanek wrote: a few minues later did cvs update then was able to compile "e" without error. update didnt show and changes to my tree. *cough* bad hardware *cough* -mike ---

Re: [E-devel] e17 segfault caused by ecore, and fix

2005-09-24 Thread David Sharp
On 9/24/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > David Sharp wrote: > > something to do with icons not being there.. anyway, it's a one-liner fix. > > > > fake diff: > > ecore_x_netwm.c:654 > > - if(icon) > > + if(icon && *icon) > > memcpy(*icon, &(data[2]), len * sizeof(unsigned in

[E-devel] E17 I18N Input Methods

2005-09-24 Thread Stafford Horne
Hello, A few weeks ago I started working on some code that allows E17 to setup Input Methods. This is usually setup in the Xsession script which setup up all of your default env variables and starts and support programs needed for input. The goal is to have support of input methods managed by

Re: [E-devel] Re: [e-users] Problems since last CVS upgrade

2005-09-24 Thread Brian Mattern
Thomas wrote: >Carsten Haitzler (The Rasterman) wrote: > > >>>I can't use the mouse on the window list or anything anymore. Can't >>>minimize, maximize, close or open options dialog or anything. I ned >>>help :[ >>> >>> >>use the default theme for starters, as for the mouse - works her

Re: [E-devel] First project submittal -- a calendar module

2005-09-24 Thread Dale Anderson
Yeah my bad , relying on autofoo to do the right thing isnt a good idea . Dale. On 24/09/2005, at 2:47 AM, Michael Jennings wrote: On Thursday, 22 September 2005, at 13:38:33 (+1200), Dale Anderson wrote: /me spanks Nathan [EMAIL PROTECTED]:~/source/e17/apps/e_modules$ grep -R '/opt/DEVEL/

Re: [E-devel] e17 segfault caused by ecore, and fix

2005-09-24 Thread Sebastian Dransfeld
David Sharp wrote: On 9/24/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: David Sharp wrote: something to do with icons not being there.. anyway, it's a one-liner fix. fake diff: ecore_x_netwm.c:654 - if(icon) + if(icon && *icon) memcpy(*icon, &(data[2]), len * sizeof(unsigned int));

Re: [E-devel] e17 segfault caused by ecore, and fix

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 18:08:40 -0700 David Sharp <[EMAIL PROTECTED]> babbled: > On 9/24/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > > David Sharp wrote: > > > something to do with icons not being there.. anyway, it's a one-liner fix. > > > > > > fake diff: > > > ecore_x_netwm.c:654 > > > -

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 03:10:12 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Sat, 24 Sep 2005 00:33:07 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > > > On Fri, 23 Sep 2005 22:26:44 +1000 David Seikel > > <[EMAIL PROTECTED]> babbled: > > > > > takes seventeen seconds

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread The Rasterman
On Fri, 23 Sep 2005 23:40:14 +0200 Gabriel Rossetti <[EMAIL PROTECTED]> babbled: > Can't you just cache the eaps that need to be visible? I doubt that he > has hundreds of eaps in his ibar/engage. yes and no. the scheme i am working on shouldn't matter - it can cche the whole lot in a few kb of c

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 10:40:56 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > Just so we have some figures to get a handle on this, I did some timing > tests on the e17 I got from cvs this morning. > > This is on my Athlon XP 3000+ with Barton Core, ASUS A7V333 MoBo, 512 MB > DDR 333 KingMax RAM

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread The Rasterman
On Sat, 24 Sep 2005 08:35:50 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > It's 8 in the morning here, and I've been awake since some vague time > way back in yesterday. I may be rambling. I also have no idea what I'm > talking about, since I have not looked at the code or the design. > > O

[e-devel] patch for viewing eaps' generic and comment fields on menu

2005-09-24 Thread ilLogict
Hello! I'm attaching a patch to display eap's generic and comment fields on menu, configurable via IPC. You can enable displaying of name/generic/comment field. With all activated it will look like name (generic) [comment] (default). As this was created before the Configuration Panel exists (wa

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread David Seikel
On Sun, 25 Sep 2005 11:24:43 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Sat, 24 Sep 2005 03:10:12 +1000 David Seikel > <[EMAIL PROTECTED]> babbled: > > > the background' tricks to X. At the moment, the bulk of getting > > logged in graphically is spent in X before it

Re: [E-devel] Slow startup with lots of eap's.

2005-09-24 Thread The Rasterman
On Sun, 25 Sep 2005 14:29:47 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Sun, 25 Sep 2005 11:24:43 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > > > On Sat, 24 Sep 2005 03:10:12 +1000 David Seikel > > <[EMAIL PROTECTED]> babbled: > > > > > the background' tricks