Re: [E-devel] Web site

2006-10-18 Thread The Rasterman
On Wed, 18 Oct 2006 10:11:49 -0600 "Bryan Petty" <[EMAIL PROTECTED]> babbled: > On 10/18/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > this makes me so fucking keen to get our own box. > > We're dealing with the same problem over at the wxWidgets/wxPython > projects, and I've

Re: [E-devel] Eterm cut and paste doesn't work on x86_64 with gcc4.1.1

2006-10-18 Thread The Rasterman
On Wed, 18 Oct 2006 13:54:36 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Saturday, 14 October 2006, at 01:56:55 (-0400), > Mike Frysinger wrote: > > > selection_send() looks like it could use some calls to D_SELECT() > > ... otherwise it doesnt look like it gets called at all > > T

[E-devel] [PATCH] Unmaximize Handling

2006-10-18 Thread Metrics
Small patch to change the logic if a configure_request is called by a maximized window. We don't save the value anymore as its better to just ignore them from a UI point of view. Additionally, don't resize below minimum size on unmaximise (can happen if min size changes whilst max'ed). metrics In

Re: [E-devel] [patch] temp module, acpi thermal_zone selection

2006-10-18 Thread Bradley Reed
On Wed, 18 Oct 2006 12:11:55 -0500 Kent Stevens <[EMAIL PROTECTED]> wrote: > > Hello hello, > There was some brief talk about adding acpi thermal zone selection to > the temperature module on irc a few days back. I ground this out > which should work for the relatively generic naming conventio

Re: [E-devel] [patch] temp module, acpi thermal_zone selection

2006-10-18 Thread David Seikel
On Wed, 18 Oct 2006 12:11:55 -0500 Kent Stevens <[EMAIL PROTECTED]> wrote: > There was some brief talk about adding acpi thermal zone selection to > the temperature module on irc a few days back. I ground this out > which should work for the relatively generic naming convention which > lies with

Re: [E-devel] Eterm cut and paste doesn't work on x86_64 with gcc4.1.1

2006-10-18 Thread Michael Jennings
On Saturday, 14 October 2006, at 01:56:55 (-0400), Mike Frysinger wrote: > selection_send() looks like it could use some calls to D_SELECT() > ... otherwise it doesnt look like it gets called at all True :) > in my testing over here, every paste that works involves > selection_send() doing XA_S

Re: [E-devel] Web site

2006-10-18 Thread David Seikel
On Wed, 18 Oct 2006 19:21:42 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 18 Oct 2006 11:09:02 +0100 Andrew Williams > <[EMAIL PROTECTED]> babbled: > > > Does anyone know what has happened to the website? It seems to be > > deleted - or is it just a bandwidth limit

Re: [E-devel] [patch] fix typo in eterm/src/command.c

2006-10-18 Thread Michael Jennings
On Saturday, 14 October 2006, at 01:08:51 (-0400), Mike Frysinger wrote: > as pointed out in this warning: > command.c:1206: warning: 'font_atom' is used uninitialized in this function > > gc_atom = XInternAtom(Xdisplay, "GC", False); > gc_atom = XInternAtom(Xdisplay, "FONT", False); > > that se

[E-devel] [patch] temp module, acpi thermal_zone selection

2006-10-18 Thread Kent Stevens
Hello hello, There was some brief talk about adding acpi thermal zone selection to the temperature module on irc a few days back. I ground this out which should work for the relatively generic naming convention which lies within /proc/acpi/thermal_zone/. I tested it out on the laptop which h

Re: [E-devel] building with automake-1.10

2006-10-18 Thread Mike Frysinger
On Tuesday 17 October 2006 22:42, Michael Jennings wrote: > config.rpath is relatively new; what version of automake brought that > about? it isnt new really ... gettext has used it for quite a while now (as long as ive played with gettext) i guess automake now performs sanity checks to make sur

Re: [E-devel] Web site

2006-10-18 Thread Bryan Petty
On 10/18/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > this makes me so fucking keen to get our own box. We're dealing with the same problem over at the wxWidgets/wxPython projects, and I've heard Boost has been dealing with it as well. We're all just as annoyed. Looks like it wa

Re: [E-devel] Web site

2006-10-18 Thread The Rasterman
On Wed, 18 Oct 2006 11:09:02 +0100 Andrew Williams <[EMAIL PROTECTED]> babbled: > Does anyone know what has happened to the website? It seems to be > deleted - or is it just a bandwidth limit kicked in or something equally > annoying? > > Been like this for over 12 hours now... the html is there

[E-devel] Web site

2006-10-18 Thread Andrew Williams
Does anyone know what has happened to the website? It seems to be deleted - or is it just a bandwidth limit kicked in or something equally annoying? Been like this for over 12 hours now... Andy - Using Tomcat but need to do

Re: [E-devel] Segfault bug in current cvs

2006-10-18 Thread JC Wong
Nikolas Arend wrote on Wed, Oct 18, 2006 at 11:02:45AM +0200 > Nikolas Arend wrote: > > Hi, > > > > there seems to be a newly introduced bug in e that causes it to first > > freeze and, after some 20 seconds, crash and end the X session. > > > > I cannot reliably reproduce it, but it seems to ha

Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-18 Thread Nikolas Arend
Christopher Michael wrote: > Nikolas Arend wrote: > > >> Hm, the issue does not seem to be completely resolved for me. I still >> get a segv when trying to change into advanced mode for the Font >> settings. But this the only one, all other setting dialogs work in basic >> as well as advanced

Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-18 Thread Christopher Michael
Nikolas Arend wrote: > Hm, the issue does not seem to be completely resolved for me. I still > get a segv when trying to change into advanced mode for the Font > settings. But this the only one, all other setting dialogs work in basic > as well as advanced mode. Might this be related to the byt

Re: [E-devel] Segfault bug in current cvs

2006-10-18 Thread Nikolas Arend
Nikolas Arend wrote: > Hi, > > there seems to be a newly introduced bug in e that causes it to first > freeze and, after some 20 seconds, crash and end the X session. > > I cannot reliably reproduce it, but it seems to have s.th. to do with > switching windows via Alt-Tab. My impression is that

Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-18 Thread Nikolas Arend
Christopher Michael wrote: > Metrics wrote: > >> On Tue, Oct 17, 2006 at 08:37:16PM +1000, Metrics wrote: >> >> Actually, the problem is a bit different. So this is actually the >> correct way to fix it. Thanks dh. >> >> metrics >> > > Committed in cvs, Thanks :) > > dh > > Hm, the issu